Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Jan 24, 2023
1 parent 7ae13ca commit 3f0b892
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/as-sha256": "0.3.1",
"packages/persistent-merkle-tree": "0.4.2",
"packages/persistent-merkle-tree": "0.5.0",
"packages/persistent-ts": "0.19.1",
"packages/ssz": "0.10.0"
}
"packages/ssz": "0.10.1"
}
7 changes: 7 additions & 0 deletions packages/persistent-merkle-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.4.2...persistent-merkle-tree-v0.5.0) (2023-01-24)


### Features

* compact multiproof ([#292](https://github.com/ChainSafe/ssz/issues/292)) ([5f1ea99](https://github.com/ChainSafe/ssz/commit/5f1ea9914d0796cf0c9a8c2f9622fc5e459a12f2))

## [0.4.2](https://github.com/ChainSafe/persistent-merkle-tree/compare/@chainsafe/persistent-merkle-tree@0.4.1...@chainsafe/persistent-merkle-tree@0.4.2) (2022-05-31)

* Fix treeZeroAfterIndex for negative index (#268)
Expand Down
2 changes: 1 addition & 1 deletion packages/persistent-merkle-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/persistent-merkle-tree",
"version": "0.4.2",
"version": "0.5.0",
"description": "Merkle tree implemented as a persistent datastructure",
"main": "lib/index.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/ssz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chainsafe/persistent-merkle-tree bumped from ^0.4.2 to ^0.5.0

## [0.9.4](http://chainsafe/ssz/compare/@chainsafe/ssz@0.9.3...@chainsafe/ssz@0.9.4) (2022-12-08)

**Note:** Version bump only for package @chainsafe/ssz
Expand Down
4 changes: 2 additions & 2 deletions packages/ssz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"author": "ChainSafe Systems",
"homepage": "https://github.com/chainsafe/ssz",
"version": "0.10.0",
"version": "0.10.1",
"main": "lib/index.js",
"files": [
"lib/**/*.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"types": "lib/index.d.ts",
"dependencies": {
"@chainsafe/as-sha256": "^0.3.1",
"@chainsafe/persistent-merkle-tree": "^0.4.2"
"@chainsafe/persistent-merkle-tree": "^0.5.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
Expand Down

0 comments on commit 3f0b892

Please sign in to comment.