Skip to content

Commit

Permalink
chore: [ci] release (#208)
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 Aug 3, 2023
1 parent c21cef3 commit b2b98b4
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/tasty-hornets-worry.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.4

### Patch Changes

- Updated dependencies
[[`c21cef3`](https://github.com/bnb-chain/greenfield-js-sdk/commit/c21cef303a2f831e3ef79018883a3d14696d941b)]:
- @bnb-chain/greenfield-js-sdk@0.2.3

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.7

### Patch Changes

- Updated dependencies
[[`c21cef3`](https://github.com/bnb-chain/greenfield-js-sdk/commit/c21cef303a2f831e3ef79018883a3d14696d941b)]:
- @bnb-chain/greenfield-js-sdk@0.2.3

## 0.0.6

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

## 0.2.3

### Patch Changes

- [#207](https://github.com/bnb-chain/greenfield-js-sdk/pull/207)
[`c21cef3`](https://github.com/bnb-chain/greenfield-js-sdk/commit/c21cef303a2f831e3ef79018883a3d14696d941b)
Thanks [@rrr523](https://github.com/rrr523)! - chore: Rename package

## 0.2.2

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

0 comments on commit b2b98b4

Please sign in to comment.