Skip to content

Commit

Permalink
chore: [ci] release (alpha) (#348)
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 Sep 18, 2023
1 parent 10c5723 commit f9fbcf3
Show file tree
Hide file tree
Showing 13 changed files with 83 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"@bnb-chain/greenfiled-file-handle": "0.2.1",
"@bnb-chain/greenfield-zk-crypto": "0.0.3"
},
"changesets": []
"changesets": [
"great-teachers-thank",
"tame-pandas-deny"
]
}
10 changes: 10 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @demo/wallet

## 0.0.7-alpha.0

### Patch Changes

- Updated dependencies
[[`00a2cdd`](https://github.com/bnb-chain/greenfield-js-sdk/commit/00a2cddf98623c59780b6f8a8892674124d910c9),
[`10c5723`](https://github.com/bnb-chain/greenfield-js-sdk/commit/10c572370abfa76c30c5f2f4b288cbc76efed6b1)]:
- @bnb-chain/greenfiled-file-handle@0.2.2-alpha.0
- @bnb-chain/greenfield-js-sdk@0.2.6-alpha.0

## 0.0.6

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

## 0.0.10-alpha.0

### Patch Changes

- Updated dependencies
[[`00a2cdd`](https://github.com/bnb-chain/greenfield-js-sdk/commit/00a2cddf98623c59780b6f8a8892674124d910c9),
[`10c5723`](https://github.com/bnb-chain/greenfield-js-sdk/commit/10c572370abfa76c30c5f2f4b288cbc76efed6b1)]:
- @bnb-chain/greenfiled-file-handle@0.2.2-alpha.0
- @bnb-chain/greenfield-js-sdk@0.2.6-alpha.0

## 0.0.9

### 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.9",
"version": "0.0.10-alpha.0",
"type": "commonjs",
"private": true,
"scripts": {},
Expand Down
12 changes: 12 additions & 0 deletions packages/create-gnfd-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @bnb-chain/create-gnfd-app

## 0.0.3-alpha.0

### Patch Changes

- [#346](https://github.com/bnb-chain/greenfield-js-sdk/pull/346)
[`00a2cdd`](https://github.com/bnb-chain/greenfield-js-sdk/commit/00a2cddf98623c59780b6f8a8892674124d910c9)
Thanks [@rrr523](https://github.com/rrr523)! - chore: Update package.json

- [#347](https://github.com/bnb-chain/greenfield-js-sdk/pull/347)
[`10c5723`](https://github.com/bnb-chain/greenfield-js-sdk/commit/10c572370abfa76c30c5f2f4b288cbc76efed6b1)
Thanks [@rrr523](https://github.com/rrr523)! - chore: Update deps

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-gnfd-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bnb-chain/create-gnfd-app",
"version": "0.0.2",
"version": "0.0.3-alpha.0",
"description": "help you create greenfield project quickly",
"main": "index.js",
"bin": {
Expand Down
12 changes: 12 additions & 0 deletions packages/file-handle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @bnb-chain/greenfiled-file-handle

## 0.2.2-alpha.0

### Patch Changes

- [#346](https://github.com/bnb-chain/greenfield-js-sdk/pull/346)
[`00a2cdd`](https://github.com/bnb-chain/greenfield-js-sdk/commit/00a2cddf98623c59780b6f8a8892674124d910c9)
Thanks [@rrr523](https://github.com/rrr523)! - chore: Update package.json

- [#347](https://github.com/bnb-chain/greenfield-js-sdk/pull/347)
[`10c5723`](https://github.com/bnb-chain/greenfield-js-sdk/commit/10c572370abfa76c30c5f2f4b288cbc76efed6b1)
Thanks [@rrr523](https://github.com/rrr523)! - chore: Update deps

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/file-handle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bnb-chain/greenfiled-file-handle",
"version": "0.2.1",
"version": "0.2.2-alpha.0",
"description": "checksums wasm package",
"module": "./dist/browser/esm/index.js",
"main": "./dist/node/index.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/js-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @bnb-chain/greenfield-js-sdk

## 0.2.6-alpha.0

### Patch Changes

- [#346](https://github.com/bnb-chain/greenfield-js-sdk/pull/346)
[`00a2cdd`](https://github.com/bnb-chain/greenfield-js-sdk/commit/00a2cddf98623c59780b6f8a8892674124d910c9)
Thanks [@rrr523](https://github.com/rrr523)! - chore: Update package.json

- [#347](https://github.com/bnb-chain/greenfield-js-sdk/pull/347)
[`10c5723`](https://github.com/bnb-chain/greenfield-js-sdk/commit/10c572370abfa76c30c5f2f4b288cbc76efed6b1)
Thanks [@rrr523](https://github.com/rrr523)! - chore: Update deps

- Updated dependencies
[[`00a2cdd`](https://github.com/bnb-chain/greenfield-js-sdk/commit/00a2cddf98623c59780b6f8a8892674124d910c9),
[`10c5723`](https://github.com/bnb-chain/greenfield-js-sdk/commit/10c572370abfa76c30c5f2f4b288cbc76efed6b1)]:
- @bnb-chain/greenfield-zk-crypto@0.0.4-alpha.0

## 0.2.5

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

## 0.0.4-alpha.0

### Patch Changes

- [#346](https://github.com/bnb-chain/greenfield-js-sdk/pull/346)
[`00a2cdd`](https://github.com/bnb-chain/greenfield-js-sdk/commit/00a2cddf98623c59780b6f8a8892674124d910c9)
Thanks [@rrr523](https://github.com/rrr523)! - chore: Update package.json

- [#347](https://github.com/bnb-chain/greenfield-js-sdk/pull/347)
[`10c5723`](https://github.com/bnb-chain/greenfield-js-sdk/commit/10c572370abfa76c30c5f2f4b288cbc76efed6b1)
Thanks [@rrr523](https://github.com/rrr523)! - chore: Update deps

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zk-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bnb-chain/greenfield-zk-crypto",
"version": "0.0.3",
"version": "0.0.4-alpha.0",
"description": "Zk crypto wasm module",
"scripts": {
"predev": "rimraf ./dist",
Expand Down

0 comments on commit f9fbcf3

Please sign in to comment.