Skip to content

Commit

Permalink
chore(release):
Browse files Browse the repository at this point in the history
 - @ceramicnetwork/cli@5.3.0-rc.1
 - @ceramicnetwork/core@5.3.0-rc.1
 - @ceramicnetwork/stream-model-instance-handler@4.3.0-rc.1
 - @ceramicnetwork/stream-tests@5.3.0-rc.1
  • Loading branch information
stbrody committed Mar 11, 2024
1 parent c464b32 commit 4299cbb
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 8 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.3.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/cli@5.3.0-rc.0...@ceramicnetwork/cli@5.3.0-rc.1) (2024-03-11)

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





# [5.3.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/cli@5.2.0...@ceramicnetwork/cli@5.3.0-rc.0) (2024-03-07)

**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.3.0-rc.0",
"version": "5.3.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.3.0-rc.0",
"@ceramicnetwork/codecs": "^4.2.0-rc.0",
"@ceramicnetwork/common": "^5.2.0-rc.0",
"@ceramicnetwork/core": "^5.3.0-rc.0",
"@ceramicnetwork/core": "^5.3.0-rc.1",
"@ceramicnetwork/http-client": "^5.3.0-rc.0",
"@ceramicnetwork/indexing": "^4.3.0-rc.0",
"@ceramicnetwork/ipfs-daemon": "^5.3.0-rc.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.3.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/core@5.3.0-rc.0...@ceramicnetwork/core@5.3.0-rc.1) (2024-03-11)

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





# [5.3.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/core@5.2.0...@ceramicnetwork/core@5.3.0-rc.0) (2024-03-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/core",
"version": "5.3.0-rc.0",
"version": "5.3.0-rc.1",
"description": "Typescript implementation of the Ceramic protocol",
"engines": {
"node": ">=20.8"
Expand Down Expand Up @@ -59,7 +59,7 @@
"@ceramicnetwork/stream-model": "^4.2.0-rc.0",
"@ceramicnetwork/stream-model-handler": "^4.3.0-rc.0",
"@ceramicnetwork/stream-model-instance": "^4.3.0-rc.0",
"@ceramicnetwork/stream-model-instance-handler": "^4.3.0-rc.0",
"@ceramicnetwork/stream-model-instance-handler": "^4.3.0-rc.1",
"@ceramicnetwork/stream-tile": "^5.2.0-rc.0",
"@ceramicnetwork/stream-tile-handler": "^5.3.0-rc.0",
"@ceramicnetwork/streamid": "^5.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/stream-model-instance-handler/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.

# [4.3.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-model-instance-handler@4.3.0-rc.0...@ceramicnetwork/stream-model-instance-handler@4.3.0-rc.1) (2024-03-11)


### Bug Fixes

* **stream-model-instance-handler:** move stream-model to dependencies ([#3180](https://github.com/ceramicnetwork/js-ceramic/issues/3180)) ([c464b32](https://github.com/ceramicnetwork/js-ceramic/commit/c464b32ed00e6312cbb047b6b19940383c55ed64))





# [4.3.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-model-instance-handler@4.2.0...@ceramicnetwork/stream-model-instance-handler@4.3.0-rc.0) (2024-03-07)

**Note:** Version bump only for package @ceramicnetwork/stream-model-instance-handler
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-model-instance-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/stream-model-instance-handler",
"version": "4.3.0-rc.0",
"version": "4.3.0-rc.1",
"description": "Ceramic Model Instance Document stream handler",
"keywords": [
"ceramic",
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.3.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-tests@5.3.0-rc.0...@ceramicnetwork/stream-tests@5.3.0-rc.1) (2024-03-11)

**Note:** Version bump only for package @ceramicnetwork/stream-tests





# [5.3.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-tests@5.2.0...@ceramicnetwork/stream-tests@5.3.0-rc.0) (2024-03-07)


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.3.0-rc.0",
"version": "5.3.0-rc.1",
"private": true,
"description": "Canary integration test for Ceramic components",
"scripts": {
Expand All @@ -19,10 +19,10 @@
"@ceramicnetwork/base-test-utils": "^3.0.0",
"@ceramicnetwork/blockchain-utils-linking": "^5.0.0",
"@ceramicnetwork/blockchain-utils-validation": "^5.2.0-rc.0",
"@ceramicnetwork/cli": "^5.3.0-rc.0",
"@ceramicnetwork/cli": "^5.3.0-rc.1",
"@ceramicnetwork/common": "^5.2.0-rc.0",
"@ceramicnetwork/common-test-utils": "^3.3.0-rc.0",
"@ceramicnetwork/core": "^5.3.0-rc.0",
"@ceramicnetwork/core": "^5.3.0-rc.1",
"@ceramicnetwork/http-client": "^5.3.0-rc.0",
"@ceramicnetwork/indexing": "^4.3.0-rc.0",
"@ceramicnetwork/ipfs-daemon": "^5.3.0-rc.0",
Expand Down

0 comments on commit 4299cbb

Please sign in to comment.