diff --git a/CHANGELOG.md b/CHANGELOG.md index db50fd2..b16b820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 49911e0..181471e 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.15.2", + "version": "1.15.3", "useWorkspaces": true, "command": { "publish": { diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 4d9092b..2f6c689 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -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) diff --git a/packages/api/package.json b/packages/api/package.json index f963fd8..181fad6 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -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", diff --git a/packages/nftx/CHANGELOG.md b/packages/nftx/CHANGELOG.md index 5ac901a..8cdb409 100644 --- a/packages/nftx/CHANGELOG.md +++ b/packages/nftx/CHANGELOG.md @@ -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 diff --git a/packages/nftx/package.json b/packages/nftx/package.json index 72dc6b2..fc2b99b 100644 --- a/packages/nftx/package.json +++ b/packages/nftx/package.json @@ -1,6 +1,6 @@ { "name": "nftx.js", - "version": "1.15.1", + "version": "1.15.3", "author": "Jack Ellis ", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -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", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f7b5421..1607273 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index c68f933..bf9f1d6 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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", @@ -32,7 +32,7 @@ "viem": "^1.16.6" }, "devDependencies": { - "nftx.js": "^1.15.1", + "nftx.js": "^1.15.3", "react": "^18.0.0" }, "peerDependencies": {