Skip to content

Commit

Permalink
chore: [ci] release (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 29, 2023
1 parent 8f4e206 commit 2bb4051
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"clever-deers-turn",
"cuddly-radios-wink",
"curly-fishes-bow",
"curvy-bears-kneel",
"eighty-parrots-tap",
"eleven-numbers-cover",
"fair-impalas-approve",
Expand All @@ -37,6 +38,7 @@
"many-fans-decide",
"mean-horses-change",
"mighty-deers-build",
"mighty-mangos-exercise",
"modern-ties-give",
"nice-geckos-think",
"ninety-jokes-study",
Expand Down
9 changes: 9 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @demo/wallet

## 0.0.5-alpha.24

### Patch Changes

- Updated dependencies
[[`8f4e206`](https://github.com/bnb-chain/greenfield-js-sdk/commit/8f4e20671b30befd4b6ede4807b1b1bacb190626),
[`c92e07e`](https://github.com/bnb-chain/greenfield-js-sdk/commit/c92e07e725accece3e1b126ea2ef0d4c6e5db431)]:
- @bnb-chain/greenfield-js-sdk@0.2.4-alpha.24

## 0.0.5-alpha.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@demo/wallet",
"version": "0.0.5-alpha.23",
"version": "0.0.5-alpha.24",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
Expand Down
9 changes: 9 additions & 0 deletions examples/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @demo/nodejs

## 0.0.8-alpha.24

### Patch Changes

- Updated dependencies
[[`8f4e206`](https://github.com/bnb-chain/greenfield-js-sdk/commit/8f4e20671b30befd4b6ede4807b1b1bacb190626),
[`c92e07e`](https://github.com/bnb-chain/greenfield-js-sdk/commit/c92e07e725accece3e1b126ea2ef0d4c6e5db431)]:
- @bnb-chain/greenfield-js-sdk@0.2.4-alpha.24

## 0.0.8-alpha.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@demo/nodejs",
"version": "0.0.8-alpha.23",
"version": "0.0.8-alpha.24",
"type": "commonjs",
"private": true,
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/chain-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @bnb-chain/greenfield-js-sdk

## 0.2.4-alpha.24

### Patch Changes

- [#282](https://github.com/bnb-chain/greenfield-js-sdk/pull/282)
[`8f4e206`](https://github.com/bnb-chain/greenfield-js-sdk/commit/8f4e20671b30befd4b6ede4807b1b1bacb190626)
Thanks [@rrr523](https://github.com/rrr523)! - fix: Create bucket quota params

- [#280](https://github.com/bnb-chain/greenfield-js-sdk/pull/280)
[`c92e07e`](https://github.com/bnb-chain/greenfield-js-sdk/commit/c92e07e725accece3e1b126ea2ef0d4c6e5db431)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Migrate bucket

## 0.2.4-alpha.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chain-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bnb-chain/greenfield-js-sdk",
"version": "0.2.4-alpha.23",
"version": "0.2.4-alpha.24",
"description": "greenfield js chain and sp sdk",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 2bb4051

Please sign in to comment.