Skip to content

Commit

Permalink
chore: [ci] release (#410)
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 1, 2023
1 parent b97b305 commit 752e5fc
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/quiet-llamas-scream.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.16

### Patch Changes

- Updated dependencies
[[`b97b305`](https://github.com/bnb-chain/greenfield-js-sdk/commit/b97b305ced1af7b9642f873be71167f673b84728)]:
- @bnb-chain/greenfiled-file-handle@1.0.2

## 0.0.15

### 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.15",
"version": "0.0.16",
"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.19

### Patch Changes

- Updated dependencies
[[`b97b305`](https://github.com/bnb-chain/greenfield-js-sdk/commit/b97b305ced1af7b9642f873be71167f673b84728)]:
- @bnb-chain/greenfiled-file-handle@1.0.2

## 0.0.18

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

## 1.0.2

### Patch Changes

- [#409](https://github.com/bnb-chain/greenfield-js-sdk/pull/409)
[`b97b305`](https://github.com/bnb-chain/greenfield-js-sdk/commit/b97b305ced1af7b9642f873be71167f673b84728)
Thanks [@rrr523](https://github.com/rrr523)! - fix: Multi cal hash

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/file-handle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bnb-chain/greenfiled-file-handle",
"version": "1.0.1",
"version": "1.0.2",
"description": "checksums wasm package",
"module": "./dist/browser/esm/index.js",
"main": "./dist/node/index.js",
Expand Down

0 comments on commit 752e5fc

Please sign in to comment.