Skip to content

Commit

Permalink
chore: [ci] release (#525)
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 Apr 21, 2024
1 parent 5a3de3f commit d4e480a
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-baboons-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-rice-clap.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.29

### Patch Changes

- Updated dependencies
[[`e746b6c`](https://github.com/bnb-chain/greenfield-js-sdk/commit/e746b6c65fe4809c2ab7dc447c99f770ac747071),
[`5a3de3f`](https://github.com/bnb-chain/greenfield-js-sdk/commit/5a3de3f0349260d6d4e99640d91a53fb6b3299ff)]:
- @bnb-chain/greenfield-js-sdk@1.2.4

## 0.0.28

### 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.28",
"version": "0.0.29",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
Expand Down
12 changes: 12 additions & 0 deletions packages/js-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @bnb-chain/greenfield-js-sdk

## 1.2.4

### Patch Changes

- [#523](https://github.com/bnb-chain/greenfield-js-sdk/pull/523)
[`e746b6c`](https://github.com/bnb-chain/greenfield-js-sdk/commit/e746b6c65fe4809c2ab7dc447c99f770ac747071)
Thanks [@rrr523](https://github.com/rrr523)! - fix: Fetch timeout

- [#524](https://github.com/bnb-chain/greenfield-js-sdk/pull/524)
[`5a3de3f`](https://github.com/bnb-chain/greenfield-js-sdk/commit/5a3de3f0349260d6d4e99640d91a53fb6b3299ff)
Thanks [@rrr523](https://github.com/rrr523)! - fix: Statment's expiratime compatibility

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/js-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bnb-chain/greenfield-js-sdk",
"version": "1.2.3",
"version": "1.2.4",
"description": "greenfield js chain and sp sdk",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit d4e480a

Please sign in to comment.