Skip to content

Commit

Permalink
chore: [ci] release (alpha) (#465)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 26, 2023
1 parent 24ec472 commit 5bd5677
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@bnb-chain/greenfield-zk-crypto": "1.0.0"
},
"changesets": [
"chatty-steaks-joke",
"itchy-schools-doubt",
"little-melons-care",
"twelve-mice-grin"
Expand Down
8 changes: 8 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @demo/wallet

## 0.0.24-alpha.2

### Patch Changes

- Updated dependencies
[[`24ec472`](https://github.com/bnb-chain/greenfield-js-sdk/commit/24ec472b4507d0f3cba3c8fc55b4e9f924d5b1c7)]:
- @bnb-chain/greenfield-js-sdk@1.2.0-alpha.2

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

## 1.2.0-alpha.2

### Patch Changes

- [#464](https://github.com/bnb-chain/greenfield-js-sdk/pull/464)
[`24ec472`](https://github.com/bnb-chain/greenfield-js-sdk/commit/24ec472b4507d0f3cba3c8fc55b4e9f924d5b1c7)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Sp Api Types

## 1.2.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.2.0-alpha.1",
"version": "1.2.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 5bd5677

Please sign in to comment.