Skip to content

Commit

Permalink
chore: [ci] release (alpha) (#493)
Browse files Browse the repository at this point in the history
* chore: [ci] release (alpha)

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: rk <[email protected]>
  • Loading branch information
3 people authored Mar 11, 2024
1 parent 3374b4a commit 782a9b0
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 4 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@bnb-chain/greenfield-zk-crypto": "1.0.0"
},
"changesets": [
"heavy-dolphins-obey",
"sixty-mayflies-sin"
]
}
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.28-alpha.0

### Patch Changes

- Updated dependencies
[[`3374b4a`](https://github.com/bnb-chain/greenfield-js-sdk/commit/3374b4a6ed729cf6f2cf8fa5ab147a4cb5618247)]:
- @bnb-chain/greenfield-js-sdk@1.3.0-alpha.0

## 0.0.27

### 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.27",
"version": "0.0.28-alpha.0",
"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.0

### Patch Changes

- Updated dependencies
[[`3374b4a`](https://github.com/bnb-chain/greenfield-js-sdk/commit/3374b4a6ed729cf6f2cf8fa5ab147a4cb5618247)]:
- @bnb-chain/greenfield-js-sdk@1.3.0-alpha.0

## 0.0.26

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.26",
"version": "0.0.27-alpha.0",
"type": "commonjs",
"private": true,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@bnb-chain/greenfield-js-sdk": "^1.2.0",
"@bnb-chain/greenfield-js-sdk": "^1.3.0-alpha.0",
"@bnb-chain/reed-solomon": "^1.1.1",
"dotenv": "^16.3.1",
"mime-types": "^2.1.35"
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

## 1.3.0-alpha.0

### Minor Changes

- [#489](https://github.com/bnb-chain/greenfield-js-sdk/pull/489)
[`d45791`](https://github.com/bnb-chain/greenfield-js-sdk/commit/d45791aa715a5bcef2777c3f2a2213fd8124150e)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Replace zk crypto with ed25519.

## 1.2.2

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

0 comments on commit 782a9b0

Please sign in to comment.