Skip to content

Commit

Permalink
chore: [ci] release (alpha) (#432)
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 2e9fce0 commit fdf3f08
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 @@ -18,6 +18,7 @@
"eighty-foxes-train",
"gold-tigers-taste",
"happy-ears-tap",
"many-cars-jump",
"shaggy-cups-care",
"tricky-chicken-knock"
]
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.5

### Patch Changes

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

## 0.0.17-alpha.4

### 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.4",
"version": "0.0.17-alpha.5",
"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.5

### Patch Changes

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

## 0.0.20-alpha.4

### 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.4",
"version": "0.0.20-alpha.5",
"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.2

### Patch Changes

- [#431](https://github.com/bnb-chain/greenfield-js-sdk/pull/431)
[`2e9fce0`](https://github.com/bnb-chain/greenfield-js-sdk/commit/2e9fce0c5b3da426feb0d6b03d95450ac83a6491)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Add Types

## 1.0.1-alpha.1

### 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.1",
"version": "1.0.1-alpha.2",
"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 fdf3f08

Please sign in to comment.