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 Sep 11, 2023
1 parent ec4297d commit d45d6d7
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@bnb-chain/greenfield-zk-crypto": "0.0.2"
},
"changesets": [
"fast-houses-do",
"fuzzy-cobras-cry",
"giant-bikes-grab",
"heavy-seas-talk",
Expand Down
12 changes: 12 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @demo/wallet

## 0.0.6-alpha.6

### Patch Changes

- [#319](https://github.com/bnb-chain/greenfield-js-sdk/pull/319)
[`ec4297d`](https://github.com/bnb-chain/greenfield-js-sdk/commit/ec4297da042e1b7c656d26b65d56fe52ac80365f)
Thanks [@rrr523](https://github.com/rrr523)! - feat: add vg settle api

- Updated dependencies
[[`ec4297d`](https://github.com/bnb-chain/greenfield-js-sdk/commit/ec4297da042e1b7c656d26b65d56fe52ac80365f)]:
- @bnb-chain/greenfield-js-sdk@0.2.5-alpha.6

## 0.0.6-alpha.5

### 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.6-alpha.5",
"version": "0.0.6-alpha.6",
"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.9-alpha.6

### Patch Changes

- Updated dependencies
[[`ec4297d`](https://github.com/bnb-chain/greenfield-js-sdk/commit/ec4297da042e1b7c656d26b65d56fe52ac80365f)]:
- @bnb-chain/greenfield-js-sdk@0.2.5-alpha.6

## 0.0.9-alpha.5

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

## 0.2.5-alpha.6

### Patch Changes

- [#319](https://github.com/bnb-chain/greenfield-js-sdk/pull/319)
[`ec4297d`](https://github.com/bnb-chain/greenfield-js-sdk/commit/ec4297da042e1b7c656d26b65d56fe52ac80365f)
Thanks [@rrr523](https://github.com/rrr523)! - feat: add vg settle api

## 0.2.5-alpha.5

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

0 comments on commit d45d6d7

Please sign in to comment.