Skip to content

Commit 44fedfa

Browse files
committed
chore(release):
- @ceramicnetwork/3id-did-resolver@2.23.0-rc.0 - @ceramicnetwork/anchor-listener@1.15.0-rc.0 - @ceramicnetwork/anchor-utils@1.13.0-rc.0 - @ceramicnetwork/blockchain-utils-linking@2.16.0-rc.0 - @ceramicnetwork/blockchain-utils-validation@2.22.0-rc.0 - @ceramicnetwork/cli@2.35.0-rc.0 - @ceramicnetwork/codecs@1.5.0-rc.0 - @ceramicnetwork/common@2.30.0-rc.0 - @ceramicnetwork/core@2.37.0-rc.0 - @ceramicnetwork/http-client@2.27.0-rc.0 - @ceramicnetwork/ipfs-daemon@2.23.0-rc.0 - @ceramicnetwork/ipfs-topology@2.24.0-rc.0 - @ceramicnetwork/pinning-aggregation@2.22.0-rc.0 - @ceramicnetwork/pinning-crust-backend@2.22.0-rc.0 - @ceramicnetwork/pinning-ipfs-backend@2.22.0-rc.0 - @ceramicnetwork/pinning-powergate-backend@2.22.0-rc.0 - @ceramicnetwork/stream-caip10-link-handler@2.23.0-rc.0 - @ceramicnetwork/stream-caip10-link@2.25.0-rc.0 - @ceramicnetwork/stream-handler-common@1.20.0-rc.0 - @ceramicnetwork/stream-model-handler@1.12.0-rc.0 - @ceramicnetwork/stream-model-instance-handler@1.12.0-rc.0 - @ceramicnetwork/stream-model-instance@1.12.0-rc.0 - @ceramicnetwork/stream-model@1.12.0-rc.0 - @ceramicnetwork/stream-tests@2.35.0-rc.0 - @ceramicnetwork/stream-tile-handler@2.25.0-rc.0 - @ceramicnetwork/stream-tile@2.26.0-rc.0 - @ceramicnetwork/streamid@2.17.0-rc.0
1 parent f2c6d66 commit 44fedfa

54 files changed

Lines changed: 369 additions & 128 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/3id-did-resolver/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+
# [2.23.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/3id-did-resolver@2.22.0...@ceramicnetwork/3id-did-resolver@2.23.0-rc.0) (2023-07-13)
7+
8+
**Note:** Version bump only for package @ceramicnetwork/3id-did-resolver
9+
10+
11+
12+
13+
614
# [2.22.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/3id-did-resolver@2.22.0-rc.0...@ceramicnetwork/3id-did-resolver@2.22.0) (2023-07-12)
715

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

packages/3id-did-resolver/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramicnetwork/3id-did-resolver",
3-
"version": "2.22.0",
3+
"version": "2.23.0-rc.0",
44
"description": "DID Resolver for the 3ID method",
55
"keywords": [
66
"Ceramic",
@@ -40,16 +40,16 @@
4040
"clean": "npx rimraf ./lib"
4141
},
4242
"dependencies": {
43-
"@ceramicnetwork/common": "^2.29.0",
44-
"@ceramicnetwork/stream-tile": "^2.25.0",
45-
"@ceramicnetwork/streamid": "^2.16.0",
43+
"@ceramicnetwork/common": "^2.30.0-rc.0",
44+
"@ceramicnetwork/stream-tile": "^2.26.0-rc.0",
45+
"@ceramicnetwork/streamid": "^2.17.0-rc.0",
4646
"cross-fetch": "^3.1.4",
4747
"lru_map": "^0.4.1",
4848
"multiformats": "^11.0.1",
4949
"uint8arrays": "^4.0.3"
5050
},
5151
"devDependencies": {
52-
"@ceramicnetwork/http-client": "^2.26.0",
52+
"@ceramicnetwork/http-client": "^2.27.0-rc.0",
5353
"did-resolver": "^4.0.1"
5454
},
5555
"gitHead": "56e646e82ee6e9cdb0b762bbbf77b8432edce367"

packages/anchor-listener/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+
# [1.15.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/anchor-listener@1.14.0...@ceramicnetwork/anchor-listener@1.15.0-rc.0) (2023-07-13)
7+
8+
**Note:** Version bump only for package @ceramicnetwork/anchor-listener
9+
10+
11+
12+
13+
614
# [1.14.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/anchor-listener@1.14.0-rc.0...@ceramicnetwork/anchor-listener@1.14.0) (2023-07-12)
715

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

packages/anchor-listener/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramicnetwork/anchor-listener",
3-
"version": "1.14.0",
3+
"version": "1.15.0-rc.0",
44
"description": "Ceramic anchor events listener",
55
"keywords": [
66
"ceramic",
@@ -30,12 +30,12 @@
3030
"author": "3Box Labs",
3131
"license": "(Apache-2.0 OR MIT)",
3232
"dependencies": {
33-
"@ceramicnetwork/anchor-utils": "^1.12.0",
33+
"@ceramicnetwork/anchor-utils": "^1.13.0-rc.0",
3434
"@ethersproject/providers": "^5.5.1",
3535
"rxjs": "^7.5.2"
3636
},
3737
"devDependencies": {
38-
"@ceramicnetwork/common": "^2.29.0",
38+
"@ceramicnetwork/common": "^2.30.0-rc.0",
3939
"@ethersproject/abi": "^5.7.0",
4040
"@jest/globals": "^28.1.3",
4141
"multiformats": "^11.0.1",

packages/anchor-utils/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+
# [1.13.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/anchor-utils@1.12.0...@ceramicnetwork/anchor-utils@1.13.0-rc.0) (2023-07-13)
7+
8+
**Note:** Version bump only for package @ceramicnetwork/anchor-utils
9+
10+
11+
12+
13+
614
# [1.12.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/anchor-utils@1.12.0-rc.0...@ceramicnetwork/anchor-utils@1.12.0) (2023-07-12)
715

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

packages/anchor-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramicnetwork/anchor-utils",
3-
"version": "1.12.0",
3+
"version": "1.13.0-rc.0",
44
"description": "Ceramic anchor contract constants, interface and utilities",
55
"keywords": [
66
"ceramic",
@@ -30,13 +30,13 @@
3030
"author": "3Box Labs",
3131
"license": "(Apache-2.0 OR MIT)",
3232
"dependencies": {
33-
"@ceramicnetwork/common": "^2.29.0",
33+
"@ceramicnetwork/common": "^2.30.0-rc.0",
3434
"@ethersproject/abi": "^5.7.0",
3535
"multiformats": "^11.0.1",
3636
"uint8arrays": "^4.0.3"
3737
},
3838
"devDependencies": {
39-
"@ceramicnetwork/streamid": "^2.16.0",
39+
"@ceramicnetwork/streamid": "^2.17.0-rc.0",
4040
"@ethersproject/providers": "^5.5.1",
4141
"@stablelib/sha256": "^1.0.1"
4242
},

packages/blockchain-utils-linking/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+
# [2.16.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/blockchain-utils-linking@2.15.0...@ceramicnetwork/blockchain-utils-linking@2.16.0-rc.0) (2023-07-13)
7+
8+
**Note:** Version bump only for package @ceramicnetwork/blockchain-utils-linking
9+
10+
11+
12+
13+
614
# [2.15.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/blockchain-utils-linking@2.15.0-rc.0...@ceramicnetwork/blockchain-utils-linking@2.15.0) (2023-07-12)
715

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

packages/blockchain-utils-linking/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramicnetwork/blockchain-utils-linking",
3-
"version": "2.15.0",
3+
"version": "2.16.0-rc.0",
44
"description": "Blockchain utils for linking blockchain accounts to DID",
55
"keywords": [
66
"ceramic",
@@ -37,7 +37,7 @@
3737
"clean": "npx rimraf ./lib"
3838
},
3939
"dependencies": {
40-
"@ceramicnetwork/streamid": "^2.16.0",
40+
"@ceramicnetwork/streamid": "^2.17.0-rc.0",
4141
"@didtools/cacao": "^2.1.0",
4242
"@stablelib/random": "^1.0.1",
4343
"@stablelib/sha256": "^1.0.1",

packages/blockchain-utils-validation/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+
# [2.22.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/blockchain-utils-validation@2.21.0...@ceramicnetwork/blockchain-utils-validation@2.22.0-rc.0) (2023-07-13)
7+
8+
**Note:** Version bump only for package @ceramicnetwork/blockchain-utils-validation
9+
10+
11+
12+
13+
614
# [2.21.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/blockchain-utils-validation@2.21.0-rc.0...@ceramicnetwork/blockchain-utils-validation@2.21.0) (2023-07-12)
715

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

packages/blockchain-utils-validation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramicnetwork/blockchain-utils-validation",
3-
"version": "2.21.0",
3+
"version": "2.22.0-rc.0",
44
"description": "Blockchain utils for validation of linked blockchain accounts",
55
"keywords": [
66
"ceramic",
@@ -37,8 +37,8 @@
3737
"clean": "npx rimraf ./lib"
3838
},
3939
"dependencies": {
40-
"@ceramicnetwork/blockchain-utils-linking": "^2.15.0",
41-
"@ceramicnetwork/common": "^2.29.0",
40+
"@ceramicnetwork/blockchain-utils-linking": "^2.16.0-rc.0",
41+
"@ceramicnetwork/common": "^2.30.0-rc.0",
4242
"@ethersproject/contracts": "^5.5.0",
4343
"@ethersproject/providers": "^5.5.1",
4444
"@ethersproject/wallet": "^5.5.0",

0 commit comments

Comments
 (0)