Skip to content

Commit

Permalink
chore: release master (#302)
Browse files Browse the repository at this point in the history
* chore: release master

* update lockfile post release-please

Co-authored-by: Faithtosin <Faithtosin@users.noreply.github.com>
  • Loading branch information
wemeetagain and Faithtosin authored Jan 24, 2023
1 parent ac6dd12 commit 18baeaa
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 8 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
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1664,14 +1664,23 @@ __metadata:
languageName: node
linkType: hard

"@chainsafe/persistent-merkle-tree@^0.4.2, @chainsafe/persistent-merkle-tree@workspace:packages/persistent-merkle-tree":
"@chainsafe/persistent-merkle-tree@^0.5.0, @chainsafe/persistent-merkle-tree@workspace:packages/persistent-merkle-tree":
version: 0.0.0-use.local
resolution: "@chainsafe/persistent-merkle-tree@workspace:packages/persistent-merkle-tree"
dependencies:
"@chainsafe/as-sha256": ^0.3.1
languageName: unknown
linkType: soft

"@chainsafe/persistent-merkle-tree@npm:^0.4.2":
version: 0.4.2
resolution: "@chainsafe/persistent-merkle-tree@npm:0.4.2"
dependencies:
"@chainsafe/as-sha256": ^0.3.1
checksum: 9533e478a1a990e8cf8710a2eeb84c6f08c7b61726a43dbe2165316256839c29a2ff17923bce5e5effec446d832de8b0a5bc896ef5db80bce059af5d1bd20d8d
languageName: node
linkType: hard

"@chainsafe/persistent-ts@workspace:packages/persistent-ts":
version: 0.0.0-use.local
resolution: "@chainsafe/persistent-ts@workspace:packages/persistent-ts"
Expand All @@ -1685,7 +1694,7 @@ __metadata:
resolution: "@chainsafe/ssz@workspace:packages/ssz"
dependencies:
"@chainsafe/as-sha256": ^0.3.1
"@chainsafe/persistent-merkle-tree": ^0.4.2
"@chainsafe/persistent-merkle-tree": ^0.5.0
"@types/js-yaml": ^4.0.5
js-yaml: ^3.13.1
snappyjs: ^0.6.1
Expand Down

0 comments on commit 18baeaa

Please sign in to comment.