Skip to content

Commit

Permalink
Release v2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Poluyan committed Jan 28, 2025
1 parent 340063f commit 2e542eb
Show file tree
Hide file tree
Showing 21 changed files with 95 additions and 51 deletions.
6 changes: 6 additions & 0 deletions 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.14.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.13.0...v2.14.1) (2025-01-28)

### Miscellaneous Chores

- Update cluster creation/bonding flow in tests ([#273](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/273)) ([1642c29](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/1642c299740399bec00c8b82920eb05a134017ba))

## [2.13.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.8...v2.13.0) (2024-10-07)

### 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.14.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.13.0...v2.14.1) (2025-01-28)

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

## [2.13.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.8...v2.13.0) (2024-10-07)

**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.14.0",
"version": "2.14.1",
"private": true,
"dependencies": {
"@cere-ddc-sdk/cli": "2.14.0"
"@cere-ddc-sdk/cli": "2.14.1"
}
}
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.14.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.13.0...v2.14.1) (2025-01-28)

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

## [2.13.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.8...v2.13.0) (2024-10-07)

**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.14.0",
"version": "2.14.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"example:7": "ts-node --esm ./7-private-bucket-access-sharing/index.ts"
},
"dependencies": {
"@cere-ddc-sdk/ddc-client": "2.14.0",
"@cere-ddc-sdk/ddc-client": "2.14.1",
"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.13.0",
"version": "2.14.1",
"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.

4 changes: 4 additions & 0 deletions packages/blockchain/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.14.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.13.0...v2.14.1) (2025-01-28)

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

## [2.12.4](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.3...v2.12.4) (2024-08-07)

### Bug Fixes
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.14.0",
"version": "2.14.1",
"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.14.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.13.0...v2.14.1) (2025-01-28)

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

## [2.13.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.8...v2.13.0) (2024-10-07)

**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.14.0",
"version": "2.14.1",
"repository": {
"type": "git",
"directory": "packages/cli",
Expand All @@ -22,8 +22,8 @@
"clean": "rimraf dist package"
},
"dependencies": {
"@cere-ddc-sdk/ddc": "2.14.0",
"@cere-ddc-sdk/ddc-client": "2.14.0",
"@cere-ddc-sdk/ddc": "2.14.1",
"@cere-ddc-sdk/ddc-client": "2.14.1",
"@polkadot/util-crypto": "^13.3.1",
"@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.14.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.13.0...v2.14.1) (2025-01-28)

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

## [2.13.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.8...v2.13.0) (2024-10-07)

### Features
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.14.0",
"version": "2.14.1",
"type": "module",
"repository": {
"type": "git",
Expand All @@ -28,9 +28,9 @@
"docs": "typedoc"
},
"dependencies": {
"@cere-ddc-sdk/blockchain": "2.14.0",
"@cere-ddc-sdk/ddc": "2.14.0",
"@cere-ddc-sdk/file-storage": "2.14.0"
"@cere-ddc-sdk/blockchain": "2.14.1",
"@cere-ddc-sdk/ddc": "2.14.1",
"@cere-ddc-sdk/file-storage": "2.14.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/ddc/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.14.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.13.0...v2.14.1) (2025-01-28)

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

## [2.13.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.8...v2.13.0) (2024-10-07)

### Features
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.14.0",
"version": "2.14.1",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"docs": "typedoc"
},
"dependencies": {
"@cere-ddc-sdk/blockchain": "2.14.0",
"@cere-ddc-sdk/blockchain": "2.14.1",
"@grpc/grpc-js": "^1.9.13",
"@protobuf-ts/grpc-transport": "^2.9.3",
"@protobuf-ts/runtime": "^2.9.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/file-storage/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.14.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.13.0...v2.14.1) (2025-01-28)

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

## [2.13.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.8...v2.13.0) (2024-10-07)

### Features
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.14.0",
"version": "2.14.1",
"type": "module",
"repository": {
"type": "git",
Expand All @@ -28,8 +28,8 @@
"clean": "rimraf dist package"
},
"dependencies": {
"@cere-ddc-sdk/blockchain": "2.14.0",
"@cere-ddc-sdk/ddc": "2.14.0"
"@cere-ddc-sdk/blockchain": "2.14.1",
"@cere-ddc-sdk/ddc": "2.14.1"
},
"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.14.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.13.0...v2.14.1) (2025-01-28)

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

## [2.13.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.8...v2.13.0) (2024-10-07)

**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.14.0",
"version": "2.14.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,8 +11,8 @@
"clean": "rimraf dist"
},
"dependencies": {
"@cere-ddc-sdk/blockchain": "2.14.0",
"@cere-ddc-sdk/ddc-client": "2.14.0",
"@cere-ddc-sdk/blockchain": "2.14.1",
"@cere-ddc-sdk/ddc-client": "2.14.1",
"@cere/embed-wallet": "^0.20.1",
"@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.14.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.13.0...v2.14.1) (2025-01-28)

### Miscellaneous Chores

- Update cluster creation/bonding flow in tests ([#273](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/273)) ([1642c29](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/1642c299740399bec00c8b82920eb05a134017ba))

## [2.13.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.8...v2.13.0) (2024-10-07)

### Features
Expand Down
Loading

0 comments on commit 2e542eb

Please sign in to comment.