From 7809ca5d6fae634340f6a37fd772e42c03c97a67 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 20 Mar 2024 14:29:12 +0000 Subject: [PATCH] v2.0.2 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/api/CHANGELOG.md | 8 ++++++++ packages/api/package.json | 8 ++++---- packages/config/CHANGELOG.md | 8 ++++++++ packages/config/package.json | 4 ++-- packages/constants/CHANGELOG.md | 11 +++++++++++ packages/constants/package.json | 2 +- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 14 +++++++------- packages/nftx/CHANGELOG.md | 8 ++++++++ packages/nftx/package.json | 16 ++++++++-------- packages/queue/CHANGELOG.md | 8 ++++++++ packages/queue/package.json | 6 +++--- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 4 ++-- packages/subgraph/CHANGELOG.md | 8 ++++++++ packages/subgraph/package.json | 10 +++++----- packages/trade/CHANGELOG.md | 8 ++++++++ packages/trade/package.json | 10 +++++----- packages/types/CHANGELOG.md | 8 ++++++++ packages/types/package.json | 4 ++-- packages/utils/CHANGELOG.md | 8 ++++++++ packages/utils/package.json | 8 ++++---- 24 files changed, 146 insertions(+), 44 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 181ef8e..cc49897 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. +## [2.0.2](https://github.com/NFTX-project/nftxjs/compare/v2.0.1...v2.0.2) (2024-03-20) + + +### Bug Fixes + +* incorrect amm router url ([4271e52](https://github.com/NFTX-project/nftxjs/commit/4271e5242690def3bfb2f0fe7020fed291f88de5)) + + + + + ## [2.0.1](https://github.com/NFTX-project/nftxjs/compare/v2.0.0...v2.0.1) (2024-03-20) diff --git a/lerna.json b/lerna.json index d4252d2..297a6df 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "2.0.1", + "version": "2.0.2", "useWorkspaces": true, "command": { "publish": { diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 509477f..c23ff56 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. +## [2.0.2](https://github.com/NFTX-project/nftxjs/compare/v2.0.1...v2.0.2) (2024-03-20) + +**Note:** Version bump only for package @nftx/api + + + + + ## [2.0.1](https://github.com/NFTX-project/nftxjs/compare/v2.0.0...v2.0.1) (2024-03-20) **Note:** Version bump only for package @nftx/api diff --git a/packages/api/package.json b/packages/api/package.json index 8573d51..2c57f08 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/api", - "version": "2.0.1", + "version": "2.0.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -24,10 +24,10 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@nftx/config": "^2.0.1", + "@nftx/config": "^2.0.2", "@nftx/errors": "^2.0.0", - "@nftx/types": "^2.0.1", - "@nftx/utils": "^2.0.1", + "@nftx/types": "^2.0.2", + "@nftx/utils": "^2.0.2", "viem": "^1.16.6" }, "bugs": { diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 943eeac..60cad20 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. +## [2.0.2](https://github.com/NFTX-project/nftxjs/compare/v2.0.1...v2.0.2) (2024-03-20) + +**Note:** Version bump only for package @nftx/config + + + + + ## [2.0.1](https://github.com/NFTX-project/nftxjs/compare/v2.0.0...v2.0.1) (2024-03-20) **Note:** Version bump only for package @nftx/config diff --git a/packages/config/package.json b/packages/config/package.json index ce3e2ba..132c375 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/config", - "version": "2.0.1", + "version": "2.0.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -29,7 +29,7 @@ }, "sideEffects": false, "dependencies": { - "@nftx/constants": "^2.0.1", + "@nftx/constants": "^2.0.2", "deepmerge": "^4.2.2" } } diff --git a/packages/constants/CHANGELOG.md b/packages/constants/CHANGELOG.md index dfcbebf..3a036a7 100644 --- a/packages/constants/CHANGELOG.md +++ b/packages/constants/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. +## [2.0.2](https://github.com/NFTX-project/nftxjs/compare/v2.0.1...v2.0.2) (2024-03-20) + + +### Bug Fixes + +* incorrect amm router url ([4271e52](https://github.com/NFTX-project/nftxjs/commit/4271e5242690def3bfb2f0fe7020fed291f88de5)) + + + + + ## [2.0.1](https://github.com/NFTX-project/nftxjs/compare/v2.0.0...v2.0.1) (2024-03-20) diff --git a/packages/constants/package.json b/packages/constants/package.json index 378fdf8..793f14f 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/constants", - "version": "2.0.1", + "version": "2.0.2", "description": "", "main": "dist/cjs/constants.js", "module": "dist/es/constants.js", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7f189a8..6710143 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. +## [2.0.2](https://github.com/NFTX-project/nftxjs/compare/v2.0.1...v2.0.2) (2024-03-20) + +**Note:** Version bump only for package @nftx/core + + + + + ## [2.0.1](https://github.com/NFTX-project/nftxjs/compare/v2.0.0...v2.0.1) (2024-03-20) **Note:** Version bump only for package @nftx/core diff --git a/packages/core/package.json b/packages/core/package.json index d106b8f..e21d2c2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/core", - "version": "2.0.1", + "version": "2.0.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -26,13 +26,13 @@ }, "dependencies": { "@nftx/abi": "^2.0.0", - "@nftx/config": "^2.0.1", - "@nftx/constants": "^2.0.1", + "@nftx/config": "^2.0.2", + "@nftx/constants": "^2.0.2", "@nftx/errors": "^2.0.0", - "@nftx/subgraph": "^2.0.1", - "@nftx/trade": "^2.0.1", - "@nftx/types": "^2.0.1", - "@nftx/utils": "^2.0.1", + "@nftx/subgraph": "^2.0.2", + "@nftx/trade": "^2.0.2", + "@nftx/types": "^2.0.2", + "@nftx/utils": "^2.0.2", "@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 e13246a..70d0725 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. +## [2.0.2](https://github.com/NFTX-project/nftxjs/compare/v2.0.1...v2.0.2) (2024-03-20) + +**Note:** Version bump only for package nftx.js + + + + + ## [2.0.1](https://github.com/NFTX-project/nftxjs/compare/v2.0.0...v2.0.1) (2024-03-20) **Note:** Version bump only for package nftx.js diff --git a/packages/nftx/package.json b/packages/nftx/package.json index 3ae05d2..29ce7f3 100644 --- a/packages/nftx/package.json +++ b/packages/nftx/package.json @@ -1,6 +1,6 @@ { "name": "nftx.js", - "version": "2.0.1", + "version": "2.0.2", "author": "Jack Ellis ", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -27,14 +27,14 @@ }, "sideEffects": false, "dependencies": { - "@nftx/api": "^2.0.1", - "@nftx/config": "^2.0.1", - "@nftx/constants": "^2.0.1", + "@nftx/api": "^2.0.2", + "@nftx/config": "^2.0.2", + "@nftx/constants": "^2.0.2", "@nftx/errors": "^2.0.0", - "@nftx/subgraph": "^2.0.1", - "@nftx/trade": "^2.0.1", - "@nftx/types": "^2.0.1", - "@nftx/utils": "^2.0.1", + "@nftx/subgraph": "^2.0.2", + "@nftx/trade": "^2.0.2", + "@nftx/types": "^2.0.2", + "@nftx/utils": "^2.0.2", "ethers": "^5.6.4" } } diff --git a/packages/queue/CHANGELOG.md b/packages/queue/CHANGELOG.md index 70aefe3..4ceed13 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. +## [2.0.2](https://github.com/NFTX-project/nftxjs/compare/v2.0.1...v2.0.2) (2024-03-20) + +**Note:** Version bump only for package @nftx/queue + + + + + ## [2.0.1](https://github.com/NFTX-project/nftxjs/compare/v2.0.0...v2.0.1) (2024-03-20) **Note:** Version bump only for package @nftx/queue diff --git a/packages/queue/package.json b/packages/queue/package.json index 78e0ac3..09afb37 100644 --- a/packages/queue/package.json +++ b/packages/queue/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/queue", - "version": "2.0.1", + "version": "2.0.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -29,8 +29,8 @@ }, "sideEffects": false, "dependencies": { - "@nftx/constants": "^2.0.1", - "@nftx/types": "^2.0.1", + "@nftx/constants": "^2.0.2", + "@nftx/types": "^2.0.2", "bullmq": "^4.6.0", "ioredis": "^5.3.2" } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 8fe98eb..be8f066 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. +## [2.0.2](https://github.com/NFTX-project/nftxjs/compare/v2.0.1...v2.0.2) (2024-03-20) + +**Note:** Version bump only for package @nftx/react + + + + + ## [2.0.1](https://github.com/NFTX-project/nftxjs/compare/v2.0.0...v2.0.1) (2024-03-20) **Note:** Version bump only for package @nftx/react diff --git a/packages/react/package.json b/packages/react/package.json index d581333..2d40060 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/react", - "version": "2.0.1", + "version": "2.0.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -32,7 +32,7 @@ "viem": "^1.16.6" }, "devDependencies": { - "nftx.js": "^2.0.1", + "nftx.js": "^2.0.2", "react": "^18.0.0" }, "peerDependencies": { diff --git a/packages/subgraph/CHANGELOG.md b/packages/subgraph/CHANGELOG.md index 424288a..99d08ea 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. +## [2.0.2](https://github.com/NFTX-project/nftxjs/compare/v2.0.1...v2.0.2) (2024-03-20) + +**Note:** Version bump only for package @nftx/subgraph + + + + + ## [2.0.1](https://github.com/NFTX-project/nftxjs/compare/v2.0.0...v2.0.1) (2024-03-20) **Note:** Version bump only for package @nftx/subgraph diff --git a/packages/subgraph/package.json b/packages/subgraph/package.json index 8ff0db4..3519a73 100644 --- a/packages/subgraph/package.json +++ b/packages/subgraph/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/subgraph", - "version": "2.0.1", + "version": "2.0.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -29,12 +29,12 @@ }, "sideEffects": false, "dependencies": { - "@nftx/config": "^2.0.1", - "@nftx/constants": "^2.0.1", + "@nftx/config": "^2.0.2", + "@nftx/constants": "^2.0.2", "@nftx/errors": "^2.0.0", - "@nftx/utils": "^2.0.1" + "@nftx/utils": "^2.0.2" }, "devDependencies": { - "@nftx/types": "^2.0.1" + "@nftx/types": "^2.0.2" } } diff --git a/packages/trade/CHANGELOG.md b/packages/trade/CHANGELOG.md index 40c56ae..1d304cf 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. +## [2.0.2](https://github.com/NFTX-project/nftxjs/compare/v2.0.1...v2.0.2) (2024-03-20) + +**Note:** Version bump only for package @nftx/trade + + + + + ## [2.0.1](https://github.com/NFTX-project/nftxjs/compare/v2.0.0...v2.0.1) (2024-03-20) **Note:** Version bump only for package @nftx/trade diff --git a/packages/trade/package.json b/packages/trade/package.json index a8c98b3..878226e 100644 --- a/packages/trade/package.json +++ b/packages/trade/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/trade", - "version": "2.0.1", + "version": "2.0.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -25,11 +25,11 @@ }, "dependencies": { "@nftx/abi": "^2.0.0", - "@nftx/config": "^2.0.1", - "@nftx/constants": "^2.0.1", + "@nftx/config": "^2.0.2", + "@nftx/constants": "^2.0.2", "@nftx/errors": "^2.0.0", - "@nftx/types": "^2.0.1", - "@nftx/utils": "^2.0.1", + "@nftx/types": "^2.0.2", + "@nftx/utils": "^2.0.2", "viem": "^1.16.6" }, "bugs": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 2f08c4c..2ca68ad 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. +## [2.0.2](https://github.com/NFTX-project/nftxjs/compare/v2.0.1...v2.0.2) (2024-03-20) + +**Note:** Version bump only for package @nftx/types + + + + + ## [2.0.1](https://github.com/NFTX-project/nftxjs/compare/v2.0.0...v2.0.1) (2024-03-20) **Note:** Version bump only for package @nftx/types diff --git a/packages/types/package.json b/packages/types/package.json index 5c14871..e062faf 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/types", - "version": "2.0.1", + "version": "2.0.2", "description": " ", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -31,7 +31,7 @@ "url": "https://github.com/NFTX-project/nftxjs/issues" }, "dependencies": { - "@nftx/constants": "^2.0.1", + "@nftx/constants": "^2.0.2", "abitype": "0.9.8", "viem": "^1.16.6" }, diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index bf13fb9..725673d 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. +## [2.0.2](https://github.com/NFTX-project/nftxjs/compare/v2.0.1...v2.0.2) (2024-03-20) + +**Note:** Version bump only for package @nftx/utils + + + + + ## [2.0.1](https://github.com/NFTX-project/nftxjs/compare/v2.0.0...v2.0.1) (2024-03-20) **Note:** Version bump only for package @nftx/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 43c4c42..2b8a600 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/utils", - "version": "2.0.1", + "version": "2.0.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -30,10 +30,10 @@ "sideEffects": false, "dependencies": { "@nftx/abi": "^2.0.0", - "@nftx/config": "^2.0.1", - "@nftx/constants": "^2.0.1", + "@nftx/config": "^2.0.2", + "@nftx/constants": "^2.0.2", "@nftx/errors": "^2.0.0", - "@nftx/types": "^2.0.1", + "@nftx/types": "^2.0.2", "abitype": "0.9.8", "keccak256": "^1.0.6", "merkletreejs": "^0.2.32",