Skip to content

Commit 4050fc1

Browse files
committed
chore(release):
- @ceramicnetwork/cli@6.11.0 - @ceramicnetwork/core@6.11.0 - @ceramicnetwork/indexing@5.8.0 - @ceramicnetwork/ipfs-daemon@6.5.0 - @ceramicnetwork/stream-tests@6.11.0
1 parent d8a2b6e commit 4050fc1

File tree

10 files changed

+55
-15
lines changed

10 files changed

+55
-15
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.11.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/cli@6.11.0-rc.0...@ceramicnetwork/cli@6.11.0) (2024-11-06)
7+
8+
**Note:** Version bump only for package @ceramicnetwork/cli
9+
10+
11+
12+
13+
614
# [6.11.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/cli@6.10.0-rc.0...@ceramicnetwork/cli@6.11.0-rc.0) (2024-11-06)
715

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

packages/cli/package.json

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

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.11.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/core@6.11.0-rc.0...@ceramicnetwork/core@6.11.0) (2024-11-06)
7+
8+
**Note:** Version bump only for package @ceramicnetwork/core
9+
10+
11+
12+
13+
614
# [6.11.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/core@6.10.0-rc.0...@ceramicnetwork/core@6.11.0-rc.0) (2024-11-06)
715

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

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramicnetwork/core",
3-
"version": "6.11.0-rc.0",
3+
"version": "6.11.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.8.0-rc.0",
51+
"@ceramicnetwork/indexing": "^5.8.0",
5252
"@ceramicnetwork/ipfs-topology": "^6.4.0",
5353
"@ceramicnetwork/job-queue": "^5.4.0",
5454
"@ceramicnetwork/node-metrics": "^1.0.5",
@@ -99,7 +99,7 @@
9999
"@ceramicnetwork/3id-did-resolver": "^6.4.0",
100100
"@ceramicnetwork/base-test-utils": "^3.13.0",
101101
"@ceramicnetwork/common-test-utils": "^4.4.0",
102-
"@ceramicnetwork/ipfs-daemon": "^6.5.0-rc.0",
102+
"@ceramicnetwork/ipfs-daemon": "^6.5.0",
103103
"@databases/pg-test": "^3.1.2",
104104
"@didtools/cacao": "^3.0.0",
105105
"@types/node": "^18.0.3",

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.8.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/indexing@5.8.0-rc.0...@ceramicnetwork/indexing@5.8.0) (2024-11-06)
7+
8+
**Note:** Version bump only for package @ceramicnetwork/indexing
9+
10+
11+
12+
13+
614
# [5.8.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/indexing@5.7.0-rc.0...@ceramicnetwork/indexing@5.8.0-rc.0) (2024-11-06)
715

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

packages/indexing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramicnetwork/indexing",
3-
"version": "5.8.0-rc.0",
3+
"version": "5.8.0",
44
"description": "Ceramic indexing and querying logic",
55
"keywords": [
66
"ceramic",
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@ceramicnetwork/3id-did-resolver": "^6.4.0",
5050
"@ceramicnetwork/common-test-utils": "^4.4.0",
51-
"@ceramicnetwork/ipfs-daemon": "^6.5.0-rc.0",
51+
"@ceramicnetwork/ipfs-daemon": "^6.5.0",
5252
"@ceramicnetwork/stream-model-instance": "^5.4.0",
5353
"@ceramicnetwork/stream-tile": "^6.4.0",
5454
"@stablelib/sha256": "^1.0.1",

packages/ipfs-daemon/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.5.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ipfs-daemon@6.5.0-rc.0...@ceramicnetwork/ipfs-daemon@6.5.0) (2024-11-06)
7+
8+
**Note:** Version bump only for package @ceramicnetwork/ipfs-daemon
9+
10+
11+
12+
13+
614
# [6.5.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ipfs-daemon@6.4.0...@ceramicnetwork/ipfs-daemon@6.5.0-rc.0) (2024-11-06)
715

816

packages/ipfs-daemon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramicnetwork/ipfs-daemon",
3-
"version": "6.5.0-rc.0",
3+
"version": "6.5.0",
44
"description": "IPFS daemon wraps js-ipfs instance with dag-jose codec enabled",
55
"keywords": [
66
"ipfs",

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.11.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-tests@6.11.0-rc.0...@ceramicnetwork/stream-tests@6.11.0) (2024-11-06)
7+
8+
**Note:** Version bump only for package @ceramicnetwork/stream-tests
9+
10+
11+
12+
13+
614
# [6.11.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-tests@6.10.0-rc.0...@ceramicnetwork/stream-tests@6.11.0-rc.0) (2024-11-06)
715

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

packages/stream-tests/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramicnetwork/stream-tests",
3-
"version": "6.11.0-rc.0",
3+
"version": "6.11.0",
44
"private": true,
55
"description": "Canary integration test for Ceramic components",
66
"scripts": {
@@ -19,13 +19,13 @@
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.11.0-rc.0",
22+
"@ceramicnetwork/cli": "^6.11.0",
2323
"@ceramicnetwork/common": "^6.4.0",
2424
"@ceramicnetwork/common-test-utils": "^4.4.0",
25-
"@ceramicnetwork/core": "^6.11.0-rc.0",
25+
"@ceramicnetwork/core": "^6.11.0",
2626
"@ceramicnetwork/http-client": "^6.4.0",
27-
"@ceramicnetwork/indexing": "^5.8.0-rc.0",
28-
"@ceramicnetwork/ipfs-daemon": "^6.5.0-rc.0",
27+
"@ceramicnetwork/indexing": "^5.8.0",
28+
"@ceramicnetwork/ipfs-daemon": "^6.5.0",
2929
"@ceramicnetwork/stream-caip10-link": "^6.4.0",
3030
"@ceramicnetwork/stream-model": "^5.4.0",
3131
"@ceramicnetwork/stream-model-instance": "^5.4.0",

0 commit comments

Comments
 (0)