Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed May 16, 2024
1 parent 94d5e1c commit 194c421
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/NFTX-project/nftxjs/compare/v2.3.0...v2.3.1) (2024-05-16)


### Bug Fixes

* **@nftx/react:** improve error handling of useTransaction ([94d5e1c](https://github.com/NFTX-project/nftxjs/commit/94d5e1c01b36af4c09bb377b5b3f5e765b884a17))





# [2.3.0](https://github.com/NFTX-project/nftxjs/compare/v2.2.1...v2.3.0) (2024-05-13)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.3.0",
"version": "2.3.1",
"useWorkspaces": true,
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/NFTX-project/nftxjs/compare/v2.3.0...v2.3.1) (2024-05-16)


### Bug Fixes

* **@nftx/react:** improve error handling of useTransaction ([94d5e1c](https://github.com/NFTX-project/nftxjs/commit/94d5e1c01b36af4c09bb377b5b3f5e765b884a17))





# [2.3.0](https://github.com/NFTX-project/nftxjs/compare/v2.2.1...v2.3.0) (2024-05-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/react",
"version": "2.3.0",
"version": "2.3.1",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
Expand Down

0 comments on commit 194c421

Please sign in to comment.