Skip to content

Commit

Permalink
chore(release):
Browse files Browse the repository at this point in the history
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
  • Loading branch information
stbrody committed Feb 26, 2024
1 parent cb5c2fc commit 41e50f4
Show file tree
Hide file tree
Showing 30 changed files with 218 additions and 58 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.

# [5.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-26)

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





# [5.1.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-22)

**Note:** Version bump only for package @ceramicnetwork/3id-did-resolver
Expand Down
4 changes: 2 additions & 2 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": "5.1.0",
"version": "5.2.0-rc.0",
"description": "DID Resolver for the 3ID method",
"keywords": [
"Ceramic",
Expand Down Expand Up @@ -48,7 +48,7 @@
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@ceramicnetwork/http-client": "^5.1.0",
"@ceramicnetwork/http-client": "^5.2.0-rc.0",
"did-resolver": "^4.0.1",
"http-request-mock": "^1.8.17"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-26)


### Bug Fixes

* **cli,http-client,stream-model-instance:** encode genesis commit in multiquery ([#3172](https://github.com/ceramicnetwork/js-ceramic/issues/3172)) ([cb5c2fc](https://github.com/ceramicnetwork/js-ceramic/commit/cb5c2fcf7bfd4df8c419bcd5535c215aab562cf0))


### Features

* turn syncing tests on in recon mode ([#3169](https://github.com/ceramicnetwork/js-ceramic/issues/3169)) ([394eebe](https://github.com/ceramicnetwork/js-ceramic/commit/394eebe5e5ebf6c9e866fe93bd9c6e12f44a6175))





# [5.1.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-22)

**Note:** Version bump only for package @ceramicnetwork/cli
Expand Down
18 changes: 9 additions & 9 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/cli",
"version": "5.1.0",
"version": "5.2.0-rc.0",
"description": "Typescript implementation of the Ceramic CLI",
"engines": {
"node": ">=20.8"
Expand Down Expand Up @@ -44,13 +44,13 @@
},
"dependencies": {
"@awaitjs/express": "^0.9.0",
"@ceramicnetwork/3id-did-resolver": "^5.1.0",
"@ceramicnetwork/3id-did-resolver": "^5.2.0-rc.0",
"@ceramicnetwork/codecs": "^4.1.0",
"@ceramicnetwork/common": "^5.1.0",
"@ceramicnetwork/core": "^5.1.0",
"@ceramicnetwork/http-client": "^5.1.0",
"@ceramicnetwork/indexing": "^4.1.0",
"@ceramicnetwork/ipfs-daemon": "^5.1.0",
"@ceramicnetwork/core": "^5.2.0-rc.0",
"@ceramicnetwork/http-client": "^5.2.0-rc.0",
"@ceramicnetwork/indexing": "^4.2.0-rc.0",
"@ceramicnetwork/ipfs-daemon": "^5.2.0-rc.0",
"@ceramicnetwork/logger": "^5.0.0",
"@ceramicnetwork/observability": "^1.4.4",
"@ceramicnetwork/stream-tile": "^5.1.0",
Expand Down Expand Up @@ -80,10 +80,10 @@
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@ceramicnetwork/common-test-utils": "^3.1.0",
"@ceramicnetwork/common-test-utils": "^3.2.0-rc.0",
"@ceramicnetwork/stream-model": "^4.1.0",
"@ceramicnetwork/stream-model-instance": "^4.1.0",
"@ceramicnetwork/stream-tile-handler": "^5.1.0",
"@ceramicnetwork/stream-model-instance": "^4.2.0-rc.0",
"@ceramicnetwork/stream-tile-handler": "^5.2.0-rc.0",
"@stablelib/sha256": "^1.0.1",
"@types/express": "^4.17.21",
"@types/levelup": "^5.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/common-test-utils/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.

# [3.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-26)


### Features

* turn syncing tests on in recon mode ([#3169](https://github.com/ceramicnetwork/js-ceramic/issues/3169)) ([394eebe](https://github.com/ceramicnetwork/js-ceramic/commit/394eebe5e5ebf6c9e866fe93bd9c6e12f44a6175))





# [3.1.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-22)

**Note:** Version bump only for package @ceramicnetwork/common-test-utils
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.1.0",
"version": "3.2.0-rc.0",
"description": "Ceramic Common Module Test Utils",
"keywords": [
"ceramic"
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.

# [5.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-26)


### Features

* turn syncing tests on in recon mode ([#3169](https://github.com/ceramicnetwork/js-ceramic/issues/3169)) ([394eebe](https://github.com/ceramicnetwork/js-ceramic/commit/394eebe5e5ebf6c9e866fe93bd9c6e12f44a6175))





# [5.1.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-22)

**Note:** Version bump only for package @ceramicnetwork/core
Expand Down
22 changes: 11 additions & 11 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/core",
"version": "5.1.0",
"version": "5.2.0-rc.0",
"description": "Typescript implementation of the Ceramic protocol",
"engines": {
"node": ">=20.8"
Expand Down Expand Up @@ -48,20 +48,20 @@
"@ceramicnetwork/anchor-utils": "^4.1.0",
"@ceramicnetwork/codecs": "^4.1.0",
"@ceramicnetwork/common": "^5.1.0",
"@ceramicnetwork/indexing": "^4.1.0",
"@ceramicnetwork/indexing": "^4.2.0-rc.0",
"@ceramicnetwork/ipfs-topology": "^5.1.0",
"@ceramicnetwork/job-queue": "^4.1.0",
"@ceramicnetwork/job-queue": "^4.2.0-rc.0",
"@ceramicnetwork/observability": "^1.4.4",
"@ceramicnetwork/pinning-aggregation": "^5.1.0",
"@ceramicnetwork/pinning-ipfs-backend": "^5.1.0",
"@ceramicnetwork/stream-caip10-link": "^5.1.0",
"@ceramicnetwork/stream-caip10-link-handler": "^5.1.0",
"@ceramicnetwork/stream-caip10-link-handler": "^5.2.0-rc.0",
"@ceramicnetwork/stream-model": "^4.1.0",
"@ceramicnetwork/stream-model-handler": "^4.1.0",
"@ceramicnetwork/stream-model-instance": "^4.1.0",
"@ceramicnetwork/stream-model-instance-handler": "^4.1.0",
"@ceramicnetwork/stream-model-handler": "^4.2.0-rc.0",
"@ceramicnetwork/stream-model-instance": "^4.2.0-rc.0",
"@ceramicnetwork/stream-model-instance-handler": "^4.2.0-rc.0",
"@ceramicnetwork/stream-tile": "^5.1.0",
"@ceramicnetwork/stream-tile-handler": "^5.1.0",
"@ceramicnetwork/stream-tile-handler": "^5.2.0-rc.0",
"@ceramicnetwork/streamid": "^5.0.0",
"@ceramicnetwork/wasm-bloom-filter": "^0.1.0",
"@datastructures-js/priority-queue": "^6.1.0",
Expand Down Expand Up @@ -94,9 +94,9 @@
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@ceramicnetwork/3id-did-resolver": "^5.1.0",
"@ceramicnetwork/common-test-utils": "^3.1.0",
"@ceramicnetwork/ipfs-daemon": "^5.1.0",
"@ceramicnetwork/3id-did-resolver": "^5.2.0-rc.0",
"@ceramicnetwork/common-test-utils": "^3.2.0-rc.0",
"@ceramicnetwork/ipfs-daemon": "^5.2.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/did-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.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-26)

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





# [3.1.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-22)

**Note:** Version bump only for package @ceramicnetwork/did-test-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/did-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/did-test-utils",
"version": "3.1.0",
"version": "3.2.0-rc.0",
"description": "Ceramic DID Test Utils",
"keywords": [
"ceramic"
Expand Down Expand Up @@ -29,7 +29,7 @@
"author": "3Box Labs <[email protected]>",
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"@ceramicnetwork/3id-did-resolver": "^5.1.0",
"@ceramicnetwork/3id-did-resolver": "^5.2.0-rc.0",
"@ceramicnetwork/common": "^5.1.0",
"@ceramicnetwork/streamid": "^5.0.0",
"did-jwt": "^7.4.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/http-client/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.

# [5.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-26)


### Bug Fixes

* **cli,http-client,stream-model-instance:** encode genesis commit in multiquery ([#3172](https://github.com/ceramicnetwork/js-ceramic/issues/3172)) ([cb5c2fc](https://github.com/ceramicnetwork/js-ceramic/commit/cb5c2fcf7bfd4df8c419bcd5535c215aab562cf0))





# [5.1.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-22)

**Note:** Version bump only for package @ceramicnetwork/http-client
Expand Down
6 changes: 3 additions & 3 deletions packages/http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/http-client",
"version": "5.1.0",
"version": "5.2.0-rc.0",
"description": "An http client for the ceramic network",
"keywords": [
"Ceramic",
Expand Down Expand Up @@ -43,15 +43,15 @@
"@ceramicnetwork/common": "^5.1.0",
"@ceramicnetwork/stream-caip10-link": "^5.1.0",
"@ceramicnetwork/stream-model": "^4.1.0",
"@ceramicnetwork/stream-model-instance": "^4.1.0",
"@ceramicnetwork/stream-model-instance": "^4.2.0-rc.0",
"@ceramicnetwork/stream-tile": "^5.1.0",
"@ceramicnetwork/streamid": "^5.0.0",
"@scarf/scarf": "^1.1.1",
"query-string": "^7.1.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@ceramicnetwork/common-test-utils": "^3.1.0",
"@ceramicnetwork/common-test-utils": "^3.2.0-rc.0",
"dids": "^5.0.0",
"key-did-resolver": "^4.0.0",
"multiformats": "^13.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/indexing/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.

# [4.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-26)


### Features

* add comments to turned off tests in recon mode ([#3170](https://github.com/ceramicnetwork/js-ceramic/issues/3170)) ([9c50238](https://github.com/ceramicnetwork/js-ceramic/commit/9c50238781beb41786562468a9f8e74e00564525))





# [4.1.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-22)

**Note:** Version bump only for package @ceramicnetwork/indexing
Expand Down
12 changes: 6 additions & 6 deletions packages/indexing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/indexing",
"version": "4.1.0",
"version": "4.2.0-rc.0",
"description": "Ceramic indexing and querying logic",
"keywords": [
"ceramic",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@ceramicnetwork/anchor-listener": "^4.1.0",
"@ceramicnetwork/anchor-utils": "^4.1.0",
"@ceramicnetwork/common": "^5.1.0",
"@ceramicnetwork/job-queue": "^4.1.0",
"@ceramicnetwork/job-queue": "^4.2.0-rc.0",
"@ceramicnetwork/stream-model": "^4.1.0",
"@ceramicnetwork/streamid": "^5.0.0",
"@ethersproject/providers": "^5.5.1",
Expand All @@ -46,10 +46,10 @@
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@ceramicnetwork/3id-did-resolver": "^5.1.0",
"@ceramicnetwork/common-test-utils": "^3.1.0",
"@ceramicnetwork/ipfs-daemon": "^5.1.0",
"@ceramicnetwork/stream-model-instance": "^4.1.0",
"@ceramicnetwork/3id-did-resolver": "^5.2.0-rc.0",
"@ceramicnetwork/common-test-utils": "^3.2.0-rc.0",
"@ceramicnetwork/ipfs-daemon": "^5.2.0-rc.0",
"@ceramicnetwork/stream-model-instance": "^4.2.0-rc.0",
"@ceramicnetwork/stream-tile": "^5.1.0",
"@stablelib/sha256": "^1.0.1",
"did-resolver": "^4.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.

# [5.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-26)


### Features

* turn syncing tests on in recon mode ([#3169](https://github.com/ceramicnetwork/js-ceramic/issues/3169)) ([394eebe](https://github.com/ceramicnetwork/js-ceramic/commit/394eebe5e5ebf6c9e866fe93bd9c6e12f44a6175))





# [5.1.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-22)

**Note:** Version bump only for package @ceramicnetwork/ipfs-daemon
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/ipfs-daemon",
"version": "5.1.0",
"version": "5.2.0-rc.0",
"description": "IPFS daemon wraps js-ipfs instance with dag-jose codec enabled",
"keywords": [
"ipfs",
Expand Down
8 changes: 8 additions & 0 deletions packages/job-queue/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-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-26)

**Note:** Version bump only for package @ceramicnetwork/job-queue





# [4.1.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-22)

**Note:** Version bump only for package @ceramicnetwork/job-queue
Expand Down
4 changes: 2 additions & 2 deletions packages/job-queue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/job-queue",
"version": "4.1.0",
"version": "4.2.0-rc.0",
"description": "Ceramic persistent job queue",
"keywords": [
"ceramic",
Expand Down Expand Up @@ -37,7 +37,7 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@ceramicnetwork/common-test-utils": "^3.1.0",
"@ceramicnetwork/common-test-utils": "^3.2.0-rc.0",
"@databases/pg-test": "^3.1.2",
"@jest/globals": "^29.7.0",
"@types/pg": "8.10.2"
Expand Down
12 changes: 12 additions & 0 deletions packages/stream-caip10-link-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-26)


### Features

* add comments to turned off tests in recon mode ([#3170](https://github.com/ceramicnetwork/js-ceramic/issues/3170)) ([9c50238](https://github.com/ceramicnetwork/js-ceramic/commit/9c50238781beb41786562468a9f8e74e00564525))
* turn syncing tests on in recon mode ([#3169](https://github.com/ceramicnetwork/js-ceramic/issues/3169)) ([394eebe](https://github.com/ceramicnetwork/js-ceramic/commit/394eebe5e5ebf6c9e866fe93bd9c6e12f44a6175))





# [5.1.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-02-22)

**Note:** Version bump only for package @ceramicnetwork/stream-caip10-link-handler
Expand Down
Loading

0 comments on commit 41e50f4

Please sign in to comment.