Skip to content

Commit

Permalink
chore: release master (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain authored Jan 23, 2025
1 parent 776ed39 commit 26d605e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/as-sha256": "1.0.0",
"packages/persistent-merkle-tree": "1.0.0",
"packages/persistent-merkle-tree": "1.0.1",
"packages/persistent-ts": "1.0.0",
"packages/ssz": "1.0.0"
"packages/ssz": "1.0.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 @@ -9,6 +9,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chainsafe/as-sha256 bumped to 0.4.2

## [1.0.1](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v1.0.0...persistent-merkle-tree-v1.0.1) (2025-01-23)


### Bug Fixes

* correctly export hashers from persistent-merkle-tree ([#460](https://github.com/ChainSafe/ssz/issues/460)) ([1eba2f9](https://github.com/ChainSafe/ssz/commit/1eba2f9f96db950a6ca8ea6b7b2d585d087da619))

## [1.0.0](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.9.1...persistent-merkle-tree-v1.0.0) (2025-01-23)


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": "1.0.0",
"version": "1.0.1",
"description": "Merkle tree implemented as a persistent datastructure",
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ssz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/persistent-merkle-tree bumped from 1.0.0 to 1.0.1

## [1.0.0](https://github.com/ChainSafe/ssz/compare/ssz-v0.19.1...ssz-v1.0.0) (2025-01-23)


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": "1.0.0",
"version": "1.0.1",
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@chainsafe/as-sha256": "1.0.0",
"@chainsafe/persistent-merkle-tree": "1.0.0"
"@chainsafe/persistent-merkle-tree": "1.0.1"
},
"devDependencies": {
"@lodestar/spec-test-util": "^1.23.1",
Expand Down

0 comments on commit 26d605e

Please sign in to comment.