Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "1.2.0",
"packages/persistent-merkle-tree": "1.2.1",
"packages/as-sha256": "1.2.1",
"packages/persistent-merkle-tree": "1.2.2",
"packages/persistent-ts": "1.0.1",
"packages/ssz": "1.3.0"
"packages/ssz": "1.3.1"
}
7 changes: 7 additions & 0 deletions packages/as-sha256/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.

## [1.2.1](https://github.com/ChainSafe/ssz/compare/as-sha256-v1.2.0...as-sha256-v1.2.1) (2025-12-09)


### Miscellaneous

* migrate yarn 1 to pnpm ([#496](https://github.com/ChainSafe/ssz/issues/496)) ([d72d7af](https://github.com/ChainSafe/ssz/commit/d72d7afdd2047854701d3d55b6b7e395f3ce4f7a))

## [1.2.0](https://github.com/ChainSafe/ssz/compare/as-sha256-v1.1.0...as-sha256-v1.2.0) (2025-05-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/as-sha256/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/as-sha256",
"version": "1.2.0",
"version": "1.2.1",
"description": "An AssemblyScript implementation of SHA256",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/persistent-merkle-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chainsafe/as-sha256 bumped to 0.4.2

## [1.2.2](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v1.2.1...persistent-merkle-tree-v1.2.2) (2025-12-09)


### Miscellaneous

* migrate yarn 1 to pnpm ([#496](https://github.com/ChainSafe/ssz/issues/496)) ([d72d7af](https://github.com/ChainSafe/ssz/commit/d72d7afdd2047854701d3d55b6b7e395f3ce4f7a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chainsafe/as-sha256 bumped to 1.2.1

## [1.2.1](https://github.com/chainsafe/ssz/compare/persistent-merkle-tree-v1.2.0...persistent-merkle-tree-v1.2.1) (2025-08-22)


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.2.1",
"version": "1.2.2",
"description": "Merkle tree implemented as a persistent datastructure",
"type": "module",
"exports": {
Expand Down
15 changes: 15 additions & 0 deletions packages/ssz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* @chainsafe/as-sha256 bumped from 1.1.0 to 1.2.0
* @chainsafe/persistent-merkle-tree bumped from 1.1.0 to 1.2.0

## [1.3.1](https://github.com/ChainSafe/ssz/compare/ssz-v1.3.0...ssz-v1.3.1) (2025-12-09)


### Miscellaneous

* migrate yarn 1 to pnpm ([#496](https://github.com/ChainSafe/ssz/issues/496)) ([d72d7af](https://github.com/ChainSafe/ssz/commit/d72d7afdd2047854701d3d55b6b7e395f3ce4f7a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chainsafe/as-sha256 bumped to 1.2.1
* @chainsafe/persistent-merkle-tree bumped to 1.2.2

## [1.3.0](https://github.com/ChainSafe/ssz/compare/ssz-v1.2.2...ssz-v1.3.0) (2025-11-22)


Expand Down
2 changes: 1 addition & 1 deletion 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.3.0",
"version": "1.3.1",
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down