From 7c6ce6159d7093e3ac5b18291c401b8563f3e6d2 Mon Sep 17 00:00:00 2001 From: Matthew Keil Date: Fri, 17 Jan 2025 22:31:59 +0700 Subject: [PATCH] chore: release nh/benchmark-update (#442) --- .release-please-manifest.json | 8 ++++---- packages/as-sha256/CHANGELOG.md | 8 ++++++++ packages/as-sha256/package.json | 2 +- packages/persistent-merkle-tree/CHANGELOG.md | 15 +++++++++++++++ packages/persistent-merkle-tree/package.json | 4 ++-- packages/persistent-ts/CHANGELOG.md | 8 ++++++++ packages/persistent-ts/package.json | 2 +- packages/ssz/CHANGELOG.md | 16 ++++++++++++++++ packages/ssz/package.json | 6 +++--- 9 files changed, 58 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4748b18ae..c5f8478bb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } \ No newline at end of file diff --git a/packages/as-sha256/CHANGELOG.md b/packages/as-sha256/CHANGELOG.md index 008883446..37b5f9891 100644 --- a/packages/as-sha256/CHANGELOG.md +++ b/packages/as-sha256/CHANGELOG.md @@ -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) diff --git a/packages/as-sha256/package.json b/packages/as-sha256/package.json index 3e2edd4f3..66aaecad7 100644 --- a/packages/as-sha256/package.json +++ b/packages/as-sha256/package.json @@ -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", diff --git a/packages/persistent-merkle-tree/CHANGELOG.md b/packages/persistent-merkle-tree/CHANGELOG.md index 1bf0995ed..a1f42fe68 100644 --- a/packages/persistent-merkle-tree/CHANGELOG.md +++ b/packages/persistent-merkle-tree/CHANGELOG.md @@ -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) diff --git a/packages/persistent-merkle-tree/package.json b/packages/persistent-merkle-tree/package.json index ba28a3269..e9748ae35 100644 --- a/packages/persistent-merkle-tree/package.json +++ b/packages/persistent-merkle-tree/package.json @@ -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", @@ -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" } diff --git a/packages/persistent-ts/CHANGELOG.md b/packages/persistent-ts/CHANGELOG.md index 272e17af4..d57b06ab5 100644 --- a/packages/persistent-ts/CHANGELOG.md +++ b/packages/persistent-ts/CHANGELOG.md @@ -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 diff --git a/packages/persistent-ts/package.json b/packages/persistent-ts/package.json index 4b52a844c..3ce59370c 100644 --- a/packages/persistent-ts/package.json +++ b/packages/persistent-ts/package.json @@ -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", diff --git a/packages/ssz/CHANGELOG.md b/packages/ssz/CHANGELOG.md index 0913e934d..834545f7e 100644 --- a/packages/ssz/CHANGELOG.md +++ b/packages/ssz/CHANGELOG.md @@ -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) diff --git a/packages/ssz/package.json b/packages/ssz/package.json index b2debf606..624d90c49 100644 --- a/packages/ssz/package.json +++ b/packages/ssz/package.json @@ -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", @@ -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",