Skip to content

Commit

Permalink
chore: [ci] release (#470)
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 29, 2023
1 parent 4cf4abc commit 4206ece
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-camels-hear.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.24

### Patch Changes

- Updated dependencies
[[`4cf4abc`](https://github.com/bnb-chain/greenfield-js-sdk/commit/4cf4abc348c080f73abd8578f0092ca6ab318fe3)]:
- @bnb-chain/reed-solomon@1.1.3

## 0.0.23

### 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.23",
"version": "0.0.24",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
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.3

### Patch Changes

- [#458](https://github.com/bnb-chain/greenfield-js-sdk/pull/458)
[`4cf4abc`](https://github.com/bnb-chain/greenfield-js-sdk/commit/4cf4abc348c080f73abd8578f0092ca6ab318fe3)
Thanks [@rrr523](https://github.com/rrr523)! - fix: SwapRows

## 1.1.2

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

0 comments on commit 4206ece

Please sign in to comment.