From ddd6b9968da3be0d241c4d88b94f68a372be022f Mon Sep 17 00:00:00 2001 From: Cayman Date: Thu, 23 Jan 2025 11:29:42 -0500 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 8 ++++---- packages/as-sha256/CHANGELOG.md | 11 +++++++++++ packages/as-sha256/package.json | 2 +- packages/persistent-merkle-tree/CHANGELOG.md | 20 ++++++++++++++++++++ packages/persistent-merkle-tree/package.json | 4 ++-- packages/persistent-ts/CHANGELOG.md | 11 +++++++++++ packages/persistent-ts/package.json | 2 +- packages/ssz/CHANGELOG.md | 19 +++++++++++++++++++ packages/ssz/package.json | 6 +++--- 9 files changed, 72 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c5f8478b..dda64711 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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": "1.0.0", + "packages/persistent-merkle-tree": "1.0.0", + "packages/persistent-ts": "1.0.0", + "packages/ssz": "1.0.0" } \ No newline at end of file diff --git a/packages/as-sha256/CHANGELOG.md b/packages/as-sha256/CHANGELOG.md index b13b03c4..57012ba0 100644 --- a/packages/as-sha256/CHANGELOG.md +++ b/packages/as-sha256/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0](https://github.com/ChainSafe/ssz/compare/as-sha256-v0.6.1...as-sha256-v1.0.0) (2025-01-23) + + +### ⚠ BREAKING CHANGES + +* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440)) + +### Features + +* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440)) ([57d14f1](https://github.com/ChainSafe/ssz/commit/57d14f19cd71a483e7108570c5c295d4f8a9a85d)) + ## [0.6.1](https://github.com/ChainSafe/ssz/compare/as-sha256-v0.6.0...as-sha256-v0.6.1) (2025-01-18) diff --git a/packages/as-sha256/package.json b/packages/as-sha256/package.json index 30a6d597..9304292c 100644 --- a/packages/as-sha256/package.json +++ b/packages/as-sha256/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/as-sha256", - "version": "0.6.1", + "version": "1.0.0", "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 87cb9e85..8ad80502 100644 --- a/packages/persistent-merkle-tree/CHANGELOG.md +++ b/packages/persistent-merkle-tree/CHANGELOG.md @@ -9,6 +9,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * dependencies * @chainsafe/as-sha256 bumped to 0.4.2 +## [1.0.0](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.9.1...persistent-merkle-tree-v1.0.0) (2025-01-23) + + +### ⚠ BREAKING CHANGES + +* use named exports to expose different hashers ([#459](https://github.com/ChainSafe/ssz/issues/459)) +* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440)) + +### Features + +* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440)) ([57d14f1](https://github.com/ChainSafe/ssz/commit/57d14f19cd71a483e7108570c5c295d4f8a9a85d)) +* use named exports to expose different hashers ([#459](https://github.com/ChainSafe/ssz/issues/459)) ([f763c8a](https://github.com/ChainSafe/ssz/commit/f763c8ad01fa1375b977b1deaa7545cbd4eff5d9)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chainsafe/as-sha256 bumped from 0.6.1 to 1.0.0 + ## [0.9.1](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.9.0...persistent-merkle-tree-v0.9.1) (2025-01-18) diff --git a/packages/persistent-merkle-tree/package.json b/packages/persistent-merkle-tree/package.json index c68eca50..586c2fc0 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.1", + "version": "1.0.0", "description": "Merkle tree implemented as a persistent datastructure", "type": "module", "exports": { @@ -64,7 +64,7 @@ }, "homepage": "https://github.com/ChainSafe/persistent-merkle-tree#readme", "dependencies": { - "@chainsafe/as-sha256": "0.6.1", + "@chainsafe/as-sha256": "1.0.0", "@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 c03e0370..e4ef9509 100644 --- a/packages/persistent-ts/CHANGELOG.md +++ b/packages/persistent-ts/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0](https://github.com/ChainSafe/ssz/compare/persistent-ts-v0.19.2...persistent-ts-v1.0.0) (2025-01-23) + + +### ⚠ BREAKING CHANGES + +* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440)) + +### Features + +* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440)) ([57d14f1](https://github.com/ChainSafe/ssz/commit/57d14f19cd71a483e7108570c5c295d4f8a9a85d)) + ## [0.19.2](https://github.com/ChainSafe/ssz/compare/persistent-ts-v0.19.1...persistent-ts-v0.19.2) (2025-01-18) diff --git a/packages/persistent-ts/package.json b/packages/persistent-ts/package.json index 5445d2f5..7add4c17 100644 --- a/packages/persistent-ts/package.json +++ b/packages/persistent-ts/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/persistent-ts", - "version": "0.19.2", + "version": "1.0.0", "description": "Persistent data structures for TypeScript.", "type": "module", "main": "./lib/index.js", diff --git a/packages/ssz/CHANGELOG.md b/packages/ssz/CHANGELOG.md index a9d5ef6b..33aed59a 100644 --- a/packages/ssz/CHANGELOG.md +++ b/packages/ssz/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0](https://github.com/ChainSafe/ssz/compare/ssz-v0.19.1...ssz-v1.0.0) (2025-01-23) + + +### ⚠ BREAKING CHANGES + +* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440)) + +### Features + +* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440)) ([57d14f1](https://github.com/ChainSafe/ssz/commit/57d14f19cd71a483e7108570c5c295d4f8a9a85d)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chainsafe/as-sha256 bumped from 0.6.1 to 1.0.0 + * @chainsafe/persistent-merkle-tree bumped from 0.9.1 to 1.0.0 + ## [0.19.1](https://github.com/ChainSafe/ssz/compare/ssz-v0.19.0...ssz-v0.19.1) (2025-01-18) diff --git a/packages/ssz/package.json b/packages/ssz/package.json index f111c0d4..da5ab243 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.1", + "version": "1.0.0", "type": "module", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -37,8 +37,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": "1.0.0", + "@chainsafe/persistent-merkle-tree": "1.0.0" }, "devDependencies": { "@lodestar/spec-test-util": "^1.23.1",