Skip to content

Commit

Permalink
chore: [ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and rrr523 committed Nov 29, 2023
1 parent 5919a96 commit 0d9a08e
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-flowers-brake.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.14

### Patch Changes

- Updated dependencies
[[`5919a96`](https://github.com/bnb-chain/greenfield-js-sdk/commit/5919a9627491c62ee683a32e23c191146324a359)]:
- @bnb-chain/greenfield-js-sdk@1.0.6

## 0.0.13

### 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.13",
"version": "0.0.14",
"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.17

### Patch Changes

- Updated dependencies
[[`5919a96`](https://github.com/bnb-chain/greenfield-js-sdk/commit/5919a9627491c62ee683a32e23c191146324a359)]:
- @bnb-chain/greenfield-js-sdk@1.0.6

## 0.0.16

### 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.16",
"version": "0.0.17",
"type": "commonjs",
"private": true,
"scripts": {},
Expand Down
8 changes: 8 additions & 0 deletions packages/js-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bnb-chain/greenfield-js-sdk

## 1.0.6

### Patch Changes

- [#401](https://github.com/bnb-chain/greenfield-js-sdk/pull/401)
[`5919a96`](https://github.com/bnb-chain/greenfield-js-sdk/commit/5919a9627491c62ee683a32e23c191146324a359)
Thanks [@rrr523](https://github.com/rrr523)! - fix(spApi): Compatibility with 429 code

## 1.0.5

### 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.0.5",
"version": "1.0.6",
"description": "greenfield js chain and sp sdk",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 0d9a08e

Please sign in to comment.