From 8f880798886b46524d6b79e5df30636edf7cedce Mon Sep 17 00:00:00 2001 From: Cayman Date: Mon, 11 Mar 2024 21:11:35 -0500 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 4 ++-- packages/persistent-merkle-tree/CHANGELOG.md | 7 +++++++ packages/persistent-merkle-tree/package.json | 2 +- packages/ssz/CHANGELOG.md | 16 ++++++++++++++++ packages/ssz/package.json | 2 +- 5 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eacb9481..9ccbae98 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.6.1", + "packages/persistent-merkle-tree": "0.7.0", "packages/persistent-ts": "0.19.1", - "packages/ssz": "0.14.3" + "packages/ssz": "0.15.0" } \ No newline at end of file diff --git a/packages/persistent-merkle-tree/CHANGELOG.md b/packages/persistent-merkle-tree/CHANGELOG.md index 9266dd8e..d7474b6d 100644 --- a/packages/persistent-merkle-tree/CHANGELOG.md +++ b/packages/persistent-merkle-tree/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.7.0](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.6.1...persistent-merkle-tree-v0.7.0) (2024-03-12) + + +### Features + +* new type for list of uint64 ([#352](https://github.com/ChainSafe/ssz/issues/352)) ([e131b5a](https://github.com/ChainSafe/ssz/commit/e131b5a9080f8719d624df97d8a4462081a65807)) + ## [0.6.1](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.6.0...persistent-merkle-tree-v0.6.1) (2023-04-21) diff --git a/packages/persistent-merkle-tree/package.json b/packages/persistent-merkle-tree/package.json index 3ef6d504..00bcea5f 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.6.1", + "version": "0.7.0", "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 f4c3a009..c8529d60 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.15.0](https://github.com/ChainSafe/ssz/compare/ssz-v0.14.3...ssz-v0.15.0) (2024-03-12) + + +### Features + +* add capability to cache merkle roots for lists ([#349](https://github.com/ChainSafe/ssz/issues/349)) ([14c4457](https://github.com/ChainSafe/ssz/commit/14c4457026a9fbea5bfe5c66580f7c8a8bee790a)) +* improve ViewDU.serialize() ([#350](https://github.com/ChainSafe/ssz/issues/350)) ([4ba45d3](https://github.com/ChainSafe/ssz/commit/4ba45d3afec08a8aaf853237c3cd8439ca62bca5)) +* new type for list of uint64 ([#352](https://github.com/ChainSafe/ssz/issues/352)) ([e131b5a](https://github.com/ChainSafe/ssz/commit/e131b5a9080f8719d624df97d8a4462081a65807)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chainsafe/persistent-merkle-tree bumped to 0.7.0 + ## [0.14.3](https://github.com/ChainSafe/ssz/compare/ssz-v0.14.2...ssz-v0.14.3) (2024-02-10) diff --git a/packages/ssz/package.json b/packages/ssz/package.json index 8d6071a1..a804cf67 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.14.3", + "version": "0.15.0", "main": "lib/index.js", "files": [ "lib/**/*.d.ts",