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 Dec 18, 2023
1 parent 18891a4 commit 02dd77d
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
"@bnb-chain/create-gnfd-app": "1.0.0",
"@bnb-chain/greenfiled-file-handle": "1.0.2",
"@bnb-chain/greenfield-js-sdk": "1.0.6",
"@bnb-chain/greenfield-zk-crypto": "1.0.0"
"@bnb-chain/greenfield-zk-crypto": "1.0.0",
"@bnb-chain/reed-solomon": "1.0.0"
},
"changesets": [
"beige-beds-lay",
"eighty-foxes-train",
"gold-tigers-taste",
"happy-ears-tap",
"tricky-chicken-knock"
]
}
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.17-alpha.1

### Patch Changes

- Updated dependencies
[[`a940e06`](https://github.com/bnb-chain/greenfield-js-sdk/commit/a940e065954aadd021c76bcb59be69254f50735e)]:
- @bnb-chain/greenfield-js-sdk@1.1.0-alpha.1

## 0.0.17-alpha.0

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

## 0.0.20-alpha.1

### Patch Changes

- Updated dependencies
[[`18891a4`](https://github.com/bnb-chain/greenfield-js-sdk/commit/18891a45cf06120b042427493422fd469a5c393f),
[`a940e06`](https://github.com/bnb-chain/greenfield-js-sdk/commit/a940e065954aadd021c76bcb59be69254f50735e),
[`18891a4`](https://github.com/bnb-chain/greenfield-js-sdk/commit/18891a45cf06120b042427493422fd469a5c393f),
[`18891a4`](https://github.com/bnb-chain/greenfield-js-sdk/commit/18891a45cf06120b042427493422fd469a5c393f)]:
- @bnb-chain/reed-solomon@1.0.1-alpha.0
- @bnb-chain/greenfield-js-sdk@1.1.0-alpha.1

## 0.0.20-alpha.0

### 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.20-alpha.0",
"version": "0.0.20-alpha.1",
"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

## 1.1.0-alpha.1

### Patch Changes

- [#418](https://github.com/bnb-chain/greenfield-js-sdk/pull/418)
[`a940e06`](https://github.com/bnb-chain/greenfield-js-sdk/commit/a940e065954aadd021c76bcb59be69254f50735e)
Thanks [@rrr523](https://github.com/rrr523)! - chore: Remove engines filed in package.json

## 1.1.0-alpha.0

### Minor 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.1.0-alpha.0",
"version": "1.1.0-alpha.1",
"description": "greenfield js chain and sp sdk",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/reed-solomon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @bnb-chain/reed-solomon

## 1.0.1-alpha.0

### Patch Changes

- [#422](https://github.com/bnb-chain/greenfield-js-sdk/pull/422)
[`18891a4`](https://github.com/bnb-chain/greenfield-js-sdk/commit/18891a45cf06120b042427493422fd469a5c393f)
Thanks [@rrr523](https://github.com/rrr523)! - js reed solomon

- [#422](https://github.com/bnb-chain/greenfield-js-sdk/pull/422)
[`18891a4`](https://github.com/bnb-chain/greenfield-js-sdk/commit/18891a45cf06120b042427493422fd469a5c393f)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Add types

- [#422](https://github.com/bnb-chain/greenfield-js-sdk/pull/422)
[`18891a4`](https://github.com/bnb-chain/greenfield-js-sdk/commit/18891a45cf06120b042427493422fd469a5c393f)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Nodejs Support Worker
2 changes: 1 addition & 1 deletion packages/reed-solomon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bnb-chain/reed-solomon",
"version": "1.0.0",
"version": "1.0.1-alpha.0",
"description": "lighting implement for reed solomon",
"module": "./dist/index.esm.js",
"main": "./dist/index.js",
Expand Down

0 comments on commit 02dd77d

Please sign in to comment.