Skip to content

Commit

Permalink
chore(release):
Browse files Browse the repository at this point in the history
 - @ceramicnetwork/cli@6.0.1-rc.1
 - @ceramicnetwork/core@6.0.1-rc.1
 - @ceramicnetwork/indexing@5.0.1-rc.1
 - @ceramicnetwork/ipfs-daemon@6.1.0-rc.0
 - @ceramicnetwork/ipfs-topology@6.1.0-rc.0
 - @ceramicnetwork/stream-tests@6.0.1-rc.1
  • Loading branch information
smrz2001 committed Jul 12, 2024
1 parent 5fdcf92 commit 89153ed
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 18 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.

## [6.0.1-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/cli@6.0.1-rc.0...@ceramicnetwork/cli@6.0.1-rc.1) (2024-07-12)

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





## [6.0.1-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/cli@6.0.0-rc.0...@ceramicnetwork/cli@6.0.1-rc.0) (2024-07-10)

**Note:** Version bump only for package @ceramicnetwork/cli
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/cli",
"version": "6.0.1-rc.0",
"version": "6.0.1-rc.1",
"description": "Typescript implementation of the Ceramic CLI",
"engines": {
"node": ">=20.8"
Expand Down Expand Up @@ -47,10 +47,10 @@
"@ceramicnetwork/3id-did-resolver": "^6.0.1-rc.0",
"@ceramicnetwork/codecs": "^5.0.1-rc.0",
"@ceramicnetwork/common": "^6.0.1-rc.0",
"@ceramicnetwork/core": "^6.0.1-rc.0",
"@ceramicnetwork/core": "^6.0.1-rc.1",
"@ceramicnetwork/http-client": "^6.0.1-rc.0",
"@ceramicnetwork/indexing": "^5.0.1-rc.0",
"@ceramicnetwork/ipfs-daemon": "^6.0.1-rc.0",
"@ceramicnetwork/indexing": "^5.0.1-rc.1",
"@ceramicnetwork/ipfs-daemon": "^6.1.0-rc.0",
"@ceramicnetwork/logger": "^5.0.0",
"@ceramicnetwork/node-metrics": "^1.0.3",
"@ceramicnetwork/observability": "^1.4.4",
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.

## [6.0.1-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/core@6.0.1-rc.0...@ceramicnetwork/core@6.0.1-rc.1) (2024-07-12)

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





## [6.0.1-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/core@6.0.0-rc.0...@ceramicnetwork/core@6.0.1-rc.0) (2024-07-10)

**Note:** Version bump only for package @ceramicnetwork/core
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/core",
"version": "6.0.1-rc.0",
"version": "6.0.1-rc.1",
"description": "Typescript implementation of the Ceramic protocol",
"engines": {
"node": ">=20.8"
Expand Down Expand Up @@ -48,8 +48,8 @@
"@ceramicnetwork/anchor-utils": "^5.0.1-rc.0",
"@ceramicnetwork/codecs": "^5.0.1-rc.0",
"@ceramicnetwork/common": "^6.0.1-rc.0",
"@ceramicnetwork/indexing": "^5.0.1-rc.0",
"@ceramicnetwork/ipfs-topology": "^6.0.1-rc.0",
"@ceramicnetwork/indexing": "^5.0.1-rc.1",
"@ceramicnetwork/ipfs-topology": "^6.1.0-rc.0",
"@ceramicnetwork/job-queue": "^5.0.1-rc.0",
"@ceramicnetwork/node-metrics": "^1.0.3",
"@ceramicnetwork/observability": "^1.4.4",
Expand Down Expand Up @@ -99,7 +99,7 @@
"@ceramicnetwork/3id-did-resolver": "^6.0.1-rc.0",
"@ceramicnetwork/base-test-utils": "^3.9.1-rc.0",
"@ceramicnetwork/common-test-utils": "^4.0.1-rc.0",
"@ceramicnetwork/ipfs-daemon": "^6.0.1-rc.0",
"@ceramicnetwork/ipfs-daemon": "^6.1.0-rc.0",
"@databases/pg-test": "^3.1.2",
"@didtools/cacao": "^3.0.0",
"@types/node": "^18.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/indexing/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.0.1-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/indexing@5.0.1-rc.0...@ceramicnetwork/indexing@5.0.1-rc.1) (2024-07-12)

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





## [5.0.1-rc.0](/compare/@ceramicnetwork/indexing@5.0.0-rc.0...@ceramicnetwork/indexing@5.0.1-rc.0) (2024-07-10)

**Note:** Version bump only for package @ceramicnetwork/indexing
Expand Down
4 changes: 2 additions & 2 deletions packages/indexing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/indexing",
"version": "5.0.1-rc.0",
"version": "5.0.1-rc.1",
"description": "Ceramic indexing and querying logic",
"keywords": [
"ceramic",
Expand Down Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@ceramicnetwork/3id-did-resolver": "^6.0.1-rc.0",
"@ceramicnetwork/common-test-utils": "^4.0.1-rc.0",
"@ceramicnetwork/ipfs-daemon": "^6.0.1-rc.0",
"@ceramicnetwork/ipfs-daemon": "^6.1.0-rc.0",
"@ceramicnetwork/stream-model-instance": "^5.0.1-rc.0",
"@ceramicnetwork/stream-tile": "^6.0.1-rc.0",
"@stablelib/sha256": "^1.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-daemon/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.

# [6.1.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ipfs-daemon@6.0.1-rc.0...@ceramicnetwork/ipfs-daemon@6.1.0-rc.0) (2024-07-12)


### Features

* add devqa bootstrap peers ([#3256](https://github.com/ceramicnetwork/js-ceramic/issues/3256)) ([5fdcf92](https://github.com/ceramicnetwork/js-ceramic/commit/5fdcf92f985c103a1f41fae2d055b866189d6163))





## [6.0.1-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ipfs-daemon@6.0.0-rc.0...@ceramicnetwork/ipfs-daemon@6.0.1-rc.0) (2024-07-10)

**Note:** Version bump only for package @ceramicnetwork/ipfs-daemon
Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/ipfs-daemon",
"version": "6.0.1-rc.0",
"version": "6.1.0-rc.0",
"description": "IPFS daemon wraps js-ipfs instance with dag-jose codec enabled",
"keywords": [
"ipfs",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@ceramicnetwork/common": "^6.0.1-rc.0",
"@ceramicnetwork/ipfs-topology": "^6.0.1-rc.0",
"@ceramicnetwork/ipfs-topology": "^6.1.0-rc.0",
"express": "^4.18.2",
"get-port": "^7.0.0",
"go-ipfs": "^0.18.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-topology/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.

# [6.1.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ipfs-topology@6.0.1-rc.0...@ceramicnetwork/ipfs-topology@6.1.0-rc.0) (2024-07-12)


### Features

* add devqa bootstrap peers ([#3256](https://github.com/ceramicnetwork/js-ceramic/issues/3256)) ([5fdcf92](https://github.com/ceramicnetwork/js-ceramic/commit/5fdcf92f985c103a1f41fae2d055b866189d6163))





## [6.0.1-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ipfs-topology@6.0.0-rc.0...@ceramicnetwork/ipfs-topology@6.0.1-rc.0) (2024-07-10)

**Note:** Version bump only for package @ceramicnetwork/ipfs-topology
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-topology/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/ipfs-topology",
"version": "6.0.1-rc.0",
"version": "6.1.0-rc.0",
"description": "Setup IPFS topology right",
"keywords": [
"ipfs",
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.

## [6.0.1-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-tests@6.0.1-rc.0...@ceramicnetwork/stream-tests@6.0.1-rc.1) (2024-07-12)

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





## [6.0.1-rc.0](/compare/@ceramicnetwork/stream-tests@6.0.0-rc.0...@ceramicnetwork/stream-tests@6.0.1-rc.0) (2024-07-10)

**Note:** Version bump only for package @ceramicnetwork/stream-tests
Expand Down
10 changes: 5 additions & 5 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": "6.0.1-rc.0",
"version": "6.0.1-rc.1",
"private": true,
"description": "Canary integration test for Ceramic components",
"scripts": {
Expand All @@ -19,13 +19,13 @@
"@ceramicnetwork/base-test-utils": "^3.9.1-rc.0",
"@ceramicnetwork/blockchain-utils-linking": "^5.4.1-rc.0",
"@ceramicnetwork/blockchain-utils-validation": "^6.0.1-rc.0",
"@ceramicnetwork/cli": "^6.0.1-rc.0",
"@ceramicnetwork/cli": "^6.0.1-rc.1",
"@ceramicnetwork/common": "^6.0.1-rc.0",
"@ceramicnetwork/common-test-utils": "^4.0.1-rc.0",
"@ceramicnetwork/core": "^6.0.1-rc.0",
"@ceramicnetwork/core": "^6.0.1-rc.1",
"@ceramicnetwork/http-client": "^6.0.1-rc.0",
"@ceramicnetwork/indexing": "^5.0.1-rc.0",
"@ceramicnetwork/ipfs-daemon": "^6.0.1-rc.0",
"@ceramicnetwork/indexing": "^5.0.1-rc.1",
"@ceramicnetwork/ipfs-daemon": "^6.1.0-rc.0",
"@ceramicnetwork/stream-caip10-link": "^6.0.1-rc.0",
"@ceramicnetwork/stream-model": "^5.0.1-rc.0",
"@ceramicnetwork/stream-model-instance": "^5.0.1-rc.0",
Expand Down

0 comments on commit 89153ed

Please sign in to comment.