Skip to content

Commit

Permalink
Release v2.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
skambalin committed Sep 13, 2024
1 parent 0025c9a commit 4852335
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 9 deletions.
10 changes: 10 additions & 0 deletions 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.12.6](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.5...v2.12.6) (2024-09-13)

### Bug Fixes

- **cli:** Make it possible to create public buckets using CLI ([#267](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/267)) ([0025c9a](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/0025c9aa3bb8fb2957aa3dc8bdc414769161c397))

### Miscellaneous Chores

- **tests:** Increase nodes startup time threshold in tests ([#266](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/266)) ([03fd451](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/03fd451cb80624f43b7feaf4e38e7f32e54ba019))

## [2.12.5](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.4...v2.12.5) (2024-09-11)

### 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.6](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.5...v2.12.6) (2024-09-13)

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

## [2.12.5](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.4...v2.12.5) (2024-09-11)

**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.5",
"version": "2.12.6",
"private": true,
"dependencies": {
"@cere-ddc-sdk/cli": "2.12.5"
"@cere-ddc-sdk/cli": "2.12.6"
}
}
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.5",
"version": "2.12.6",
"command": {
"publish": {
"directory": "{workspaceRoot}/{projectRoot}/package"
Expand Down
8 changes: 4 additions & 4 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.12.6](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.5...v2.12.6) (2024-09-13)

### Bug Fixes

- **cli:** Make it possible to create public buckets using CLI ([#267](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/267)) ([0025c9a](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/0025c9aa3bb8fb2957aa3dc8bdc414769161c397))

## [2.12.5](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.4...v2.12.5) (2024-09-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "2.12.6",
"repository": {
"type": "git",
"directory": "packages/cli",
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.6](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.12.5...v2.12.6) (2024-09-13)

### Miscellaneous Chores

- **tests:** Increase nodes startup time threshold in tests ([#266](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/266)) ([03fd451](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/03fd451cb80624f43b7feaf4e38e7f32e54ba019))

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

**Note:** Version bump only for package @cere-ddc-sdk/tests
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "2.12.6",
"description": "Cere DDC SDK tests",
"private": true,
"scripts": {
Expand Down

0 comments on commit 4852335

Please sign in to comment.