Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Jan 23, 2025
1 parent 57d14f1 commit 2448f69
Show file tree
Hide file tree
Showing 9 changed files with 70 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/as-sha256": "0.6.1",
"packages/persistent-merkle-tree": "0.9.1",
"packages/persistent-ts": "0.19.2",
"packages/ssz": "0.19.1"
"packages/as-sha256": "1.0.0",
"packages/persistent-merkle-tree": "1.0.0",
"packages/persistent-ts": "1.0.0",
"packages/ssz": "1.0.0"
}
11 changes: 11 additions & 0 deletions packages/as-sha256/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### ⚠ BREAKING CHANGES

* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440))

### Features

* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440)) ([57d14f1](https://github.com/ChainSafe/ssz/commit/57d14f19cd71a483e7108570c5c295d4f8a9a85d))

## [0.6.1](https://github.com/ChainSafe/ssz/compare/as-sha256-v0.6.0...as-sha256-v0.6.1) (2025-01-18)


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": "0.6.1",
"version": "1.0.0",
"description": "An AssemblyScript implementation of SHA256",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/persistent-merkle-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chainsafe/as-sha256 bumped to 0.4.2

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


### ⚠ BREAKING CHANGES

* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440))

### Features

* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440)) ([57d14f1](https://github.com/ChainSafe/ssz/commit/57d14f19cd71a483e7108570c5c295d4f8a9a85d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chainsafe/as-sha256 bumped from 0.6.1 to 1.0.0

## [0.9.1](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.9.0...persistent-merkle-tree-v0.9.1) (2025-01-18)


Expand Down
4 changes: 2 additions & 2 deletions 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.9.1",
"version": "1.0.0",
"description": "Merkle tree implemented as a persistent datastructure",
"type": "module",
"main": "./lib/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/ChainSafe/persistent-merkle-tree#readme",
"dependencies": {
"@chainsafe/as-sha256": "0.6.1",
"@chainsafe/as-sha256": "1.0.0",
"@chainsafe/hashtree": "1.0.1",
"@noble/hashes": "^1.3.0"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/persistent-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### ⚠ BREAKING CHANGES

* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440))

### Features

* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440)) ([57d14f1](https://github.com/ChainSafe/ssz/commit/57d14f19cd71a483e7108570c5c295d4f8a9a85d))

## [0.19.2](https://github.com/ChainSafe/ssz/compare/persistent-ts-v0.19.1...persistent-ts-v0.19.2) (2025-01-18)


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": "0.19.2",
"version": "1.0.0",
"description": "Persistent data structures for TypeScript.",
"type": "module",
"main": "./lib/index.js",
Expand Down
19 changes: 19 additions & 0 deletions packages/ssz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### ⚠ BREAKING CHANGES

* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440))

### Features

* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440)) ([57d14f1](https://github.com/ChainSafe/ssz/commit/57d14f19cd71a483e7108570c5c295d4f8a9a85d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chainsafe/as-sha256 bumped from 0.6.1 to 1.0.0
* @chainsafe/persistent-merkle-tree bumped from 0.9.1 to 1.0.0

## [0.19.1](https://github.com/ChainSafe/ssz/compare/ssz-v0.19.0...ssz-v0.19.1) (2025-01-18)


Expand Down
6 changes: 3 additions & 3 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.19.1",
"version": "1.0.0",
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
"download-spec-tests": "node --loader ts-node/esm test/spec/downloadTests.ts"
},
"dependencies": {
"@chainsafe/as-sha256": "0.6.1",
"@chainsafe/persistent-merkle-tree": "0.9.1"
"@chainsafe/as-sha256": "1.0.0",
"@chainsafe/persistent-merkle-tree": "1.0.0"
},
"devDependencies": {
"@lodestar/spec-test-util": "^1.23.1",
Expand Down

0 comments on commit 2448f69

Please sign in to comment.