diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f20d77a3a6..64fe795f5d 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. +# [5.15.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/cli@5.15.0-rc.0...@ceramicnetwork/cli@5.15.0-rc.1) (2024-06-13) + +**Note:** Version bump only for package @ceramicnetwork/cli + + + + + # [5.15.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/cli@5.14.0...@ceramicnetwork/cli@5.15.0-rc.0) (2024-06-10) **Note:** Version bump only for package @ceramicnetwork/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index ca798b0f03..73de513a25 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ceramicnetwork/cli", - "version": "5.15.0-rc.0", + "version": "5.15.0-rc.1", "description": "Typescript implementation of the Ceramic CLI", "engines": { "node": ">=20.8" @@ -47,7 +47,7 @@ "@ceramicnetwork/3id-did-resolver": "^5.15.0-rc.0", "@ceramicnetwork/codecs": "^4.14.0-rc.0", "@ceramicnetwork/common": "^5.14.0-rc.0", - "@ceramicnetwork/core": "^5.15.0-rc.0", + "@ceramicnetwork/core": "^5.15.0-rc.1", "@ceramicnetwork/http-client": "^5.15.0-rc.0", "@ceramicnetwork/indexing": "^4.15.0-rc.0", "@ceramicnetwork/ipfs-daemon": "^5.15.0-rc.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 491afa3d0a..a81bcb0de2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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. +# [5.15.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/core@5.15.0-rc.0...@ceramicnetwork/core@5.15.0-rc.1) (2024-06-13) + + +### Features + +* allow custom anchor service urls on mainnet ([#3240](https://github.com/ceramicnetwork/js-ceramic/issues/3240)) ([8d7306a](https://github.com/ceramicnetwork/js-ceramic/commit/8d7306aa7e1db7be38cace1b3ceb76dbad1bc627)) + + + + + # [5.15.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/core@5.14.0...@ceramicnetwork/core@5.15.0-rc.0) (2024-06-10) diff --git a/packages/core/package.json b/packages/core/package.json index 79bc70d64d..f8568fdd73 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ceramicnetwork/core", - "version": "5.15.0-rc.0", + "version": "5.15.0-rc.1", "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 e64c80c294..fdba0edc51 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. +# [5.15.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-tests@5.15.0-rc.0...@ceramicnetwork/stream-tests@5.15.0-rc.1) (2024-06-13) + +**Note:** Version bump only for package @ceramicnetwork/stream-tests + + + + + # [5.15.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-tests@5.14.0...@ceramicnetwork/stream-tests@5.15.0-rc.0) (2024-06-10) diff --git a/packages/stream-tests/package.json b/packages/stream-tests/package.json index 6e4c8753a8..1d42691e5a 100644 --- a/packages/stream-tests/package.json +++ b/packages/stream-tests/package.json @@ -1,6 +1,6 @@ { "name": "@ceramicnetwork/stream-tests", - "version": "5.15.0-rc.0", + "version": "5.15.0-rc.1", "private": true, "description": "Canary integration test for Ceramic components", "scripts": { @@ -19,10 +19,10 @@ "@ceramicnetwork/base-test-utils": "^3.9.0-rc.0", "@ceramicnetwork/blockchain-utils-linking": "^5.4.0-rc.0", "@ceramicnetwork/blockchain-utils-validation": "^5.14.0-rc.0", - "@ceramicnetwork/cli": "^5.15.0-rc.0", + "@ceramicnetwork/cli": "^5.15.0-rc.1", "@ceramicnetwork/common": "^5.14.0-rc.0", "@ceramicnetwork/common-test-utils": "^3.15.0-rc.0", - "@ceramicnetwork/core": "^5.15.0-rc.0", + "@ceramicnetwork/core": "^5.15.0-rc.1", "@ceramicnetwork/http-client": "^5.15.0-rc.0", "@ceramicnetwork/indexing": "^4.15.0-rc.0", "@ceramicnetwork/ipfs-daemon": "^5.15.0-rc.0",