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] authored and rrr523 committed Mar 15, 2024
1 parent 10244a5 commit 9e8b153
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"@bnb-chain/greenfield-zk-crypto": "1.0.0"
},
"changesets": [
"calm-cougars-kiss",
"heavy-dolphins-obey",
"heavy-suits-punch",
"sixty-mayflies-sin",
"wet-dragons-obey"
]
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.28-alpha.2

### Patch Changes

- Updated dependencies
[[`10244a5`](https://github.com/bnb-chain/greenfield-js-sdk/commit/10244a56dd2da222e85bc25523d25756585dfc43),
[`25e8a99`](https://github.com/bnb-chain/greenfield-js-sdk/commit/25e8a99a319fe2129fb5d3eb2f0c8658323ed0e3)]:
- @bnb-chain/greenfield-js-sdk@1.3.0-alpha.2

## 0.0.28-alpha.1

### 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.28-alpha.1",
"version": "0.0.28-alpha.2",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
Expand Down
12 changes: 12 additions & 0 deletions packages/js-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @bnb-chain/greenfield-js-sdk

## 1.3.0-alpha.2

### Minor Changes

- [#498](https://github.com/bnb-chain/greenfield-js-sdk/pull/498)
[`10244a5`](https://github.com/bnb-chain/greenfield-js-sdk/commit/10244a56dd2da222e85bc25523d25756585dfc43)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Remove approval when creating object

- [#498](https://github.com/bnb-chain/greenfield-js-sdk/pull/498)
[`25e8a99`](https://github.com/bnb-chain/greenfield-js-sdk/commit/25e8a99a319fe2129fb5d3eb2f0c8658323ed0e3)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Remove approval when create bucket

## 1.3.0-alpha.1

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

0 comments on commit 9e8b153

Please sign in to comment.