Skip to content

Commit

Permalink
chore: [ci] release (alpha) (#430)
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 Dec 19, 2023
1 parent afb5464 commit dce67c4
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 6 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 @@
},
"changesets": [
"beige-beds-lay",
"dirty-buttons-care",
"early-kids-remain",
"eighty-foxes-train",
"gold-tigers-taste",
Expand Down
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.4

### Patch Changes

- Updated dependencies
[[`afb5464`](https://github.com/bnb-chain/greenfield-js-sdk/commit/afb54644683c8da508d250731a6462676cf44747)]:
- @bnb-chain/reed-solomon@1.0.1-alpha.1

## 0.0.17-alpha.3

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

## 0.0.20-alpha.4

### Patch Changes

- Updated dependencies
[[`afb5464`](https://github.com/bnb-chain/greenfield-js-sdk/commit/afb54644683c8da508d250731a6462676cf44747)]:
- @bnb-chain/reed-solomon@1.0.1-alpha.1

## 0.0.20-alpha.3

### 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.3",
"version": "0.0.20-alpha.4",
"type": "commonjs",
"private": true,
"scripts": {},
Expand Down
8 changes: 8 additions & 0 deletions packages/reed-solomon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bnb-chain/reed-solomon

## 1.0.1-alpha.1

### Patch Changes

- [#429](https://github.com/bnb-chain/greenfield-js-sdk/pull/429)
[`afb5464`](https://github.com/bnb-chain/greenfield-js-sdk/commit/afb54644683c8da508d250731a6462676cf44747)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Support Web Worker

## 1.0.1-alpha.0

### Patch Changes
Expand Down
14 changes: 10 additions & 4 deletions 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.1-alpha.0",
"version": "1.0.1-alpha.1",
"description": "lighting implement for reed solomon",
"module": "./dist/index.esm.js",
"main": "./dist/index.js",
Expand Down Expand Up @@ -34,9 +34,15 @@
},
"typesVersions": {
"*": {
"node.adapter": ["./types/node.adapter.d.ts"],
"web.adapter": ["./types/web.adapter.d.ts"],
"utils": ["./types/utils.d.ts"]
"node.adapter": [
"./types/node.adapter.d.ts"
],
"web.adapter": [
"./types/web.adapter.d.ts"
],
"utils": [
"./types/utils.d.ts"
]
}
},
"scripts": {
Expand Down

0 comments on commit dce67c4

Please sign in to comment.