Skip to content

Commit

Permalink
chore: [ci] release (alpha) (#530)
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 Apr 23, 2024
1 parent e789764 commit 94c4b83
Show file tree
Hide file tree
Showing 10 changed files with 10,891 additions and 15,751 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"grumpy-suns-roll",
"heavy-dolphins-obey",
"heavy-suits-punch",
"lucky-insects-reply",
"nasty-tomatoes-occur",
"rare-vans-talk",
"silent-crews-cover",
Expand Down
8 changes: 8 additions & 0 deletions examples/browser-file-management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# browser-file-management

## 0.1.1-alpha.5

### Patch Changes

- Updated dependencies
[[`e789764d3f38290e47467916e610df0430c801d9`](https://github.com/bnb-chain/greenfield-js-sdk/commit/e789764d3f38290e47467916e610df0430c801d9)]:
- @bnb-chain/greenfield-js-sdk@2.0.0-alpha.9

## 0.1.1-alpha.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-file-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-file-management",
"version": "0.1.1-alpha.4",
"version": "0.1.1-alpha.5",
"private": true,
"scripts": {
"dev": "next dev",
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.28-alpha.9

### Patch Changes

- [#529](https://github.com/bnb-chain/greenfield-js-sdk/pull/529)
[`e789764d3f38290e47467916e610df0430c801d9`](https://github.com/bnb-chain/greenfield-js-sdk/commit/e789764d3f38290e47467916e610df0430c801d9)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Uploading progress

- Updated dependencies
[[`e789764d3f38290e47467916e610df0430c801d9`](https://github.com/bnb-chain/greenfield-js-sdk/commit/e789764d3f38290e47467916e610df0430c801d9)]:
- @bnb-chain/greenfield-js-sdk@2.0.0-alpha.9

## 0.0.28-alpha.8

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

## 0.0.27-alpha.6

### Patch Changes

- Updated dependencies
[[`e789764d3f38290e47467916e610df0430c801d9`](https://github.com/bnb-chain/greenfield-js-sdk/commit/e789764d3f38290e47467916e610df0430c801d9)]:
- @bnb-chain/greenfield-js-sdk@2.0.0-alpha.9

## 0.0.27-alpha.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs-file-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@demo/nodejs",
"version": "0.0.27-alpha.5",
"version": "0.0.27-alpha.6",
"type": "commonjs",
"private": true,
"scripts": {
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

## 2.0.0-alpha.9

### Patch Changes

- [#529](https://github.com/bnb-chain/greenfield-js-sdk/pull/529)
[`e789764d3f38290e47467916e610df0430c801d9`](https://github.com/bnb-chain/greenfield-js-sdk/commit/e789764d3f38290e47467916e610df0430c801d9)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Uploading progress

## 2.0.0-alpha.8

### Patch 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": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"description": "greenfield js chain and sp sdk",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
Loading

0 comments on commit 94c4b83

Please sign in to comment.