Skip to content

Commit

Permalink
Release v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skambalin committed Jul 5, 2024
1 parent db3383b commit 0dd2233
Show file tree
Hide file tree
Showing 19 changed files with 107 additions and 39 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.10.0...v2.11.0) (2024-07-05)

### Features

- Add support for correlationId to group several requests ([#254](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/254)) ([3c264a0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/3c264a0ecb652803bcd67974646f82b99f03d70c))

### Bug Fixes

- **ddc:** Do not sign an access token if already signed properly ([#255](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/255)) ([8f275de](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/8f275de9810c81be8545987995188fd536734a83))

### Miscellaneous Chores

- Use a dedicated account in blockchain tests to resolve flaky tests ([#256](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/256)) ([db3383b](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/db3383b2a76c1f6dd8aba20b92a39d70720e8600))

## [2.10.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.2...v2.10.0) (2024-06-18)

### Features
Expand Down
4 changes: 4 additions & 0 deletions examples/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.10.0...v2.11.0) (2024-07-05)

**Note:** Version bump only for package @cere-ddc-sdk/cli-examples

## [2.10.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.2...v2.10.0) (2024-06-18)

**Note:** Version bump only for package @cere-ddc-sdk/cli-examples
Expand Down
4 changes: 2 additions & 2 deletions examples/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@cere-ddc-sdk/cli-examples",
"version": "2.10.0",
"version": "2.11.0",
"private": true,
"dependencies": {
"@cere-ddc-sdk/cli": "2.10.0"
"@cere-ddc-sdk/cli": "2.11.0"
}
}
4 changes: 4 additions & 0 deletions examples/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.10.0...v2.11.0) (2024-07-05)

**Note:** Version bump only for package @cere-ddc-sdk/node-examples

## [2.10.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.2...v2.10.0) (2024-06-18)

**Note:** Version bump only for package @cere-ddc-sdk/node-examples
Expand Down
4 changes: 2 additions & 2 deletions examples/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cere-ddc-sdk/node-examples",
"version": "2.10.0",
"version": "2.11.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"example:4": "ts-node --esm ./4-store-read-events/index.ts"
},
"dependencies": {
"@cere-ddc-sdk/ddc-client": "2.10.0",
"@cere-ddc-sdk/ddc-client": "2.11.0",
"ts-node": "^10.9.2"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.10.0",
"version": "2.11.0",
"command": {
"publish": {
"directory": "{workspaceRoot}/{projectRoot}/package"
Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.10.0...v2.11.0) (2024-07-05)

### Features

- Add support for correlationId to group several requests ([#254](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/254)) ([3c264a0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/3c264a0ecb652803bcd67974646f82b99f03d70c))

## [2.10.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.2...v2.10.0) (2024-06-18)

**Note:** Version bump only for package @cere-ddc-sdk/cli
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cere-ddc-sdk/cli",
"description": "DDC command line interface",
"version": "2.10.0",
"version": "2.11.0",
"repository": {
"type": "git",
"directory": "packages/cli",
Expand All @@ -22,8 +22,8 @@
"clean": "rimraf dist package"
},
"dependencies": {
"@cere-ddc-sdk/ddc": "2.10.0",
"@cere-ddc-sdk/ddc-client": "2.10.0",
"@cere-ddc-sdk/ddc": "2.11.0",
"@cere-ddc-sdk/ddc-client": "2.11.0",
"@polkadot/util-crypto": "^12.6.2",
"@types/yargs": "^17.0.32",
"yargs": "^17.7.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/ddc-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.10.0...v2.11.0) (2024-07-05)

### Features

- Add support for correlationId to group several requests ([#254](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/254)) ([3c264a0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/3c264a0ecb652803bcd67974646f82b99f03d70c))

## [2.10.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.2...v2.10.0) (2024-06-18)

**Note:** Version bump only for package @cere-ddc-sdk/ddc-client
Expand Down
6 changes: 3 additions & 3 deletions packages/ddc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cere-ddc-sdk/ddc-client",
"description": "DDC client",
"version": "2.10.0",
"version": "2.11.0",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@cere-ddc-sdk/blockchain": "2.10.0",
"@cere-ddc-sdk/ddc": "2.10.0",
"@cere-ddc-sdk/file-storage": "2.10.0"
"@cere-ddc-sdk/ddc": "2.11.0",
"@cere-ddc-sdk/file-storage": "2.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/ddc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.10.0...v2.11.0) (2024-07-05)

### Features

- Add support for correlationId to group several requests ([#254](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/254)) ([3c264a0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/3c264a0ecb652803bcd67974646f82b99f03d70c))

### Bug Fixes

- **ddc:** Do not sign an access token if already signed properly ([#255](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/255)) ([8f275de](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/8f275de9810c81be8545987995188fd536734a83))

## [2.10.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.2...v2.10.0) (2024-06-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/ddc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cere-ddc-sdk/ddc",
"description": "DDC nodes API",
"version": "2.10.0",
"version": "2.11.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/file-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.10.0...v2.11.0) (2024-07-05)

### Features

- Add support for correlationId to group several requests ([#254](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/254)) ([3c264a0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/3c264a0ecb652803bcd67974646f82b99f03d70c))

## [2.10.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.2...v2.10.0) (2024-06-18)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/file-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cere-ddc-sdk/file-storage",
"description": "File storage client",
"version": "2.10.0",
"version": "2.11.0",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@cere-ddc-sdk/blockchain": "2.10.0",
"@cere-ddc-sdk/ddc": "2.10.0"
"@cere-ddc-sdk/ddc": "2.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.10.0...v2.11.0) (2024-07-05)

**Note:** Version bump only for package @cere-ddc-sdk/playground

## [2.10.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.2...v2.10.0) (2024-06-18)

**Note:** Version bump only for package @cere-ddc-sdk/playground
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cere-ddc-sdk/playground",
"version": "2.10.0",
"version": "2.11.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@cere-ddc-sdk/blockchain": "2.10.0",
"@cere-ddc-sdk/ddc-client": "2.10.0",
"@cere-ddc-sdk/ddc-client": "2.11.0",
"@cere/embed-wallet": "^0.17.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
Expand Down
14 changes: 14 additions & 0 deletions tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.10.0...v2.11.0) (2024-07-05)

### Features

- Add support for correlationId to group several requests ([#254](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/254)) ([3c264a0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/3c264a0ecb652803bcd67974646f82b99f03d70c))

### Bug Fixes

- **ddc:** Do not sign an access token if already signed properly ([#255](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/255)) ([8f275de](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/8f275de9810c81be8545987995188fd536734a83))

### Miscellaneous Chores

- Use a dedicated account in blockchain tests to resolve flaky tests ([#256](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/256)) ([db3383b](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/db3383b2a76c1f6dd8aba20b92a39d70720e8600))

## [2.10.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.2...v2.10.0) (2024-06-18)

### Features
Expand Down
8 changes: 4 additions & 4 deletions tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cere-ddc-sdk/tests",
"version": "2.10.0",
"version": "2.11.0",
"description": "Cere DDC SDK tests",
"private": true,
"scripts": {
Expand All @@ -10,9 +10,9 @@
},
"dependencies": {
"@cere-ddc-sdk/blockchain": "2.10.0",
"@cere-ddc-sdk/ddc": "2.10.0",
"@cere-ddc-sdk/ddc-client": "2.10.0",
"@cere-ddc-sdk/file-storage": "2.10.0",
"@cere-ddc-sdk/ddc": "2.11.0",
"@cere-ddc-sdk/ddc-client": "2.11.0",
"@cere-ddc-sdk/file-storage": "2.11.0",
"@types/jest": "^29.5.11",
"internal-ip": "6.2.0",
"jest": "^29.7.0",
Expand Down

0 comments on commit 0dd2233

Please sign in to comment.