Skip to content

Commit

Permalink
chore: [ci] release (alpha) (#271)
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 Aug 28, 2023
1 parent a3e6b47 commit 7924c50
Show file tree
Hide file tree
Showing 7 changed files with 28 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 @@ -19,6 +19,7 @@
"eighty-parrots-tap",
"eleven-numbers-cover",
"fair-impalas-approve",
"fast-drinks-move",
"five-mice-whisper",
"flat-mugs-collect",
"giant-panthers-collect",
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.20

### Patch Changes

- Updated dependencies
[[`a3e6b47`](https://github.com/bnb-chain/greenfield-js-sdk/commit/a3e6b472329e32fe86f7dd8a770d39a371a034cc)]:
- @bnb-chain/greenfield-js-sdk@0.2.4-alpha.20

## 0.0.5-alpha.19

### 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.19",
"version": "0.0.5-alpha.20",
"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.20

### Patch Changes

- Updated dependencies
[[`a3e6b47`](https://github.com/bnb-chain/greenfield-js-sdk/commit/a3e6b472329e32fe86f7dd8a770d39a371a034cc)]:
- @bnb-chain/greenfield-js-sdk@0.2.4-alpha.20

## 0.0.8-alpha.19

### 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.19",
"version": "0.0.8-alpha.20",
"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.4-alpha.20

### Patch Changes

- [#270](https://github.com/bnb-chain/greenfield-js-sdk/pull/270)
[`a3e6b47`](https://github.com/bnb-chain/greenfield-js-sdk/commit/a3e6b472329e32fe86f7dd8a770d39a371a034cc)
Thanks [@rrr523](https://github.com/rrr523)! - feat: New API getObjectPreviewUrl

## 0.2.4-alpha.19

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

0 comments on commit 7924c50

Please sign in to comment.