Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release master #453

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/as-sha256": "0.6.1",
"packages/persistent-merkle-tree": "0.9.1",
"packages/persistent-ts": "0.19.2",
"packages/ssz": "0.19.1"
"packages/as-sha256": "0.6.2",
"packages/persistent-merkle-tree": "0.9.2",
"packages/persistent-ts": "0.19.3",
"packages/ssz": "0.19.2"
}
10 changes: 10 additions & 0 deletions packages/as-sha256/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.2](https://github.com/ChainSafe/ssz/compare/as-sha256-v0.6.1...as-sha256-v0.6.2) (2025-01-20)


### Bug Fixes

* **as-sha256:** empty commit to trigger release ([#449](https://github.com/ChainSafe/ssz/issues/449)) ([2fa4a06](https://github.com/ChainSafe/ssz/commit/2fa4a0683805d8ecc1cda8a81a88f78136520d70))
* **persistent-merkle-tree:** empty commit to trigger release ([#451](https://github.com/ChainSafe/ssz/issues/451)) ([e9bfcc0](https://github.com/ChainSafe/ssz/commit/e9bfcc05cc3f6c5f829627b8eaeb42fa5ef33fc5))
* **persistent-ts:** empty commit to trigger release ([#450](https://github.com/ChainSafe/ssz/issues/450)) ([e439fc5](https://github.com/ChainSafe/ssz/commit/e439fc53e6fdb20958dc497c6f9d7d101e033806))
* **ssz:** empty commit to trigger release ([#452](https://github.com/ChainSafe/ssz/issues/452)) ([06280ba](https://github.com/ChainSafe/ssz/commit/06280ba4cf73eac77dfddd7b44426899f079cc1e))

## [0.6.1](https://github.com/ChainSafe/ssz/compare/as-sha256-v0.6.0...as-sha256-v0.6.1) (2025-01-18)


2 changes: 1 addition & 1 deletion packages/as-sha256/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/as-sha256",
"version": "0.6.1",
"version": "0.6.2",
"description": "An AssemblyScript implementation of SHA256",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
17 changes: 17 additions & 0 deletions packages/persistent-merkle-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -9,6 +9,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chainsafe/as-sha256 bumped to 0.4.2

## [0.9.2](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.9.1...persistent-merkle-tree-v0.9.2) (2025-01-20)


### Bug Fixes

* **as-sha256:** empty commit to trigger release ([#449](https://github.com/ChainSafe/ssz/issues/449)) ([2fa4a06](https://github.com/ChainSafe/ssz/commit/2fa4a0683805d8ecc1cda8a81a88f78136520d70))
* **persistent-merkle-tree:** empty commit to trigger release ([#451](https://github.com/ChainSafe/ssz/issues/451)) ([e9bfcc0](https://github.com/ChainSafe/ssz/commit/e9bfcc05cc3f6c5f829627b8eaeb42fa5ef33fc5))
* **persistent-ts:** empty commit to trigger release ([#450](https://github.com/ChainSafe/ssz/issues/450)) ([e439fc5](https://github.com/ChainSafe/ssz/commit/e439fc53e6fdb20958dc497c6f9d7d101e033806))
* **ssz:** empty commit to trigger release ([#452](https://github.com/ChainSafe/ssz/issues/452)) ([06280ba](https://github.com/ChainSafe/ssz/commit/06280ba4cf73eac77dfddd7b44426899f079cc1e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chainsafe/as-sha256 bumped from 0.6.1 to 0.6.2

## [0.9.1](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.9.0...persistent-merkle-tree-v0.9.1) (2025-01-18)


4 changes: 2 additions & 2 deletions packages/persistent-merkle-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/persistent-merkle-tree",
"version": "0.9.1",
"version": "0.9.2",
"description": "Merkle tree implemented as a persistent datastructure",
"type": "module",
"module": "./lib/index.js",
@@ -43,7 +43,7 @@
},
"homepage": "https://github.com/ChainSafe/persistent-merkle-tree#readme",
"dependencies": {
"@chainsafe/as-sha256": "0.6.1",
"@chainsafe/as-sha256": "0.6.2",
"@chainsafe/hashtree": "1.0.1",
"@noble/hashes": "^1.3.0"
}
10 changes: 10 additions & 0 deletions packages/persistent-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.3](https://github.com/ChainSafe/ssz/compare/persistent-ts-v0.19.2...persistent-ts-v0.19.3) (2025-01-20)


### Bug Fixes

* **as-sha256:** empty commit to trigger release ([#449](https://github.com/ChainSafe/ssz/issues/449)) ([2fa4a06](https://github.com/ChainSafe/ssz/commit/2fa4a0683805d8ecc1cda8a81a88f78136520d70))
* **persistent-merkle-tree:** empty commit to trigger release ([#451](https://github.com/ChainSafe/ssz/issues/451)) ([e9bfcc0](https://github.com/ChainSafe/ssz/commit/e9bfcc05cc3f6c5f829627b8eaeb42fa5ef33fc5))
* **persistent-ts:** empty commit to trigger release ([#450](https://github.com/ChainSafe/ssz/issues/450)) ([e439fc5](https://github.com/ChainSafe/ssz/commit/e439fc53e6fdb20958dc497c6f9d7d101e033806))
* **ssz:** empty commit to trigger release ([#452](https://github.com/ChainSafe/ssz/issues/452)) ([06280ba](https://github.com/ChainSafe/ssz/commit/06280ba4cf73eac77dfddd7b44426899f079cc1e))

## [0.19.2](https://github.com/ChainSafe/ssz/compare/persistent-ts-v0.19.1...persistent-ts-v0.19.2) (2025-01-18)


2 changes: 1 addition & 1 deletion packages/persistent-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/persistent-ts",
"version": "0.19.2",
"version": "0.19.3",
"description": "Persistent data structures for TypeScript.",
"type": "module",
"main": "./lib/cjs/index.js",
18 changes: 18 additions & 0 deletions packages/ssz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.2](https://github.com/ChainSafe/ssz/compare/ssz-v0.19.1...ssz-v0.19.2) (2025-01-20)


### Bug Fixes

* **as-sha256:** empty commit to trigger release ([#449](https://github.com/ChainSafe/ssz/issues/449)) ([2fa4a06](https://github.com/ChainSafe/ssz/commit/2fa4a0683805d8ecc1cda8a81a88f78136520d70))
* **persistent-merkle-tree:** empty commit to trigger release ([#451](https://github.com/ChainSafe/ssz/issues/451)) ([e9bfcc0](https://github.com/ChainSafe/ssz/commit/e9bfcc05cc3f6c5f829627b8eaeb42fa5ef33fc5))
* **persistent-ts:** empty commit to trigger release ([#450](https://github.com/ChainSafe/ssz/issues/450)) ([e439fc5](https://github.com/ChainSafe/ssz/commit/e439fc53e6fdb20958dc497c6f9d7d101e033806))
* **ssz:** empty commit to trigger release ([#452](https://github.com/ChainSafe/ssz/issues/452)) ([06280ba](https://github.com/ChainSafe/ssz/commit/06280ba4cf73eac77dfddd7b44426899f079cc1e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chainsafe/as-sha256 bumped from 0.6.1 to 0.6.2
* @chainsafe/persistent-merkle-tree bumped from 0.9.1 to 0.9.2

## [0.19.1](https://github.com/ChainSafe/ssz/compare/ssz-v0.19.0...ssz-v0.19.1) (2025-01-18)


6 changes: 3 additions & 3 deletions packages/ssz/package.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"license": "Apache-2.0",
"author": "ChainSafe Systems",
"homepage": "https://github.com/chainsafe/ssz",
"version": "0.19.1",
"version": "0.19.2",
"type": "module",
"main": "./lib/cjs/index.js",
"module": "./lib/index.js",
@@ -42,8 +42,8 @@
"download-spec-tests": "node --loader ts-node/esm test/spec/downloadTests.ts"
},
"dependencies": {
"@chainsafe/as-sha256": "0.6.1",
"@chainsafe/persistent-merkle-tree": "0.9.1"
"@chainsafe/as-sha256": "0.6.2",
"@chainsafe/persistent-merkle-tree": "0.9.2"
},
"devDependencies": {
"@lodestar/spec-test-util": "^1.23.1",