Skip to content

Commit

Permalink
chore: [ci] release (#437)
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 20, 2023
1 parent 522e6bc commit eb8815b
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-humans-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-peas-suffer.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @demo/wallet

## 0.0.18

### Patch Changes

- Updated dependencies
[[`327e4cd`](https://github.com/bnb-chain/greenfield-js-sdk/commit/327e4cdbdc0e1b71236731f425db3efbe7abb4f6),
[`522e6bc`](https://github.com/bnb-chain/greenfield-js-sdk/commit/522e6bc7adb81f393e677d8cc09b8d00420bf0a5)]:
- @bnb-chain/reed-solomon@1.0.2

## 0.0.17

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

## 0.0.21

### Patch Changes

- Updated dependencies
[[`327e4cd`](https://github.com/bnb-chain/greenfield-js-sdk/commit/327e4cdbdc0e1b71236731f425db3efbe7abb4f6),
[`522e6bc`](https://github.com/bnb-chain/greenfield-js-sdk/commit/522e6bc7adb81f393e677d8cc09b8d00420bf0a5)]:
- @bnb-chain/reed-solomon@1.0.2

## 0.0.20

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

## 1.0.2

### Patch Changes

- [#435](https://github.com/bnb-chain/greenfield-js-sdk/pull/435)
[`327e4cd`](https://github.com/bnb-chain/greenfield-js-sdk/commit/327e4cdbdc0e1b71236731f425db3efbe7abb4f6)
Thanks [@rrr523](https://github.com/rrr523)! - fix: Shards to int

- [#436](https://github.com/bnb-chain/greenfield-js-sdk/pull/436)
[`522e6bc`](https://github.com/bnb-chain/greenfield-js-sdk/commit/522e6bc7adb81f393e677d8cc09b8d00420bf0a5)
Thanks [@rrr523](https://github.com/rrr523)! - fix: Pnpm install

## 1.0.1

### Patch Changes
Expand Down
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.1",
"version": "1.0.2",
"description": "lighting implement for reed solomon",
"module": "./dist/index.esm.js",
"main": "./dist/index.js",
Expand Down

0 comments on commit eb8815b

Please sign in to comment.