From 46dee18f3cd21d1b6d594778a0dd1db8a984c812 Mon Sep 17 00:00:00 2001 From: Cayman Date: Fri, 21 Apr 2023 10:02:46 -0400 Subject: [PATCH] chore: release master (#319) --- .release-please-manifest.json | 6 +++--- packages/as-sha256/CHANGELOG.md | 7 +++++++ packages/as-sha256/package.json | 2 +- packages/persistent-merkle-tree/CHANGELOG.md | 14 ++++++++++++++ packages/persistent-merkle-tree/package.json | 2 +- packages/ssz/CHANGELOG.md | 15 +++++++++++++++ packages/ssz/package.json | 2 +- 7 files changed, 42 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7af71ccc..69a0aed8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "packages/as-sha256": "0.4.0", - "packages/persistent-merkle-tree": "0.6.0", + "packages/as-sha256": "0.4.1", + "packages/persistent-merkle-tree": "0.6.1", "packages/persistent-ts": "0.19.1", - "packages/ssz": "0.11.0" + "packages/ssz": "0.11.1" } \ No newline at end of file diff --git a/packages/as-sha256/CHANGELOG.md b/packages/as-sha256/CHANGELOG.md index 67ebe1a7..47c4cfe7 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.1](https://github.com/ChainSafe/ssz/compare/as-sha256-v0.4.0...as-sha256-v0.4.1) (2023-04-21) + + +### Bug Fixes + +* Use file path imports ([#318](https://github.com/ChainSafe/ssz/issues/318)) ([f459e92](https://github.com/ChainSafe/ssz/commit/f459e92fbafc5d9388bfa630291855ec32a09566)) + ## [0.4.0](https://github.com/ChainSafe/ssz/compare/as-sha256-v0.3.1...as-sha256-v0.4.0) (2023-04-05) diff --git a/packages/as-sha256/package.json b/packages/as-sha256/package.json index 4a841f86..93c50457 100644 --- a/packages/as-sha256/package.json +++ b/packages/as-sha256/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/as-sha256", - "version": "0.4.0", + "version": "0.4.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 3d57df9c..9266dd8e 100644 --- a/packages/persistent-merkle-tree/CHANGELOG.md +++ b/packages/persistent-merkle-tree/CHANGELOG.md @@ -3,6 +3,20 @@ 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/persistent-merkle-tree-v0.6.0...persistent-merkle-tree-v0.6.1) (2023-04-21) + + +### Bug Fixes + +* Use file path imports ([#318](https://github.com/ChainSafe/ssz/issues/318)) ([f459e92](https://github.com/ChainSafe/ssz/commit/f459e92fbafc5d9388bfa630291855ec32a09566)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chainsafe/as-sha256 bumped to 0.4.1 + ## [0.6.0](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.5.0...persistent-merkle-tree-v0.6.0) (2023-04-05) diff --git a/packages/persistent-merkle-tree/package.json b/packages/persistent-merkle-tree/package.json index 60460118..3ef6d504 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.0", + "version": "0.6.1", "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 1ba3464c..4921fd43 100644 --- a/packages/ssz/CHANGELOG.md +++ b/packages/ssz/CHANGELOG.md @@ -20,6 +20,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * dependencies * @chainsafe/persistent-merkle-tree bumped from ^0.4.2 to ^0.5.0 +## [0.11.1](https://github.com/ChainSafe/ssz/compare/ssz-v0.11.0...ssz-v0.11.1) (2023-04-21) + + +### Bug Fixes + +* Use file path imports ([#318](https://github.com/ChainSafe/ssz/issues/318)) ([f459e92](https://github.com/ChainSafe/ssz/commit/f459e92fbafc5d9388bfa630291855ec32a09566)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chainsafe/as-sha256 bumped to 0.4.1 + * @chainsafe/persistent-merkle-tree bumped to 0.6.1 + ## [0.11.0](https://github.com/ChainSafe/ssz/compare/ssz-v0.10.2...ssz-v0.11.0) (2023-04-05) diff --git a/packages/ssz/package.json b/packages/ssz/package.json index 7a5f09f0..cf6ce782 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.11.0", + "version": "0.11.1", "main": "lib/index.js", "files": [ "lib/**/*.d.ts",