Skip to content

Commit

Permalink
chore: release master (#458)
Browse files Browse the repository at this point in the history
wemeetagain authored Jan 23, 2025
1 parent f763c8a commit 7e0a540
Showing 9 changed files with 72 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
@@ -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)


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",
20 changes: 20 additions & 0 deletions packages/persistent-merkle-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -9,6 +9,26 @@ 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

* use named exports to expose different hashers ([#459](https://github.com/ChainSafe/ssz/issues/459))
* 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))
* use named exports to expose different hashers ([#459](https://github.com/ChainSafe/ssz/issues/459)) ([f763c8a](https://github.com/ChainSafe/ssz/commit/f763c8ad01fa1375b977b1deaa7545cbd4eff5d9))


### 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)


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",
"exports": {
@@ -64,7 +64,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"
}
11 changes: 11 additions & 0 deletions packages/persistent-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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",
19 changes: 19 additions & 0 deletions packages/ssz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


6 changes: 3 additions & 3 deletions packages/ssz/package.json
Original file line number Diff line number Diff line change
@@ -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",
@@ -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",

0 comments on commit 7e0a540

Please sign in to comment.