Skip to content

Commit

Permalink
chore: [ci] release (#449)
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 22, 2023
1 parent 5364771 commit 4466ed5
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/witty-turkeys-matter.md

This file was deleted.

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.22

### Patch Changes

- Updated dependencies
[[`5364771`](https://github.com/bnb-chain/greenfield-js-sdk/commit/53647715b26e77a12a44f7ee875e136b2d7db54a)]:
- @bnb-chain/reed-solomon@1.1.1

## 0.0.21

### 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.21",
"version": "0.0.22",
"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.25

### Patch Changes

- Updated dependencies
[[`5364771`](https://github.com/bnb-chain/greenfield-js-sdk/commit/53647715b26e77a12a44f7ee875e136b2d7db54a)]:
- @bnb-chain/reed-solomon@1.1.1

## 0.0.24

### 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.24",
"version": "0.0.25",
"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.1.1

### Patch Changes

- [#448](https://github.com/bnb-chain/greenfield-js-sdk/pull/448)
[`5364771`](https://github.com/bnb-chain/greenfield-js-sdk/commit/53647715b26e77a12a44f7ee875e136b2d7db54a)
Thanks [@rrr523](https://github.com/rrr523)! - fix: Lint Code

## 1.1.0

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

0 comments on commit 4466ed5

Please sign in to comment.