Skip to content

Commit

Permalink
Release v2.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
skambalin committed Oct 2, 2024
1 parent b6ccce1 commit 5a691b6
Show file tree
Hide file tree
Showing 19 changed files with 79 additions and 39 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.12.8](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.7...v2.12.8) (2024-10-02)

### Bug Fixes

- **ddc:** Throw RpcError if the upload stream closed by the node ([#270](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/270)) ([b6ccce1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/b6ccce13759e8dcfa65b044ebf9a91d654380cb7))

## [2.12.7](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.6...v2.12.7) (2024-09-27)

### Bug Fixes
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.12.8](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.7...v2.12.8) (2024-10-02)

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

## [2.12.7](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.6...v2.12.7) (2024-09-27)

**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.12.7",
"version": "2.12.8",
"private": true,
"dependencies": {
"@cere-ddc-sdk/cli": "2.12.7"
"@cere-ddc-sdk/cli": "2.12.8"
}
}
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.12.8](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.7...v2.12.8) (2024-10-02)

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

## [2.12.7](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.6...v2.12.7) (2024-09-27)

**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.12.7",
"version": "2.12.8",
"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.12.7",
"@cere-ddc-sdk/ddc-client": "2.12.8",
"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.12.7",
"version": "2.12.8",
"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.

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.12.8](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.7...v2.12.8) (2024-10-02)

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

## [2.12.7](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.6...v2.12.7) (2024-09-27)

**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.12.7",
"version": "2.12.8",
"repository": {
"type": "git",
"directory": "packages/cli",
Expand All @@ -22,8 +22,8 @@
"clean": "rimraf dist package"
},
"dependencies": {
"@cere-ddc-sdk/ddc": "2.12.7",
"@cere-ddc-sdk/ddc-client": "2.12.7",
"@cere-ddc-sdk/ddc": "2.12.8",
"@cere-ddc-sdk/ddc-client": "2.12.8",
"@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.12.8](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.7...v2.12.8) (2024-10-02)

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

## [2.12.7](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.6...v2.12.7) (2024-09-27)

**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.12.7",
"version": "2.12.8",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@cere-ddc-sdk/blockchain": "2.12.4",
"@cere-ddc-sdk/ddc": "2.12.7",
"@cere-ddc-sdk/file-storage": "2.12.7"
"@cere-ddc-sdk/ddc": "2.12.8",
"@cere-ddc-sdk/file-storage": "2.12.8"
},
"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.12.8](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.7...v2.12.8) (2024-10-02)

### Bug Fixes

- **ddc:** Throw RpcError if the upload stream closed by the node ([#270](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/270)) ([b6ccce1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/b6ccce13759e8dcfa65b044ebf9a91d654380cb7))

## [2.12.7](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.6...v2.12.7) (2024-09-27)

### Bug Fixes
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.12.7",
"version": "2.12.8",
"type": "module",
"repository": {
"type": "git",
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.12.8](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.7...v2.12.8) (2024-10-02)

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

## [2.12.7](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.6...v2.12.7) (2024-09-27)

**Note:** Version bump only for package @cere-ddc-sdk/file-storage
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.12.7",
"version": "2.12.8",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@cere-ddc-sdk/blockchain": "2.12.4",
"@cere-ddc-sdk/ddc": "2.12.7"
"@cere-ddc-sdk/ddc": "2.12.8"
},
"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.12.8](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.7...v2.12.8) (2024-10-02)

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

## [2.12.7](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.6...v2.12.7) (2024-09-27)

**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.12.7",
"version": "2.12.8",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@cere-ddc-sdk/blockchain": "2.12.4",
"@cere-ddc-sdk/ddc-client": "2.12.7",
"@cere-ddc-sdk/ddc-client": "2.12.8",
"@cere/embed-wallet": "^0.20.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
Expand Down
4 changes: 4 additions & 0 deletions tests/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.12.8](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.7...v2.12.8) (2024-10-02)

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

## [2.12.7](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.6...v2.12.7) (2024-09-27)

**Note:** Version bump only for package @cere-ddc-sdk/tests
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.12.7",
"version": "2.12.8",
"description": "Cere DDC SDK tests",
"private": true,
"scripts": {
Expand All @@ -10,9 +10,9 @@
},
"dependencies": {
"@cere-ddc-sdk/blockchain": "2.12.4",
"@cere-ddc-sdk/ddc": "2.12.7",
"@cere-ddc-sdk/ddc-client": "2.12.7",
"@cere-ddc-sdk/file-storage": "2.12.7",
"@cere-ddc-sdk/ddc": "2.12.8",
"@cere-ddc-sdk/ddc-client": "2.12.8",
"@cere-ddc-sdk/file-storage": "2.12.8",
"@types/jest": "^29.5.11",
"internal-ip": "6.2.0",
"jest": "^29.7.0",
Expand Down

0 comments on commit 5a691b6

Please sign in to comment.