Skip to content

Commit

Permalink
Release v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skambalin committed Jun 18, 2024
1 parent cd5d373 commit 4773c87
Show file tree
Hide file tree
Showing 21 changed files with 102 additions and 51 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- **blockchain:** Add support for new Cluster Governance blockchain API ([#251](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/251)) ([9c15746](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/9c1574602e1eea37f8d49cc08188888bb752f327))
- Improve re-try logic with exponential backoff strategy ([#252](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/252)) ([cd5d373](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/cd5d373359dbe571bce7702695ba5d45e85127e8))

## [2.9.2](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.1...v2.9.2) (2024-06-05)

### Miscellaneous Chores
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.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

## [2.9.2](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.1...v2.9.2) (2024-06-05)

**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.9.2",
"version": "2.10.0",
"private": true,
"dependencies": {
"@cere-ddc-sdk/cli": "2.9.2"
"@cere-ddc-sdk/cli": "2.10.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.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

## [2.9.2](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.1...v2.9.2) (2024-06-05)

**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.9.2",
"version": "2.10.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.9.2",
"@cere-ddc-sdk/ddc-client": "2.10.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.9.2",
"version": "2.10.0",
"command": {
"publish": {
"directory": "{workspaceRoot}/{projectRoot}/package"
Expand Down
50 changes: 25 additions & 25 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/blockchain/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.10.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.2...v2.10.0) (2024-06-18)

### Features

- **blockchain:** Add support for new Cluster Governance blockchain API ([#251](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/251)) ([9c15746](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/9c1574602e1eea37f8d49cc08188888bb752f327))

## [2.9.2](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.1...v2.9.2) (2024-06-05)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cere-ddc-sdk/blockchain",
"version": "2.9.2",
"version": "2.10.0",
"description": "Cere Blockchain client",
"type": "module",
"main": "dist/index.cjs",
Expand Down
4 changes: 4 additions & 0 deletions packages/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.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

## [2.9.2](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.1...v2.9.2) (2024-06-05)

**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.9.2",
"version": "2.10.0",
"repository": {
"type": "git",
"directory": "packages/cli",
Expand All @@ -22,8 +22,8 @@
"clean": "rimraf dist package"
},
"dependencies": {
"@cere-ddc-sdk/ddc": "2.9.2",
"@cere-ddc-sdk/ddc-client": "2.9.2",
"@cere-ddc-sdk/ddc": "2.10.0",
"@cere-ddc-sdk/ddc-client": "2.10.0",
"@polkadot/util-crypto": "^12.6.2",
"@types/yargs": "^17.0.32",
"yargs": "^17.7.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/ddc-client/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.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

## [2.9.2](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.1...v2.9.2) (2024-06-05)

**Note:** Version bump only for package @cere-ddc-sdk/ddc-client
Expand Down
8 changes: 4 additions & 4 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.9.2",
"version": "2.10.0",
"type": "module",
"repository": {
"type": "git",
Expand All @@ -28,9 +28,9 @@
"docs": "typedoc"
},
"dependencies": {
"@cere-ddc-sdk/blockchain": "2.9.2",
"@cere-ddc-sdk/ddc": "2.9.2",
"@cere-ddc-sdk/file-storage": "2.9.2"
"@cere-ddc-sdk/blockchain": "2.10.0",
"@cere-ddc-sdk/ddc": "2.10.0",
"@cere-ddc-sdk/file-storage": "2.10.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/ddc/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.10.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.2...v2.10.0) (2024-06-18)

### Features

- Improve re-try logic with exponential backoff strategy ([#252](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/252)) ([cd5d373](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/cd5d373359dbe571bce7702695ba5d45e85127e8))

## [2.9.2](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.1...v2.9.2) (2024-06-05)

**Note:** Version bump only for package @cere-ddc-sdk/ddc
Expand Down
4 changes: 2 additions & 2 deletions 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.9.2",
"version": "2.10.0",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"docs": "typedoc"
},
"dependencies": {
"@cere-ddc-sdk/blockchain": "2.9.2",
"@cere-ddc-sdk/blockchain": "2.10.0",
"@grpc/grpc-js": "^1.9.13",
"@protobuf-ts/grpc-transport": "^2.9.3",
"@protobuf-ts/runtime": "^2.9.3",
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.10.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.2...v2.10.0) (2024-06-18)

### Features

- Improve re-try logic with exponential backoff strategy ([#252](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/252)) ([cd5d373](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/cd5d373359dbe571bce7702695ba5d45e85127e8))

## [2.9.2](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.1...v2.9.2) (2024-06-05)

**Note:** Version bump only for package @cere-ddc-sdk/file-storage
Expand Down
6 changes: 3 additions & 3 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.9.2",
"version": "2.10.0",
"type": "module",
"repository": {
"type": "git",
Expand All @@ -28,8 +28,8 @@
"clean": "rimraf dist package"
},
"dependencies": {
"@cere-ddc-sdk/blockchain": "2.9.2",
"@cere-ddc-sdk/ddc": "2.9.2"
"@cere-ddc-sdk/blockchain": "2.10.0",
"@cere-ddc-sdk/ddc": "2.10.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.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

## [2.9.2](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.1...v2.9.2) (2024-06-05)

**Note:** Version bump only for package @cere-ddc-sdk/playground
Expand Down
6 changes: 3 additions & 3 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.9.2",
"version": "2.10.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,8 +11,8 @@
"clean": "rimraf dist"
},
"dependencies": {
"@cere-ddc-sdk/blockchain": "2.9.2",
"@cere-ddc-sdk/ddc-client": "2.9.2",
"@cere-ddc-sdk/blockchain": "2.10.0",
"@cere-ddc-sdk/ddc-client": "2.10.0",
"@cere/embed-wallet": "^0.17.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
Expand Down
6 changes: 6 additions & 0 deletions tests/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.10.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.2...v2.10.0) (2024-06-18)

### Features

- **blockchain:** Add support for new Cluster Governance blockchain API ([#251](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/251)) ([9c15746](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/9c1574602e1eea37f8d49cc08188888bb752f327))

## [2.9.2](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.9.1...v2.9.2) (2024-06-05)

**Note:** Version bump only for package @cere-ddc-sdk/tests
Expand Down
Loading

0 comments on commit 4773c87

Please sign in to comment.