Skip to content

Commit

Permalink
chore: release nh/benchmark-update (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil authored Jan 17, 2025
1 parent 3d931df commit 7c6ce61
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 11 deletions.
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.0",
"packages/persistent-merkle-tree": "0.9.0",
"packages/persistent-ts": "0.19.1",
"packages/ssz": "0.19.0"
"packages/as-sha256": "0.6.1",
"packages/persistent-merkle-tree": "0.9.1",
"packages/persistent-ts": "0.19.2",
"packages/ssz": "0.19.1"
}
8 changes: 8 additions & 0 deletions packages/as-sha256/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **persistent-ts:** empty commit to trigger release from package.json fix ([9c20000](https://github.com/chainsafe/ssz/commit/9c20000abf9e4f2ed005682f32d09ccc3bed4be8))
* **ssz:** empty commit to trigger release from package.json fix ([bf5581a](https://github.com/chainsafe/ssz/commit/bf5581a45ac7c7a8c3d649344162d234764c6305))

## [0.6.0](https://github.com/ChainSafe/ssz/compare/as-sha256-v0.5.0...as-sha256-v0.6.0) (2025-01-15)


Expand Down
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.0",
"version": "0.6.1",
"description": "An AssemblyScript implementation of SHA256",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/persistent-merkle-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chainsafe/as-sha256 bumped to 0.4.2

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


### Bug Fixes

* **persistent-ts:** empty commit to trigger release from package.json fix ([9c20000](https://github.com/chainsafe/ssz/commit/9c20000abf9e4f2ed005682f32d09ccc3bed4be8))
* **ssz:** empty commit to trigger release from package.json fix ([bf5581a](https://github.com/chainsafe/ssz/commit/bf5581a45ac7c7a8c3d649344162d234764c6305))


### Dependencies

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

## [0.9.0](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.8.0...persistent-merkle-tree-v0.9.0) (2025-01-15)


Expand Down
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.0",
"version": "0.9.1",
"description": "Merkle tree implemented as a persistent datastructure",
"type": "module",
"module": "./lib/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"homepage": "https://github.com/ChainSafe/persistent-merkle-tree#readme",
"dependencies": {
"@chainsafe/as-sha256": "0.6.0",
"@chainsafe/as-sha256": "0.6.1",
"@chainsafe/hashtree": "1.0.1",
"@noble/hashes": "^1.3.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/persistent-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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/persistent-ts-v0.19.1...persistent-ts-v0.19.2) (2025-01-17)


### Bug Fixes

* **persistent-ts:** empty commit to trigger release from package.json fix ([9c20000](https://github.com/chainsafe/ssz/commit/9c20000abf9e4f2ed005682f32d09ccc3bed4be8))
* **ssz:** empty commit to trigger release from package.json fix ([bf5581a](https://github.com/chainsafe/ssz/commit/bf5581a45ac7c7a8c3d649344162d234764c6305))

## [0.19.1](https://github.com/cronokirby/persistent-ts/compare/@chainsafe/persistent-ts@0.19.0...@chainsafe/persistent-ts@0.19.1) (2021-10-12)

**Note:** Version bump only for package @chainsafe/persistent-ts
Expand Down
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.1",
"version": "0.19.2",
"description": "Persistent data structures for TypeScript.",
"type": "module",
"main": "./lib/cjs/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/ssz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **persistent-ts:** empty commit to trigger release from package.json fix ([9c20000](https://github.com/chainsafe/ssz/commit/9c20000abf9e4f2ed005682f32d09ccc3bed4be8))
* **ssz:** empty commit to trigger release from package.json fix ([bf5581a](https://github.com/chainsafe/ssz/commit/bf5581a45ac7c7a8c3d649344162d234764c6305))


### Dependencies

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

## [0.19.0](https://github.com/ChainSafe/ssz/compare/ssz-v0.18.0...ssz-v0.19.0) (2025-01-15)


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

0 comments on commit 7c6ce61

Please sign in to comment.