Skip to content

Commit

Permalink
Release v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skambalin committed Jul 26, 2024
1 parent 4100540 commit 4110e4e
Show file tree
Hide file tree
Showing 19 changed files with 81 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.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.1...v2.12.0) (2024-07-26)

### Features

- Add CNS Record cache control option ([#260](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/260)) ([4100540](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/4100540b07926679d764c05ff239bc93e0b1acc0))

## [2.11.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.0...v2.11.1) (2024-07-10)

### 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.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.1...v2.12.0) (2024-07-26)

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

## [2.11.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.0...v2.11.1) (2024-07-10)

**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.11.1",
"version": "2.12.0",
"private": true,
"dependencies": {
"@cere-ddc-sdk/cli": "2.11.1"
"@cere-ddc-sdk/cli": "2.12.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.12.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.1...v2.12.0) (2024-07-26)

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

## [2.11.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.0...v2.11.1) (2024-07-10)

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

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.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.1...v2.12.0) (2024-07-26)

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

## [2.11.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.0...v2.11.1) (2024-07-10)

**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.11.1",
"version": "2.12.0",
"repository": {
"type": "git",
"directory": "packages/cli",
Expand All @@ -22,8 +22,8 @@
"clean": "rimraf dist package"
},
"dependencies": {
"@cere-ddc-sdk/ddc": "2.11.1",
"@cere-ddc-sdk/ddc-client": "2.11.1",
"@cere-ddc-sdk/ddc": "2.12.0",
"@cere-ddc-sdk/ddc-client": "2.12.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.12.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.1...v2.12.0) (2024-07-26)

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

## [2.11.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.0...v2.11.1) (2024-07-10)

**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.11.1",
"version": "2.12.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.11.1",
"@cere-ddc-sdk/file-storage": "2.11.1"
"@cere-ddc-sdk/ddc": "2.12.0",
"@cere-ddc-sdk/file-storage": "2.12.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.12.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.1...v2.12.0) (2024-07-26)

### Features

- Add CNS Record cache control option ([#260](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/260)) ([4100540](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/4100540b07926679d764c05ff239bc93e0b1acc0))

## [2.11.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.0...v2.11.1) (2024-07-10)

### 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.11.1",
"version": "2.12.0",
"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.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.1...v2.12.0) (2024-07-26)

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

## [2.11.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.0...v2.11.1) (2024-07-10)

**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.11.1",
"version": "2.12.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.11.1"
"@cere-ddc-sdk/ddc": "2.12.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.12.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.1...v2.12.0) (2024-07-26)

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

## [2.11.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.0...v2.11.1) (2024-07-10)

**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.11.1",
"version": "2.12.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.11.1",
"@cere-ddc-sdk/ddc-client": "2.12.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.12.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.1...v2.12.0) (2024-07-26)

### Features

- Add CNS Record cache control option ([#260](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/260)) ([4100540](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/4100540b07926679d764c05ff239bc93e0b1acc0))

## [2.11.1](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.11.0...v2.11.1) (2024-07-10)

### Bug Fixes
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.11.1",
"version": "2.12.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.11.1",
"@cere-ddc-sdk/ddc-client": "2.11.1",
"@cere-ddc-sdk/file-storage": "2.11.1",
"@cere-ddc-sdk/ddc": "2.12.0",
"@cere-ddc-sdk/ddc-client": "2.12.0",
"@cere-ddc-sdk/file-storage": "2.12.0",
"@types/jest": "^29.5.11",
"internal-ip": "6.2.0",
"jest": "^29.7.0",
Expand Down

0 comments on commit 4110e4e

Please sign in to comment.