diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index af3a6f9f0c..fc47034fc0 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.5.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/cli@6.5.0-rc.0...@ceramicnetwork/cli@6.5.0) (2024-09-23) + +**Note:** Version bump only for package @ceramicnetwork/cli + + + + + # [6.5.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/cli@6.4.0...@ceramicnetwork/cli@6.5.0-rc.0) (2024-09-18) **Note:** Version bump only for package @ceramicnetwork/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index dbd2506edb..7815bc09b0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ceramicnetwork/cli", - "version": "6.5.0-rc.0", + "version": "6.5.0", "description": "Typescript implementation of the Ceramic CLI", "engines": { "node": ">=20.8" @@ -47,7 +47,7 @@ "@ceramicnetwork/3id-did-resolver": "^6.4.0", "@ceramicnetwork/codecs": "^5.4.0", "@ceramicnetwork/common": "^6.4.0", - "@ceramicnetwork/core": "^6.5.0-rc.0", + "@ceramicnetwork/core": "^6.5.0", "@ceramicnetwork/http-client": "^6.4.0", "@ceramicnetwork/indexing": "^5.4.0", "@ceramicnetwork/ipfs-daemon": "^6.4.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b3e3ce5ea7..7e426fcd24 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.5.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/core@6.5.0-rc.0...@ceramicnetwork/core@6.5.0) (2024-09-23) + +**Note:** Version bump only for package @ceramicnetwork/core + + + + + # [6.5.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/core@6.4.0...@ceramicnetwork/core@6.5.0-rc.0) (2024-09-18) diff --git a/packages/core/package.json b/packages/core/package.json index 7d098f8aa2..fc97131db1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ceramicnetwork/core", - "version": "6.5.0-rc.0", + "version": "6.5.0", "description": "Typescript implementation of the Ceramic protocol", "engines": { "node": ">=20.8" diff --git a/packages/stream-tests/CHANGELOG.md b/packages/stream-tests/CHANGELOG.md index 48f4e67839..8d7cdad5b8 100644 --- a/packages/stream-tests/CHANGELOG.md +++ b/packages/stream-tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.5.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-tests@6.5.0-rc.0...@ceramicnetwork/stream-tests@6.5.0) (2024-09-23) + +**Note:** Version bump only for package @ceramicnetwork/stream-tests + + + + + # [6.5.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-tests@6.4.0...@ceramicnetwork/stream-tests@6.5.0-rc.0) (2024-09-18) **Note:** Version bump only for package @ceramicnetwork/stream-tests diff --git a/packages/stream-tests/package.json b/packages/stream-tests/package.json index f8003ae444..3117cd9061 100644 --- a/packages/stream-tests/package.json +++ b/packages/stream-tests/package.json @@ -1,6 +1,6 @@ { "name": "@ceramicnetwork/stream-tests", - "version": "6.5.0-rc.0", + "version": "6.5.0", "private": true, "description": "Canary integration test for Ceramic components", "scripts": { @@ -19,10 +19,10 @@ "@ceramicnetwork/base-test-utils": "^3.13.0", "@ceramicnetwork/blockchain-utils-linking": "^5.6.0", "@ceramicnetwork/blockchain-utils-validation": "^6.4.0", - "@ceramicnetwork/cli": "^6.5.0-rc.0", + "@ceramicnetwork/cli": "^6.5.0", "@ceramicnetwork/common": "^6.4.0", "@ceramicnetwork/common-test-utils": "^4.4.0", - "@ceramicnetwork/core": "^6.5.0-rc.0", + "@ceramicnetwork/core": "^6.5.0", "@ceramicnetwork/http-client": "^6.4.0", "@ceramicnetwork/indexing": "^5.4.0", "@ceramicnetwork/ipfs-daemon": "^6.4.0",