Skip to content

Commit

Permalink
chore: [ci] release (alpha) (#371)
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 Oct 16, 2023
1 parent 5c2d075 commit 9202315
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
"@bnb-chain/greenfield-js-sdk": "1.0.0",
"@bnb-chain/greenfield-zk-crypto": "1.0.0"
},
"changesets": []
"changesets": [
"chilly-pens-listen"
]
}
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.9-alpha.0

### Patch Changes

- Updated dependencies
[[`5c2d075`](https://github.com/bnb-chain/greenfield-js-sdk/commit/5c2d0753d1514fd24f8d5733e44cf0fbb758792e)]:
- @bnb-chain/greenfield-js-sdk@1.0.1-alpha.0

## 0.0.8

### 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.8",
"version": "0.0.9-alpha.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
Expand Down
8 changes: 8 additions & 0 deletions examples/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @demo/nodejs

## 0.0.12-alpha.0

### Patch Changes

- Updated dependencies
[[`5c2d075`](https://github.com/bnb-chain/greenfield-js-sdk/commit/5c2d0753d1514fd24f8d5733e44cf0fbb758792e)]:
- @bnb-chain/greenfield-js-sdk@1.0.1-alpha.0

## 0.0.11

### 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.11",
"version": "0.0.12-alpha.0",
"type": "commonjs",
"private": true,
"scripts": {},
Expand Down
9 changes: 9 additions & 0 deletions packages/js-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @bnb-chain/greenfield-js-sdk

## 1.0.1-alpha.0

### Patch Changes

- [#370](https://github.com/bnb-chain/greenfield-js-sdk/pull/370)
[`5c2d075`](https://github.com/bnb-chain/greenfield-js-sdk/commit/5c2d0753d1514fd24f8d5733e44cf0fbb758792e)
Thanks [@rrr523](https://github.com/rrr523)! - fix(types): Payment listUserPaymentAccounts return
response

## 1.0.0

### Major 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.0.0",
"version": "1.0.1-alpha.0",
"description": "greenfield js chain and sp sdk",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 9202315

Please sign in to comment.