Skip to content
Merged
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
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
default-branch: master
release-type: node
monorepo-tags: true
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":true}]'

- uses: actions/checkout@v3
if: ${{ steps.release.outputs.releases_created }}
Expand Down
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.0",
"packages/persistent-ts": "1.0.0",
"packages/ssz": "1.2.1"
"packages/persistent-merkle-tree": "1.2.1",
"packages/persistent-ts": "1.0.1",
"packages/ssz": "1.2.2"
}
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.2.1](https://github.com/chainsafe/ssz/compare/persistent-merkle-tree-v1.2.0...persistent-merkle-tree-v1.2.1) (2025-08-22)


### Miscellaneous

* update dep for @chainsafe/hashtree ([#498](https://github.com/chainsafe/ssz/issues/498)) ([7f0eccc](https://github.com/chainsafe/ssz/commit/7f0eccc96b59b57d78de89243fc9604bf6ff50d7))

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


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.0",
"version": "1.2.1",
"description": "Merkle tree implemented as a persistent datastructure",
"type": "module",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/persistent-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/chainsafe/ssz/compare/persistent-ts-v1.0.0...persistent-ts-v1.0.1) (2025-08-22)


### Miscellaneous

* add support for ts extension import ([#484](https://github.com/chainsafe/ssz/issues/484)) ([3891cf8](https://github.com/chainsafe/ssz/commit/3891cf8203d2b8177be228f2c06518743fef239f))
* fix linting rule lint/style/noUselessElse ([#476](https://github.com/chainsafe/ssz/issues/476)) ([a5a2427](https://github.com/chainsafe/ssz/commit/a5a2427056d1d90ad4ae955c192686150fad492a))
* migrate the linting from eslint to biomejs ([#475](https://github.com/chainsafe/ssz/issues/475)) ([b9f9354](https://github.com/chainsafe/ssz/commit/b9f935435b01e228b5ee3bc225e348cf25eb8dba))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/persistent-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/persistent-ts",
"version": "1.0.0",
"version": "1.0.1",
"description": "Persistent data structures for TypeScript.",
"type": "module",
"main": "./lib/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/ssz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ 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.2.2](https://github.com/chainsafe/ssz/compare/ssz-v1.2.1...ssz-v1.2.2) (2025-08-22)


### Miscellaneous

* migrate the simpleserialize.com package to separate git repo ([#494](https://github.com/chainsafe/ssz/issues/494)) ([b9fb51f](https://github.com/chainsafe/ssz/commit/b9fb51f852d7abdfaacc96f1d1c87c9079c49f43))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chainsafe/persistent-merkle-tree bumped from 1.2.0 to 1.2.1

## [1.2.0](https://github.com/ChainSafe/ssz/compare/ssz-v1.1.0...ssz-v1.2.0) (2025-03-13)


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.2.1",
"version": "1.2.2",
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@chainsafe/as-sha256": "1.2.0",
"@chainsafe/persistent-merkle-tree": "1.2.0"
"@chainsafe/persistent-merkle-tree": "1.2.1"
},
"devDependencies": {
"@lodestar/spec-test-util": "^1.23.1",
Expand Down
6 changes: 6 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "3e81068b1cdb284fc207126257fb588e2eb269fd",
"plugins": ["node-workspace"],
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "chore", "section": "Miscellaneous", "hidden": false }
],
"packages": {
"packages/as-sha256": {
"releaseType": "node",
Expand Down