Skip to content

Commit

Permalink
Revert "chore: [ci] release (alpha) (#493)"
Browse files Browse the repository at this point in the history
This reverts commit 782a9b0.
  • Loading branch information
rrr523 authored Mar 11, 2024
1 parent 782a9b0 commit b857ea1
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 29 deletions.
1 change: 0 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@bnb-chain/greenfield-zk-crypto": "1.0.0"
},
"changesets": [
"heavy-dolphins-obey",
"sixty-mayflies-sin"
]
}
8 changes: 0 additions & 8 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @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.28-alpha.0",
"version": "0.0.27",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
Expand Down
8 changes: 0 additions & 8 deletions examples/nodejs-file-management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @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.27-alpha.0",
"version": "0.0.26",
"type": "commonjs",
"private": true,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@bnb-chain/greenfield-js-sdk": "^1.3.0-alpha.0",
"@bnb-chain/greenfield-js-sdk": "^1.2.0",
"@bnb-chain/reed-solomon": "^1.1.1",
"dotenv": "^16.3.1",
"mime-types": "^2.1.35"
Expand Down
8 changes: 0 additions & 8 deletions packages/js-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @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.3.0-alpha.0",
"version": "1.2.2",
"description": "greenfield js chain and sp sdk",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit b857ea1

Please sign in to comment.