Skip to content

Commit

Permalink
chore(release):
Browse files Browse the repository at this point in the history
 - @ceramicnetwork/3id-did-resolver@6.2.0
 - @ceramicnetwork/anchor-listener@5.2.0
 - @ceramicnetwork/anchor-utils@5.2.0
 - @ceramicnetwork/base-test-utils@3.11.0
 - @ceramicnetwork/blockchain-utils-linking@5.6.0
 - @ceramicnetwork/blockchain-utils-validation@6.2.0
 - @ceramicnetwork/cli@6.2.0
 - @ceramicnetwork/codecs@5.2.0
 - @ceramicnetwork/common-test-utils@4.2.0
 - @ceramicnetwork/common@6.2.0
 - @ceramicnetwork/core@6.2.0
 - @ceramicnetwork/did-test-utils@4.2.0
 - @ceramicnetwork/http-client@6.2.0
 - @ceramicnetwork/indexing@5.2.0
 - @ceramicnetwork/ipfs-daemon@6.2.0
 - @ceramicnetwork/ipfs-topology@6.2.0
 - @ceramicnetwork/job-queue@5.2.0
 - @ceramicnetwork/pinning-aggregation@6.2.0
 - @ceramicnetwork/pinning-crust-backend@6.2.0
 - @ceramicnetwork/pinning-ipfs-backend@6.2.0
 - @ceramicnetwork/pinning-powergate-backend@6.2.0
 - @ceramicnetwork/stream-caip10-link-handler@6.2.0
 - @ceramicnetwork/stream-caip10-link@6.2.0
 - @ceramicnetwork/stream-handler-common@5.2.0
 - @ceramicnetwork/stream-model-handler@5.2.0
 - @ceramicnetwork/stream-model-instance-handler@5.2.0
 - @ceramicnetwork/stream-model-instance@5.2.0
 - @ceramicnetwork/stream-model@5.2.0
 - @ceramicnetwork/stream-tests@6.2.0
 - @ceramicnetwork/stream-tile-handler@6.2.0
 - @ceramicnetwork/stream-tile@6.2.0
 - @ceramicnetwork/streamid@5.6.0
  • Loading branch information
smrz2001 committed Jul 22, 2024
1 parent e9edd12 commit 536f79c
Show file tree
Hide file tree
Showing 64 changed files with 428 additions and 172 deletions.
8 changes: 8 additions & 0 deletions packages/3id-did-resolver/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.2.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/3id-did-resolver@6.2.0-rc.0...@ceramicnetwork/3id-did-resolver@6.2.0) (2024-07-22)

**Note:** Version bump only for package @ceramicnetwork/3id-did-resolver





# [6.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/3id-did-resolver@6.1.0...@ceramicnetwork/3id-did-resolver@6.2.0-rc.0) (2024-07-22)


Expand Down
10 changes: 5 additions & 5 deletions packages/3id-did-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/3id-did-resolver",
"version": "6.2.0-rc.0",
"version": "6.2.0",
"description": "DID Resolver for the 3ID method",
"keywords": [
"Ceramic",
Expand Down Expand Up @@ -40,15 +40,15 @@
"clean": "npx rimraf ./lib"
},
"dependencies": {
"@ceramicnetwork/common": "^6.2.0-rc.0",
"@ceramicnetwork/stream-tile": "^6.2.0-rc.0",
"@ceramicnetwork/streamid": "^5.6.0-rc.0",
"@ceramicnetwork/common": "^6.2.0",
"@ceramicnetwork/stream-tile": "^6.2.0",
"@ceramicnetwork/streamid": "^5.6.0",
"least-recent": "^1.0.3",
"multiformats": "~13.1.3",
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@ceramicnetwork/http-client": "^6.2.0-rc.0",
"@ceramicnetwork/http-client": "^6.2.0",
"did-resolver": "^4.0.1",
"http-request-mock": "^1.8.17"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/anchor-listener/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.2.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/anchor-listener@5.2.0-rc.0...@ceramicnetwork/anchor-listener@5.2.0) (2024-07-22)

**Note:** Version bump only for package @ceramicnetwork/anchor-listener





# [5.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/anchor-listener@5.1.0...@ceramicnetwork/anchor-listener@5.2.0-rc.0) (2024-07-22)


Expand Down
6 changes: 3 additions & 3 deletions packages/anchor-listener/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/anchor-listener",
"version": "5.2.0-rc.0",
"version": "5.2.0",
"description": "Ceramic anchor events listener",
"keywords": [
"ceramic",
Expand Down Expand Up @@ -30,12 +30,12 @@
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"@ceramicnetwork/anchor-utils": "^5.2.0-rc.0",
"@ceramicnetwork/anchor-utils": "^5.2.0",
"@ethersproject/providers": "^5.5.1",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@ceramicnetwork/common": "^6.2.0-rc.0",
"@ceramicnetwork/common": "^6.2.0",
"@ethersproject/abi": "^5.7.0",
"@jest/globals": "^29.7.0",
"multiformats": "~13.1.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/anchor-utils/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.2.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/anchor-utils@5.2.0-rc.0...@ceramicnetwork/anchor-utils@5.2.0) (2024-07-22)

**Note:** Version bump only for package @ceramicnetwork/anchor-utils





# [5.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/anchor-utils@5.1.0...@ceramicnetwork/anchor-utils@5.2.0-rc.0) (2024-07-22)


Expand Down
6 changes: 3 additions & 3 deletions packages/anchor-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/anchor-utils",
"version": "5.2.0-rc.0",
"version": "5.2.0",
"description": "Ceramic anchor contract constants, interface and utilities",
"keywords": [
"ceramic",
Expand Down Expand Up @@ -30,13 +30,13 @@
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"@ceramicnetwork/common": "^6.2.0-rc.0",
"@ceramicnetwork/common": "^6.2.0",
"@ethersproject/abi": "^5.7.0",
"multiformats": "~13.1.3",
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@ceramicnetwork/streamid": "^5.6.0-rc.0",
"@ceramicnetwork/streamid": "^5.6.0",
"@ethersproject/providers": "^5.5.1",
"@stablelib/sha256": "^1.0.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/base-test-utils/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.

# [3.11.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/base-test-utils@3.11.0-rc.0...@ceramicnetwork/base-test-utils@3.11.0) (2024-07-22)

**Note:** Version bump only for package @ceramicnetwork/base-test-utils





# [3.11.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/base-test-utils@3.10.0...@ceramicnetwork/base-test-utils@3.11.0-rc.0) (2024-07-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/base-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/base-test-utils",
"version": "3.11.0-rc.0",
"version": "3.11.0",
"description": "Ceramic Test Utils",
"keywords": [
"ceramic"
Expand Down Expand Up @@ -29,7 +29,7 @@
"author": "3Box Labs <support@3box.io>",
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"@ceramicnetwork/streamid": "^5.6.0-rc.0",
"@ceramicnetwork/streamid": "^5.6.0",
"multiformats": "~13.1.3"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/blockchain-utils-linking/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.6.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/blockchain-utils-linking@5.6.0-rc.0...@ceramicnetwork/blockchain-utils-linking@5.6.0) (2024-07-22)

**Note:** Version bump only for package @ceramicnetwork/blockchain-utils-linking





# [5.6.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/blockchain-utils-linking@5.5.0...@ceramicnetwork/blockchain-utils-linking@5.6.0-rc.0) (2024-07-22)

**Note:** Version bump only for package @ceramicnetwork/blockchain-utils-linking
Expand Down
4 changes: 2 additions & 2 deletions packages/blockchain-utils-linking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/blockchain-utils-linking",
"version": "5.6.0-rc.0",
"version": "5.6.0",
"description": "Blockchain utils for linking blockchain accounts to DID",
"keywords": [
"ceramic",
Expand Down Expand Up @@ -37,7 +37,7 @@
"clean": "npx rimraf ./lib"
},
"dependencies": {
"@ceramicnetwork/streamid": "^5.6.0-rc.0",
"@ceramicnetwork/streamid": "^5.6.0",
"@didtools/cacao": "^3.0.0",
"@stablelib/random": "^1.0.1",
"@stablelib/sha256": "^1.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/blockchain-utils-validation/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.2.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/blockchain-utils-validation@6.2.0-rc.0...@ceramicnetwork/blockchain-utils-validation@6.2.0) (2024-07-22)

**Note:** Version bump only for package @ceramicnetwork/blockchain-utils-validation





# [6.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/blockchain-utils-validation@6.1.0...@ceramicnetwork/blockchain-utils-validation@6.2.0-rc.0) (2024-07-22)

**Note:** Version bump only for package @ceramicnetwork/blockchain-utils-validation
Expand Down
6 changes: 3 additions & 3 deletions packages/blockchain-utils-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/blockchain-utils-validation",
"version": "6.2.0-rc.0",
"version": "6.2.0",
"description": "Blockchain utils for validation of linked blockchain accounts",
"keywords": [
"ceramic",
Expand Down Expand Up @@ -37,8 +37,8 @@
"clean": "npx rimraf ./lib"
},
"dependencies": {
"@ceramicnetwork/blockchain-utils-linking": "^5.6.0-rc.0",
"@ceramicnetwork/common": "^6.2.0-rc.0",
"@ceramicnetwork/blockchain-utils-linking": "^5.6.0",
"@ceramicnetwork/common": "^6.2.0",
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/providers": "^5.5.1",
"@ethersproject/wallet": "^5.5.0",
Expand Down
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.2.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/cli@6.2.0-rc.0...@ceramicnetwork/cli@6.2.0) (2024-07-22)

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





# [6.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/cli@6.1.0...@ceramicnetwork/cli@6.2.0-rc.0) (2024-07-22)

**Note:** Version bump only for package @ceramicnetwork/cli
Expand Down
28 changes: 14 additions & 14 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/cli",
"version": "6.2.0-rc.0",
"version": "6.2.0",
"description": "Typescript implementation of the Ceramic CLI",
"engines": {
"node": ">=20.8"
Expand Down Expand Up @@ -44,18 +44,18 @@
},
"dependencies": {
"@awaitjs/express": "^0.9.0",
"@ceramicnetwork/3id-did-resolver": "^6.2.0-rc.0",
"@ceramicnetwork/codecs": "^5.2.0-rc.0",
"@ceramicnetwork/common": "^6.2.0-rc.0",
"@ceramicnetwork/core": "^6.2.0-rc.0",
"@ceramicnetwork/http-client": "^6.2.0-rc.0",
"@ceramicnetwork/indexing": "^5.2.0-rc.0",
"@ceramicnetwork/ipfs-daemon": "^6.2.0-rc.0",
"@ceramicnetwork/3id-did-resolver": "^6.2.0",
"@ceramicnetwork/codecs": "^5.2.0",
"@ceramicnetwork/common": "^6.2.0",
"@ceramicnetwork/core": "^6.2.0",
"@ceramicnetwork/http-client": "^6.2.0",
"@ceramicnetwork/indexing": "^5.2.0",
"@ceramicnetwork/ipfs-daemon": "^6.2.0",
"@ceramicnetwork/logger": "^5.0.0",
"@ceramicnetwork/node-metrics": "^1.0.3",
"@ceramicnetwork/observability": "^1.4.4",
"@ceramicnetwork/stream-tile": "^6.2.0-rc.0",
"@ceramicnetwork/streamid": "^5.6.0-rc.0",
"@ceramicnetwork/stream-tile": "^6.2.0",
"@ceramicnetwork/streamid": "^5.6.0",
"@stablelib/random": "^1.0.1",
"aws-sdk": "^2.1049.0",
"commander": "^9.4.1",
Expand All @@ -81,10 +81,10 @@
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@ceramicnetwork/common-test-utils": "^4.2.0-rc.0",
"@ceramicnetwork/stream-model": "^5.2.0-rc.0",
"@ceramicnetwork/stream-model-instance": "^5.2.0-rc.0",
"@ceramicnetwork/stream-tile-handler": "^6.2.0-rc.0",
"@ceramicnetwork/common-test-utils": "^4.2.0",
"@ceramicnetwork/stream-model": "^5.2.0",
"@ceramicnetwork/stream-model-instance": "^5.2.0",
"@ceramicnetwork/stream-tile-handler": "^6.2.0",
"@stablelib/sha256": "^1.0.1",
"@types/express": "^4.17.21",
"@types/levelup": "^5.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/codecs/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.2.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/codecs@5.2.0-rc.0...@ceramicnetwork/codecs@5.2.0) (2024-07-22)

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





# [5.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/codecs@5.1.0...@ceramicnetwork/codecs@5.2.0-rc.0) (2024-07-22)


Expand Down
8 changes: 4 additions & 4 deletions packages/codecs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/codecs",
"version": "5.2.0-rc.0",
"version": "5.2.0",
"description": "Ceramic Codecs",
"keywords": [
"ceramic",
Expand Down Expand Up @@ -30,16 +30,16 @@
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"@ceramicnetwork/common": "^6.2.0-rc.0",
"@ceramicnetwork/streamid": "^5.6.0-rc.0",
"@ceramicnetwork/common": "^6.2.0",
"@ceramicnetwork/streamid": "^5.6.0",
"cartonne": "^3.0.1",
"codeco": "^1.1.0",
"dag-jose": "^5.1.1",
"multiformats": "~13.1.3",
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@ceramicnetwork/base-test-utils": "^3.11.0-rc.0",
"@ceramicnetwork/base-test-utils": "^3.11.0",
"ts-essentials": "^9.4.1"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/common-test-utils/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.

# [4.2.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common-test-utils@4.2.0-rc.0...@ceramicnetwork/common-test-utils@4.2.0) (2024-07-22)

**Note:** Version bump only for package @ceramicnetwork/common-test-utils





# [4.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common-test-utils@4.1.0...@ceramicnetwork/common-test-utils@4.2.0-rc.0) (2024-07-22)


Expand Down
8 changes: 4 additions & 4 deletions packages/common-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/common-test-utils",
"version": "4.2.0-rc.0",
"version": "4.2.0",
"description": "Ceramic Common Module Test Utils",
"keywords": [
"ceramic"
Expand Down Expand Up @@ -29,9 +29,9 @@
"author": "3Box Labs <support@3box.io>",
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"@ceramicnetwork/base-test-utils": "^3.11.0-rc.0",
"@ceramicnetwork/common": "^6.2.0-rc.0",
"@ceramicnetwork/streamid": "^5.6.0-rc.0",
"@ceramicnetwork/base-test-utils": "^3.11.0",
"@ceramicnetwork/common": "^6.2.0",
"@ceramicnetwork/streamid": "^5.6.0",
"it-first": "^3.0.4",
"multiformats": "~13.1.3",
"rxjs": "^7.8.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/common/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.2.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@6.2.0-rc.0...@ceramicnetwork/common@6.2.0) (2024-07-22)

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





# [6.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@6.1.0...@ceramicnetwork/common@6.2.0-rc.0) (2024-07-22)


Expand Down
Loading

0 comments on commit 536f79c

Please sign in to comment.