From cd7f973c84203ef190a83dc18405a9061dcdaae2 Mon Sep 17 00:00:00 2001 From: Cayman Date: Thu, 2 May 2024 05:45:05 -0400 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 6 +++--- packages/as-sha256/CHANGELOG.md | 7 +++++++ packages/as-sha256/package.json | 2 +- packages/persistent-merkle-tree/CHANGELOG.md | 6 ++++++ packages/persistent-merkle-tree/package.json | 2 +- packages/ssz/CHANGELOG.md | 15 +++++++++++++++ packages/ssz/package.json | 2 +- 7 files changed, 34 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 05a5b0a5..0ecfaef7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "packages/as-sha256": "0.4.1", - "packages/persistent-merkle-tree": "0.7.1", + "packages/as-sha256": "0.4.2", + "packages/persistent-merkle-tree": "0.7.2", "packages/persistent-ts": "0.19.1", - "packages/ssz": "0.15.1" + "packages/ssz": "0.16.0" } \ No newline at end of file diff --git a/packages/as-sha256/CHANGELOG.md b/packages/as-sha256/CHANGELOG.md index 47c4cfe7..afee5842 100644 --- a/packages/as-sha256/CHANGELOG.md +++ b/packages/as-sha256/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.2](https://github.com/ChainSafe/ssz/compare/as-sha256-v0.4.1...as-sha256-v0.4.2) (2024-05-02) + + +### Bug Fixes + +* migrate to the latest assemblyscript ([#348](https://github.com/ChainSafe/ssz/issues/348)) ([9cf6991](https://github.com/ChainSafe/ssz/commit/9cf6991e7ece4e4002668f601ecb43bb8bd53f4e)) + ## [0.4.1](https://github.com/ChainSafe/ssz/compare/as-sha256-v0.4.0...as-sha256-v0.4.1) (2023-04-21) diff --git a/packages/as-sha256/package.json b/packages/as-sha256/package.json index 30a6194e..dfc08e9c 100644 --- a/packages/as-sha256/package.json +++ b/packages/as-sha256/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/as-sha256", - "version": "0.4.1", + "version": "0.4.2", "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 a2a162c9..15d4b49a 100644 --- a/packages/persistent-merkle-tree/CHANGELOG.md +++ b/packages/persistent-merkle-tree/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chainsafe/as-sha256 bumped to 0.4.2 + ## [0.7.1](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.7.0...persistent-merkle-tree-v0.7.1) (2024-03-15) diff --git a/packages/persistent-merkle-tree/package.json b/packages/persistent-merkle-tree/package.json index de6545e8..b4ea95d7 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.7.1", + "version": "0.7.2", "description": "Merkle tree implemented as a persistent datastructure", "main": "lib/index.js", "typesVersions": { diff --git a/packages/ssz/CHANGELOG.md b/packages/ssz/CHANGELOG.md index ea065934..f8fe2614 100644 --- a/packages/ssz/CHANGELOG.md +++ b/packages/ssz/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.0](https://github.com/ChainSafe/ssz/compare/ssz-v0.15.1...ssz-v0.16.0) (2024-05-02) + + +### Features + +* add `sliceFrom` to `ListCompositeTreeViewDU` ([#366](https://github.com/ChainSafe/ssz/issues/366)) ([b3fa4f1](https://github.com/ChainSafe/ssz/commit/b3fa4f1335e893f514afdf735b0da34b50b15b6f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chainsafe/as-sha256 bumped to 0.4.2 + * @chainsafe/persistent-merkle-tree bumped to 0.7.2 + ## [0.15.1](https://github.com/ChainSafe/ssz/compare/ssz-v0.15.0...ssz-v0.15.1) (2024-03-15) diff --git a/packages/ssz/package.json b/packages/ssz/package.json index 5fa76fb6..707f3588 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.15.1", + "version": "0.16.0", "main": "lib/index.js", "files": [ "lib/**/*.d.ts",