Skip to content

Commit 992f56a

Browse files
committed
chore(release):
- @ceramicnetwork/cli@6.9.0 - @ceramicnetwork/core@6.9.0 - @ceramicnetwork/indexing@5.6.0 - @ceramicnetwork/stream-tests@6.9.0
1 parent ca33e88 commit 992f56a

File tree

8 files changed

+42
-10
lines changed

8 files changed

+42
-10
lines changed

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.9.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/cli@6.9.0-rc.0...@ceramicnetwork/cli@6.9.0) (2024-11-05)
7+
8+
**Note:** Version bump only for package @ceramicnetwork/cli
9+
10+
11+
12+
13+
614
# [6.9.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/cli@6.8.0...@ceramicnetwork/cli@6.9.0-rc.0) (2024-10-21)
715

816

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramicnetwork/cli",
3-
"version": "6.9.0-rc.0",
3+
"version": "6.9.0",
44
"description": "Typescript implementation of the Ceramic CLI",
55
"engines": {
66
"node": ">=20.8"
@@ -47,9 +47,9 @@
4747
"@ceramicnetwork/3id-did-resolver": "^6.4.0",
4848
"@ceramicnetwork/codecs": "^5.4.0",
4949
"@ceramicnetwork/common": "^6.4.0",
50-
"@ceramicnetwork/core": "^6.9.0-rc.0",
50+
"@ceramicnetwork/core": "^6.9.0",
5151
"@ceramicnetwork/http-client": "^6.4.0",
52-
"@ceramicnetwork/indexing": "^5.6.0-rc.0",
52+
"@ceramicnetwork/indexing": "^5.6.0",
5353
"@ceramicnetwork/ipfs-daemon": "^6.4.0",
5454
"@ceramicnetwork/logger": "^5.0.0",
5555
"@ceramicnetwork/node-metrics": "^1.0.3",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.9.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/core@6.9.0-rc.0...@ceramicnetwork/core@6.9.0) (2024-11-05)
7+
8+
**Note:** Version bump only for package @ceramicnetwork/core
9+
10+
11+
12+
13+
614
# [6.9.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/core@6.8.0...@ceramicnetwork/core@6.9.0-rc.0) (2024-10-21)
715

816

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramicnetwork/core",
3-
"version": "6.9.0-rc.0",
3+
"version": "6.9.0",
44
"description": "Typescript implementation of the Ceramic protocol",
55
"engines": {
66
"node": ">=20.8"
@@ -48,7 +48,7 @@
4848
"@ceramicnetwork/anchor-utils": "^5.4.0",
4949
"@ceramicnetwork/codecs": "^5.4.0",
5050
"@ceramicnetwork/common": "^6.4.0",
51-
"@ceramicnetwork/indexing": "^5.6.0-rc.0",
51+
"@ceramicnetwork/indexing": "^5.6.0",
5252
"@ceramicnetwork/ipfs-topology": "^6.4.0",
5353
"@ceramicnetwork/job-queue": "^5.4.0",
5454
"@ceramicnetwork/node-metrics": "^1.0.5",

packages/indexing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.6.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/indexing@5.6.0-rc.0...@ceramicnetwork/indexing@5.6.0) (2024-11-05)
7+
8+
**Note:** Version bump only for package @ceramicnetwork/indexing
9+
10+
11+
12+
13+
614
# [5.6.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/indexing@5.5.0...@ceramicnetwork/indexing@5.6.0-rc.0) (2024-10-21)
715

816
**Note:** Version bump only for package @ceramicnetwork/indexing

packages/indexing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramicnetwork/indexing",
3-
"version": "5.6.0-rc.0",
3+
"version": "5.6.0",
44
"description": "Ceramic indexing and querying logic",
55
"keywords": [
66
"ceramic",

packages/stream-tests/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.9.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-tests@6.9.0-rc.0...@ceramicnetwork/stream-tests@6.9.0) (2024-11-05)
7+
8+
**Note:** Version bump only for package @ceramicnetwork/stream-tests
9+
10+
11+
12+
13+
614
# [6.9.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-tests@6.8.0...@ceramicnetwork/stream-tests@6.9.0-rc.0) (2024-10-21)
715

816

packages/stream-tests/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramicnetwork/stream-tests",
3-
"version": "6.9.0-rc.0",
3+
"version": "6.9.0",
44
"private": true,
55
"description": "Canary integration test for Ceramic components",
66
"scripts": {
@@ -19,12 +19,12 @@
1919
"@ceramicnetwork/base-test-utils": "^3.13.0",
2020
"@ceramicnetwork/blockchain-utils-linking": "^5.6.0",
2121
"@ceramicnetwork/blockchain-utils-validation": "^6.4.0",
22-
"@ceramicnetwork/cli": "^6.9.0-rc.0",
22+
"@ceramicnetwork/cli": "^6.9.0",
2323
"@ceramicnetwork/common": "^6.4.0",
2424
"@ceramicnetwork/common-test-utils": "^4.4.0",
25-
"@ceramicnetwork/core": "^6.9.0-rc.0",
25+
"@ceramicnetwork/core": "^6.9.0",
2626
"@ceramicnetwork/http-client": "^6.4.0",
27-
"@ceramicnetwork/indexing": "^5.6.0-rc.0",
27+
"@ceramicnetwork/indexing": "^5.6.0",
2828
"@ceramicnetwork/ipfs-daemon": "^6.4.0",
2929
"@ceramicnetwork/stream-caip10-link": "^6.4.0",
3030
"@ceramicnetwork/stream-model": "^5.4.0",

0 commit comments

Comments
 (0)