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 24, 2023
1 parent ce00ce1 commit e4818ed
Show file tree
Hide file tree
Showing 7 changed files with 29 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 @@ -24,6 +24,7 @@
"gold-bugs-occur",
"gorgeous-penguins-invite",
"grumpy-tables-drop",
"honest-tables-lick",
"itchy-candles-fold",
"large-jokes-fly",
"many-fans-decide",
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.5-alpha.15

### Patch Changes

- Updated dependencies
[[`ce00ce1`](https://github.com/bnb-chain/greenfield-js-sdk/commit/ce00ce1779c2ef3c627fb7172600093e6b580d23)]:
- @bnb-chain/greenfield-js-sdk@0.2.4-alpha.15

## 0.0.5-alpha.14

### 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.14",
"version": "0.0.5-alpha.15",
"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.8-alpha.15

### Patch Changes

- Updated dependencies
[[`ce00ce1`](https://github.com/bnb-chain/greenfield-js-sdk/commit/ce00ce1779c2ef3c627fb7172600093e6b580d23)]:
- @bnb-chain/greenfield-js-sdk@0.2.4-alpha.15

## 0.0.8-alpha.14

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

## 0.2.4-alpha.15

### Patch Changes

- [#255](https://github.com/bnb-chain/greenfield-js-sdk/pull/255)
[`ce00ce1`](https://github.com/bnb-chain/greenfield-js-sdk/commit/ce00ce1779c2ef3c627fb7172600093e6b580d23)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Refactor Sp client and supply custom http
request for meteInfo

## 0.2.4-alpha.14

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

0 comments on commit e4818ed

Please sign in to comment.