Skip to content

Commit

Permalink
v1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Feb 14, 2024
1 parent 16121e1 commit aab0e19
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 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.

## [1.15.3](https://github.com/NFTX-project/nftxjs/compare/v1.15.2...v1.15.3) (2024-02-14)


### Bug Fixes

* only write to requiredBlock when necessary ([16121e1](https://github.com/NFTX-project/nftxjs/commit/16121e1766315f433f306f3a7b5cf7ceca74f763))





## [1.15.2](https://github.com/NFTX-project/nftxjs/compare/v1.15.1...v1.15.2) (2024-02-12)


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": "1.15.2",
"version": "1.15.3",
"useWorkspaces": true,
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions packages/api/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.

## [1.15.3](https://github.com/NFTX-project/nftxjs/compare/v1.15.2...v1.15.3) (2024-02-14)


### Bug Fixes

* only write to requiredBlock when necessary ([16121e1](https://github.com/NFTX-project/nftxjs/commit/16121e1766315f433f306f3a7b5cf7ceca74f763))





## [1.15.1](https://github.com/NFTX-project/nftxjs/compare/v1.15.0...v1.15.1) (2024-02-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/api",
"version": "1.15.1",
"version": "1.15.3",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/nftx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.3](https://github.com/NFTX-project/nftxjs/compare/v1.15.2...v1.15.3) (2024-02-14)

**Note:** Version bump only for package nftx.js





## [1.15.1](https://github.com/NFTX-project/nftxjs/compare/v1.15.0...v1.15.1) (2024-02-12)

**Note:** Version bump only for package nftx.js
Expand Down
4 changes: 2 additions & 2 deletions packages/nftx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nftx.js",
"version": "1.15.1",
"version": "1.15.3",
"author": "Jack Ellis <[email protected]>",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
},
"sideEffects": false,
"dependencies": {
"@nftx/api": "^1.15.1",
"@nftx/api": "^1.15.3",
"@nftx/config": "^1.15.0",
"@nftx/constants": "^1.14.0",
"@nftx/errors": "^1.6.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.3](https://github.com/NFTX-project/nftxjs/compare/v1.15.2...v1.15.3) (2024-02-14)

**Note:** Version bump only for package @nftx/react





## [1.15.1](https://github.com/NFTX-project/nftxjs/compare/v1.15.0...v1.15.1) (2024-02-12)

**Note:** Version bump only for package @nftx/react
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/react",
"version": "1.15.1",
"version": "1.15.3",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
"viem": "^1.16.6"
},
"devDependencies": {
"nftx.js": "^1.15.1",
"nftx.js": "^1.15.3",
"react": "^18.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit aab0e19

Please sign in to comment.