Skip to content

Commit 7f5580c

Browse files
authored
chore: release master (#500)
* Move ci options to config file * Update the change log types * chore: release nh/fix-ci
1 parent 7f0eccc commit 7f5580c

9 files changed

Lines changed: 43 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
default-branch: master
2525
release-type: node
2626
monorepo-tags: true
27-
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":true}]'
2827

2928
- uses: actions/checkout@v3
3029
if: ${{ steps.release.outputs.releases_created }}

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/as-sha256": "1.2.0",
3-
"packages/persistent-merkle-tree": "1.2.0",
4-
"packages/persistent-ts": "1.0.0",
5-
"packages/ssz": "1.2.1"
3+
"packages/persistent-merkle-tree": "1.2.1",
4+
"packages/persistent-ts": "1.0.1",
5+
"packages/ssz": "1.2.2"
66
}

packages/persistent-merkle-tree/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
99
* dependencies
1010
* @chainsafe/as-sha256 bumped to 0.4.2
1111

12+
## [1.2.1](https://github.com/chainsafe/ssz/compare/persistent-merkle-tree-v1.2.0...persistent-merkle-tree-v1.2.1) (2025-08-22)
13+
14+
15+
### Miscellaneous
16+
17+
* update dep for @chainsafe/hashtree ([#498](https://github.com/chainsafe/ssz/issues/498)) ([7f0eccc](https://github.com/chainsafe/ssz/commit/7f0eccc96b59b57d78de89243fc9604bf6ff50d7))
18+
1219
## [1.2.0](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v1.1.0...persistent-merkle-tree-v1.2.0) (2025-05-30)
1320

1421

packages/persistent-merkle-tree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/persistent-merkle-tree",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Merkle tree implemented as a persistent datastructure",
55
"type": "module",
66
"exports": {

packages/persistent-ts/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/chainsafe/ssz/compare/persistent-ts-v1.0.0...persistent-ts-v1.0.1) (2025-08-22)
7+
8+
9+
### Miscellaneous
10+
11+
* add support for ts extension import ([#484](https://github.com/chainsafe/ssz/issues/484)) ([3891cf8](https://github.com/chainsafe/ssz/commit/3891cf8203d2b8177be228f2c06518743fef239f))
12+
* fix linting rule lint/style/noUselessElse ([#476](https://github.com/chainsafe/ssz/issues/476)) ([a5a2427](https://github.com/chainsafe/ssz/commit/a5a2427056d1d90ad4ae955c192686150fad492a))
13+
* migrate the linting from eslint to biomejs ([#475](https://github.com/chainsafe/ssz/issues/475)) ([b9f9354](https://github.com/chainsafe/ssz/commit/b9f935435b01e228b5ee3bc225e348cf25eb8dba))
14+
615
## [1.0.0](https://github.com/ChainSafe/ssz/compare/persistent-ts-v0.19.2...persistent-ts-v1.0.0) (2025-01-23)
716

817

packages/persistent-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/persistent-ts",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Persistent data structures for TypeScript.",
55
"type": "module",
66
"main": "./lib/index.js",

packages/ssz/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1616
* @chainsafe/as-sha256 bumped from 1.1.0 to 1.2.0
1717
* @chainsafe/persistent-merkle-tree bumped from 1.1.0 to 1.2.0
1818

19+
## [1.2.2](https://github.com/chainsafe/ssz/compare/ssz-v1.2.1...ssz-v1.2.2) (2025-08-22)
20+
21+
22+
### Miscellaneous
23+
24+
* 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))
25+
26+
27+
### Dependencies
28+
29+
* The following workspace dependencies were updated
30+
* dependencies
31+
* @chainsafe/persistent-merkle-tree bumped from 1.2.0 to 1.2.1
32+
1933
## [1.2.0](https://github.com/ChainSafe/ssz/compare/ssz-v1.1.0...ssz-v1.2.0) (2025-03-13)
2034

2135

packages/ssz/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"author": "ChainSafe Systems",
66
"homepage": "https://github.com/chainsafe/ssz",
7-
"version": "1.2.1",
7+
"version": "1.2.2",
88
"type": "module",
99
"main": "./lib/index.js",
1010
"types": "./lib/index.d.ts",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@chainsafe/as-sha256": "1.2.0",
37-
"@chainsafe/persistent-merkle-tree": "1.2.0"
37+
"@chainsafe/persistent-merkle-tree": "1.2.1"
3838
},
3939
"devDependencies": {
4040
"@lodestar/spec-test-util": "^1.23.1",

release-please-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
23
"bootstrap-sha": "3e81068b1cdb284fc207126257fb588e2eb269fd",
34
"plugins": ["node-workspace"],
5+
"changelog-sections": [
6+
{ "type": "feat", "section": "Features", "hidden": false },
7+
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
8+
{ "type": "chore", "section": "Miscellaneous", "hidden": false }
9+
],
410
"packages": {
511
"packages/as-sha256": {
612
"releaseType": "node",

0 commit comments

Comments
 (0)