diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b7adb..5283b63 100644 --- a/CHANGELOG.md +++ b/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.5](https://github.com/NFTX-project/nftxjs/compare/v1.15.4...v1.15.5) (2024-03-08) + +**Note:** Version bump only for package nftxjs + + + + + ## [1.15.4](https://github.com/NFTX-project/nftxjs/compare/v1.15.3...v1.15.4) (2024-03-06) **Note:** Version bump only for package nftxjs diff --git a/lerna.json b/lerna.json index 09c1886..92f3be5 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.15.4", + "version": "1.15.5", "useWorkspaces": true, "command": { "publish": { diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 54560f1..0ad5179 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/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.5](https://github.com/NFTX-project/nftxjs/compare/v1.15.4...v1.15.5) (2024-03-08) + +**Note:** Version bump only for package @nftx/api + + + + + ## [1.15.4](https://github.com/NFTX-project/nftxjs/compare/v1.15.3...v1.15.4) (2024-03-06) **Note:** Version bump only for package @nftx/api diff --git a/packages/api/package.json b/packages/api/package.json index 299c3c9..f6fbc9a 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/api", - "version": "1.15.4", + "version": "1.15.5", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -24,10 +24,10 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@nftx/config": "^1.15.4", + "@nftx/config": "^1.15.5", "@nftx/errors": "^1.6.0", - "@nftx/types": "^1.15.4", - "@nftx/utils": "^1.15.4", + "@nftx/types": "^1.15.5", + "@nftx/utils": "^1.15.5", "viem": "^1.16.6" }, "bugs": { diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 6866cb5..a6f7a25 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/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.5](https://github.com/NFTX-project/nftxjs/compare/v1.15.4...v1.15.5) (2024-03-08) + +**Note:** Version bump only for package @nftx/config + + + + + ## [1.15.4](https://github.com/NFTX-project/nftxjs/compare/v1.15.3...v1.15.4) (2024-03-06) **Note:** Version bump only for package @nftx/config diff --git a/packages/config/package.json b/packages/config/package.json index 0e85cde..c287bc2 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/config", - "version": "1.15.4", + "version": "1.15.5", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -29,7 +29,7 @@ }, "sideEffects": false, "dependencies": { - "@nftx/constants": "^1.15.4", + "@nftx/constants": "^1.15.5", "deepmerge": "^4.2.2" } } diff --git a/packages/constants/CHANGELOG.md b/packages/constants/CHANGELOG.md index a031ab2..edc2210 100644 --- a/packages/constants/CHANGELOG.md +++ b/packages/constants/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.5](https://github.com/NFTX-project/nftxjs/compare/v1.15.4...v1.15.5) (2024-03-08) + +**Note:** Version bump only for package @nftx/constants + + + + + ## [1.15.4](https://github.com/NFTX-project/nftxjs/compare/v1.15.3...v1.15.4) (2024-03-06) **Note:** Version bump only for package @nftx/constants diff --git a/packages/constants/package.json b/packages/constants/package.json index 3bee16f..96bf1dc 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/constants", - "version": "1.15.4", + "version": "1.15.5", "description": "", "main": "dist/cjs/constants.js", "module": "dist/es/constants.js", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c75968c..dfa0077 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.5](https://github.com/NFTX-project/nftxjs/compare/v1.15.4...v1.15.5) (2024-03-08) + +**Note:** Version bump only for package @nftx/core + + + + + ## [1.15.4](https://github.com/NFTX-project/nftxjs/compare/v1.15.3...v1.15.4) (2024-03-06) **Note:** Version bump only for package @nftx/core diff --git a/packages/core/package.json b/packages/core/package.json index edca243..76bd567 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/core", - "version": "1.15.4", + "version": "1.15.5", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -26,13 +26,13 @@ }, "dependencies": { "@nftx/abi": "^1.1.2", - "@nftx/config": "^1.15.4", - "@nftx/constants": "^1.15.4", + "@nftx/config": "^1.15.5", + "@nftx/constants": "^1.15.5", "@nftx/errors": "^1.6.0", - "@nftx/subgraph": "^1.15.4", - "@nftx/trade": "^1.15.4", - "@nftx/types": "^1.15.4", - "@nftx/utils": "^1.15.4", + "@nftx/subgraph": "^1.15.5", + "@nftx/trade": "^1.15.5", + "@nftx/types": "^1.15.5", + "@nftx/utils": "^1.15.5", "@uniswap/sdk-core": "^4.0.0", "@uniswap/v3-sdk": "^3.10.0", "decimal.js": "^10.4.3", diff --git a/packages/nftx/CHANGELOG.md b/packages/nftx/CHANGELOG.md index dcc1db0..4864322 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.5](https://github.com/NFTX-project/nftxjs/compare/v1.15.4...v1.15.5) (2024-03-08) + +**Note:** Version bump only for package nftx.js + + + + + ## [1.15.4](https://github.com/NFTX-project/nftxjs/compare/v1.15.3...v1.15.4) (2024-03-06) **Note:** Version bump only for package nftx.js diff --git a/packages/nftx/package.json b/packages/nftx/package.json index 426be9f..a34ed45 100644 --- a/packages/nftx/package.json +++ b/packages/nftx/package.json @@ -1,6 +1,6 @@ { "name": "nftx.js", - "version": "1.15.4", + "version": "1.15.5", "author": "Jack Ellis ", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -27,14 +27,14 @@ }, "sideEffects": false, "dependencies": { - "@nftx/api": "^1.15.4", - "@nftx/config": "^1.15.4", - "@nftx/constants": "^1.15.4", + "@nftx/api": "^1.15.5", + "@nftx/config": "^1.15.5", + "@nftx/constants": "^1.15.5", "@nftx/errors": "^1.6.0", - "@nftx/subgraph": "^1.15.4", - "@nftx/trade": "^1.15.4", - "@nftx/types": "^1.15.4", - "@nftx/utils": "^1.15.4", + "@nftx/subgraph": "^1.15.5", + "@nftx/trade": "^1.15.5", + "@nftx/types": "^1.15.5", + "@nftx/utils": "^1.15.5", "ethers": "^5.6.4" } } diff --git a/packages/queue/CHANGELOG.md b/packages/queue/CHANGELOG.md index 95337e6..40a5fc7 100644 --- a/packages/queue/CHANGELOG.md +++ b/packages/queue/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.5](https://github.com/NFTX-project/nftxjs/compare/v1.15.4...v1.15.5) (2024-03-08) + +**Note:** Version bump only for package @nftx/queue + + + + + ## [1.15.4](https://github.com/NFTX-project/nftxjs/compare/v1.15.3...v1.15.4) (2024-03-06) **Note:** Version bump only for package @nftx/queue diff --git a/packages/queue/package.json b/packages/queue/package.json index b1751ac..63ac67b 100644 --- a/packages/queue/package.json +++ b/packages/queue/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/queue", - "version": "1.15.4", + "version": "1.15.5", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -29,8 +29,8 @@ }, "sideEffects": false, "dependencies": { - "@nftx/constants": "^1.15.4", - "@nftx/types": "^1.15.4", + "@nftx/constants": "^1.15.5", + "@nftx/types": "^1.15.5", "bullmq": "^4.6.0", "ioredis": "^5.3.2" } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 9abb57a..9fd0ab5 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.5](https://github.com/NFTX-project/nftxjs/compare/v1.15.4...v1.15.5) (2024-03-08) + +**Note:** Version bump only for package @nftx/react + + + + + ## [1.15.4](https://github.com/NFTX-project/nftxjs/compare/v1.15.3...v1.15.4) (2024-03-06) **Note:** Version bump only for package @nftx/react diff --git a/packages/react/package.json b/packages/react/package.json index fa1917e..9151271 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/react", - "version": "1.15.4", + "version": "1.15.5", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -32,7 +32,7 @@ "viem": "^1.16.6" }, "devDependencies": { - "nftx.js": "^1.15.4", + "nftx.js": "^1.15.5", "react": "^18.0.0" }, "peerDependencies": { diff --git a/packages/subgraph/CHANGELOG.md b/packages/subgraph/CHANGELOG.md index 4a65b7c..bf5e3aa 100644 --- a/packages/subgraph/CHANGELOG.md +++ b/packages/subgraph/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.5](https://github.com/NFTX-project/nftxjs/compare/v1.15.4...v1.15.5) (2024-03-08) + +**Note:** Version bump only for package @nftx/subgraph + + + + + ## [1.15.4](https://github.com/NFTX-project/nftxjs/compare/v1.15.3...v1.15.4) (2024-03-06) **Note:** Version bump only for package @nftx/subgraph diff --git a/packages/subgraph/package.json b/packages/subgraph/package.json index f6dad02..ff0dcae 100644 --- a/packages/subgraph/package.json +++ b/packages/subgraph/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/subgraph", - "version": "1.15.4", + "version": "1.15.5", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -29,12 +29,12 @@ }, "sideEffects": false, "dependencies": { - "@nftx/config": "^1.15.4", - "@nftx/constants": "^1.15.4", + "@nftx/config": "^1.15.5", + "@nftx/constants": "^1.15.5", "@nftx/errors": "^1.6.0", - "@nftx/utils": "^1.15.4" + "@nftx/utils": "^1.15.5" }, "devDependencies": { - "@nftx/types": "^1.15.4" + "@nftx/types": "^1.15.5" } } diff --git a/packages/trade/CHANGELOG.md b/packages/trade/CHANGELOG.md index a965b92..2a39b4e 100644 --- a/packages/trade/CHANGELOG.md +++ b/packages/trade/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.5](https://github.com/NFTX-project/nftxjs/compare/v1.15.4...v1.15.5) (2024-03-08) + +**Note:** Version bump only for package @nftx/trade + + + + + ## [1.15.4](https://github.com/NFTX-project/nftxjs/compare/v1.15.3...v1.15.4) (2024-03-06) **Note:** Version bump only for package @nftx/trade diff --git a/packages/trade/package.json b/packages/trade/package.json index d110365..aff8235 100644 --- a/packages/trade/package.json +++ b/packages/trade/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/trade", - "version": "1.15.4", + "version": "1.15.5", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -25,11 +25,11 @@ }, "dependencies": { "@nftx/abi": "^1.1.2", - "@nftx/config": "^1.15.4", - "@nftx/constants": "^1.15.4", + "@nftx/config": "^1.15.5", + "@nftx/constants": "^1.15.5", "@nftx/errors": "^1.6.0", - "@nftx/types": "^1.15.4", - "@nftx/utils": "^1.15.4", + "@nftx/types": "^1.15.5", + "@nftx/utils": "^1.15.5", "viem": "^1.16.6" }, "bugs": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index f0f12a8..ea2525c 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/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.5](https://github.com/NFTX-project/nftxjs/compare/v1.15.4...v1.15.5) (2024-03-08) + +**Note:** Version bump only for package @nftx/types + + + + + ## [1.15.4](https://github.com/NFTX-project/nftxjs/compare/v1.15.3...v1.15.4) (2024-03-06) **Note:** Version bump only for package @nftx/types diff --git a/packages/types/package.json b/packages/types/package.json index 586b5e5..eec017b 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/types", - "version": "1.15.4", + "version": "1.15.5", "description": " ", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -27,7 +27,7 @@ "url": "https://github.com/NFTX-project/nftxjs/issues" }, "dependencies": { - "@nftx/constants": "^1.15.4", + "@nftx/constants": "^1.15.5", "abitype": "0.9.8", "viem": "^1.16.6" }, diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 2a5fa5c..a89ec55 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/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.5](https://github.com/NFTX-project/nftxjs/compare/v1.15.4...v1.15.5) (2024-03-08) + +**Note:** Version bump only for package @nftx/utils + + + + + ## [1.15.4](https://github.com/NFTX-project/nftxjs/compare/v1.15.3...v1.15.4) (2024-03-06) **Note:** Version bump only for package @nftx/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 2745d62..44b65d5 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/utils", - "version": "1.15.4", + "version": "1.15.5", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -30,10 +30,10 @@ "sideEffects": false, "dependencies": { "@nftx/abi": "^1.1.2", - "@nftx/config": "^1.15.4", - "@nftx/constants": "^1.15.4", + "@nftx/config": "^1.15.5", + "@nftx/constants": "^1.15.5", "@nftx/errors": "^1.6.0", - "@nftx/types": "^1.15.4", + "@nftx/types": "^1.15.5", "abitype": "0.9.8", "keccak256": "^1.0.6", "merkletreejs": "^0.2.32",