Skip to content

Commit

Permalink
chore: [ci] release (alpha) (#497)
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 Mar 13, 2024
1 parent 007a4ba commit 7168d2f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"changesets": [
"heavy-dolphins-obey",
"sixty-mayflies-sin"
"sixty-mayflies-sin",
"wet-dragons-obey"
]
}
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.28-alpha.1

### Patch Changes

- Updated dependencies
[[`007a4ba`](https://github.com/bnb-chain/greenfield-js-sdk/commit/007a4ba9b0414825279dbfb78c74ef311f34ca65)]:
- @bnb-chain/greenfield-js-sdk@1.3.0-alpha.1

## 0.0.28-alpha.0

### 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.0",
"version": "0.0.28-alpha.1",
"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.3.0-alpha.1

### Patch Changes

- [#496](https://github.com/bnb-chain/greenfield-js-sdk/pull/496)
[`007a4ba`](https://github.com/bnb-chain/greenfield-js-sdk/commit/007a4ba9b0414825279dbfb78c74ef311f34ca65)
Thanks [@rrr523](https://github.com/rrr523)! - feat: ed25519 support preview api

## 1.3.0-alpha.0

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

0 comments on commit 7168d2f

Please sign in to comment.