Skip to content

Commit

Permalink
chore(release):
Browse files Browse the repository at this point in the history
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
  • Loading branch information
smrz2001 committed Jun 13, 2024
1 parent 8d7306a commit f2c6104
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@ceramicnetwork/[email protected]) (2024-06-13)

**Note:** Version bump only for package @ceramicnetwork/cli





# [5.15.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-06-10)

**Note:** Version bump only for package @ceramicnetwork/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.

# [5.15.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (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/[email protected]...@ceramicnetwork/[email protected]) (2024-06-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/stream-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@ceramicnetwork/[email protected]) (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/[email protected]...@ceramicnetwork/[email protected]) (2024-06-10)


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

0 comments on commit f2c6104

Please sign in to comment.