Skip to content

Commit c901b17

Browse files
authored
chore: release master (#453)
1 parent 06280ba commit c901b17

File tree

9 files changed

+66
-11
lines changed

9 files changed

+66
-11
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/as-sha256": "0.6.1",
3-
"packages/persistent-merkle-tree": "0.9.1",
4-
"packages/persistent-ts": "0.19.2",
5-
"packages/ssz": "0.19.1"
2+
"packages/as-sha256": "0.6.2",
3+
"packages/persistent-merkle-tree": "0.9.2",
4+
"packages/persistent-ts": "0.19.3",
5+
"packages/ssz": "0.19.2"
66
}

packages/as-sha256/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.2](https://github.com/ChainSafe/ssz/compare/as-sha256-v0.6.1...as-sha256-v0.6.2) (2025-01-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **as-sha256:** empty commit to trigger release ([#449](https://github.com/ChainSafe/ssz/issues/449)) ([2fa4a06](https://github.com/ChainSafe/ssz/commit/2fa4a0683805d8ecc1cda8a81a88f78136520d70))
12+
* **persistent-merkle-tree:** empty commit to trigger release ([#451](https://github.com/ChainSafe/ssz/issues/451)) ([e9bfcc0](https://github.com/ChainSafe/ssz/commit/e9bfcc05cc3f6c5f829627b8eaeb42fa5ef33fc5))
13+
* **persistent-ts:** empty commit to trigger release ([#450](https://github.com/ChainSafe/ssz/issues/450)) ([e439fc5](https://github.com/ChainSafe/ssz/commit/e439fc53e6fdb20958dc497c6f9d7d101e033806))
14+
* **ssz:** empty commit to trigger release ([#452](https://github.com/ChainSafe/ssz/issues/452)) ([06280ba](https://github.com/ChainSafe/ssz/commit/06280ba4cf73eac77dfddd7b44426899f079cc1e))
15+
616
## [0.6.1](https://github.com/ChainSafe/ssz/compare/as-sha256-v0.6.0...as-sha256-v0.6.1) (2025-01-18)
717

818

packages/as-sha256/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/as-sha256",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "An AssemblyScript implementation of SHA256",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",

packages/persistent-merkle-tree/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
99
* dependencies
1010
* @chainsafe/as-sha256 bumped to 0.4.2
1111

12+
## [0.9.2](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.9.1...persistent-merkle-tree-v0.9.2) (2025-01-20)
13+
14+
15+
### Bug Fixes
16+
17+
* **as-sha256:** empty commit to trigger release ([#449](https://github.com/ChainSafe/ssz/issues/449)) ([2fa4a06](https://github.com/ChainSafe/ssz/commit/2fa4a0683805d8ecc1cda8a81a88f78136520d70))
18+
* **persistent-merkle-tree:** empty commit to trigger release ([#451](https://github.com/ChainSafe/ssz/issues/451)) ([e9bfcc0](https://github.com/ChainSafe/ssz/commit/e9bfcc05cc3f6c5f829627b8eaeb42fa5ef33fc5))
19+
* **persistent-ts:** empty commit to trigger release ([#450](https://github.com/ChainSafe/ssz/issues/450)) ([e439fc5](https://github.com/ChainSafe/ssz/commit/e439fc53e6fdb20958dc497c6f9d7d101e033806))
20+
* **ssz:** empty commit to trigger release ([#452](https://github.com/ChainSafe/ssz/issues/452)) ([06280ba](https://github.com/ChainSafe/ssz/commit/06280ba4cf73eac77dfddd7b44426899f079cc1e))
21+
22+
23+
### Dependencies
24+
25+
* The following workspace dependencies were updated
26+
* dependencies
27+
* @chainsafe/as-sha256 bumped from 0.6.1 to 0.6.2
28+
1229
## [0.9.1](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.9.0...persistent-merkle-tree-v0.9.1) (2025-01-18)
1330

1431

packages/persistent-merkle-tree/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/persistent-merkle-tree",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "Merkle tree implemented as a persistent datastructure",
55
"type": "module",
66
"module": "./lib/index.js",
@@ -43,7 +43,7 @@
4343
},
4444
"homepage": "https://github.com/ChainSafe/persistent-merkle-tree#readme",
4545
"dependencies": {
46-
"@chainsafe/as-sha256": "0.6.1",
46+
"@chainsafe/as-sha256": "0.6.2",
4747
"@chainsafe/hashtree": "1.0.1",
4848
"@noble/hashes": "^1.3.0"
4949
}

packages/persistent-ts/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.19.3](https://github.com/ChainSafe/ssz/compare/persistent-ts-v0.19.2...persistent-ts-v0.19.3) (2025-01-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **as-sha256:** empty commit to trigger release ([#449](https://github.com/ChainSafe/ssz/issues/449)) ([2fa4a06](https://github.com/ChainSafe/ssz/commit/2fa4a0683805d8ecc1cda8a81a88f78136520d70))
12+
* **persistent-merkle-tree:** empty commit to trigger release ([#451](https://github.com/ChainSafe/ssz/issues/451)) ([e9bfcc0](https://github.com/ChainSafe/ssz/commit/e9bfcc05cc3f6c5f829627b8eaeb42fa5ef33fc5))
13+
* **persistent-ts:** empty commit to trigger release ([#450](https://github.com/ChainSafe/ssz/issues/450)) ([e439fc5](https://github.com/ChainSafe/ssz/commit/e439fc53e6fdb20958dc497c6f9d7d101e033806))
14+
* **ssz:** empty commit to trigger release ([#452](https://github.com/ChainSafe/ssz/issues/452)) ([06280ba](https://github.com/ChainSafe/ssz/commit/06280ba4cf73eac77dfddd7b44426899f079cc1e))
15+
616
## [0.19.2](https://github.com/ChainSafe/ssz/compare/persistent-ts-v0.19.1...persistent-ts-v0.19.2) (2025-01-18)
717

818

packages/persistent-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/persistent-ts",
3-
"version": "0.19.2",
3+
"version": "0.19.3",
44
"description": "Persistent data structures for TypeScript.",
55
"type": "module",
66
"main": "./lib/cjs/index.js",

packages/ssz/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.19.2](https://github.com/ChainSafe/ssz/compare/ssz-v0.19.1...ssz-v0.19.2) (2025-01-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **as-sha256:** empty commit to trigger release ([#449](https://github.com/ChainSafe/ssz/issues/449)) ([2fa4a06](https://github.com/ChainSafe/ssz/commit/2fa4a0683805d8ecc1cda8a81a88f78136520d70))
12+
* **persistent-merkle-tree:** empty commit to trigger release ([#451](https://github.com/ChainSafe/ssz/issues/451)) ([e9bfcc0](https://github.com/ChainSafe/ssz/commit/e9bfcc05cc3f6c5f829627b8eaeb42fa5ef33fc5))
13+
* **persistent-ts:** empty commit to trigger release ([#450](https://github.com/ChainSafe/ssz/issues/450)) ([e439fc5](https://github.com/ChainSafe/ssz/commit/e439fc53e6fdb20958dc497c6f9d7d101e033806))
14+
* **ssz:** empty commit to trigger release ([#452](https://github.com/ChainSafe/ssz/issues/452)) ([06280ba](https://github.com/ChainSafe/ssz/commit/06280ba4cf73eac77dfddd7b44426899f079cc1e))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @chainsafe/as-sha256 bumped from 0.6.1 to 0.6.2
22+
* @chainsafe/persistent-merkle-tree bumped from 0.9.1 to 0.9.2
23+
624
## [0.19.1](https://github.com/ChainSafe/ssz/compare/ssz-v0.19.0...ssz-v0.19.1) (2025-01-18)
725

826

packages/ssz/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"author": "ChainSafe Systems",
66
"homepage": "https://github.com/chainsafe/ssz",
7-
"version": "0.19.1",
7+
"version": "0.19.2",
88
"type": "module",
99
"main": "./lib/cjs/index.js",
1010
"module": "./lib/index.js",
@@ -42,8 +42,8 @@
4242
"download-spec-tests": "node --loader ts-node/esm test/spec/downloadTests.ts"
4343
},
4444
"dependencies": {
45-
"@chainsafe/as-sha256": "0.6.1",
46-
"@chainsafe/persistent-merkle-tree": "0.9.1"
45+
"@chainsafe/as-sha256": "0.6.2",
46+
"@chainsafe/persistent-merkle-tree": "0.9.2"
4747
},
4848
"devDependencies": {
4949
"@lodestar/spec-test-util": "^1.23.1",

0 commit comments

Comments
 (0)