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 Aug 28, 2023
1 parent 25ccbb6 commit a5613c9
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@
"ninety-jokes-study",
"odd-hotels-glow",
"plenty-squids-walk",
"poor-steaks-warn",
"proud-dragons-repair",
"quiet-numbers-camp",
"rich-carrots-cheer",
"seven-toys-fry",
"silver-avocados-march",
"soft-phones-give",
"spicy-lizards-think",
"strong-wombats-help",
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.5-alpha.21

### Patch Changes

- Updated dependencies
[[`25ccbb6`](https://github.com/bnb-chain/greenfield-js-sdk/commit/25ccbb6612b86d8037cec4b9ca3a9b141e10cc66),
[`b3683b8`](https://github.com/bnb-chain/greenfield-js-sdk/commit/b3683b8ce7e56a96c970964b2ade500eb95ef298)]:
- @bnb-chain/greenfield-js-sdk@0.2.4-alpha.21

## 0.0.5-alpha.20

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

## 0.0.8-alpha.21

### Patch Changes

- Updated dependencies
[[`25ccbb6`](https://github.com/bnb-chain/greenfield-js-sdk/commit/25ccbb6612b86d8037cec4b9ca3a9b141e10cc66),
[`b3683b8`](https://github.com/bnb-chain/greenfield-js-sdk/commit/b3683b8ce7e56a96c970964b2ade500eb95ef298)]:
- @bnb-chain/greenfield-js-sdk@0.2.4-alpha.21

## 0.0.8-alpha.20

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

## 0.2.4-alpha.21

### Patch Changes

- [#273](https://github.com/bnb-chain/greenfield-js-sdk/pull/273)
[`25ccbb6`](https://github.com/bnb-chain/greenfield-js-sdk/commit/25ccbb6612b86d8037cec4b9ca3a9b141e10cc66)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Sp API add optional endpoint param

- [#272](https://github.com/bnb-chain/greenfield-js-sdk/pull/272)
[`b3683b8`](https://github.com/bnb-chain/greenfield-js-sdk/commit/b3683b8ce7e56a96c970964b2ade500eb95ef298)
Thanks [@rrr523](https://github.com/rrr523)! - fix: XML response from sp align to go struct

## 0.2.4-alpha.20

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

0 comments on commit a5613c9

Please sign in to comment.