diff --git a/CHANGELOG.md b/CHANGELOG.md index cc49897..5312d9d 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.1.0](https://github.com/NFTX-project/nftxjs/compare/v2.0.2...v2.1.0) (2024-04-18) + + +### Features + +* upgrade nftx amm subgraph to the new uniswap subgraph ([a9912b3](https://github.com/NFTX-project/nftxjs/commit/a9912b3ab61b317f0162838da5b86f01be26107d)) + + + + + ## [2.0.2](https://github.com/NFTX-project/nftxjs/compare/v2.0.1...v2.0.2) (2024-03-20) diff --git a/lerna.json b/lerna.json index 297a6df..52835df 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "2.0.2", + "version": "2.1.0", "useWorkspaces": true, "command": { "publish": { diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index c23ff56..8304b87 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.1.0](https://github.com/NFTX-project/nftxjs/compare/v2.0.2...v2.1.0) (2024-04-18) + +**Note:** Version bump only for package @nftx/api + + + + + ## [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 diff --git a/packages/api/package.json b/packages/api/package.json index 2c57f08..05aad3d 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/api", - "version": "2.0.2", + "version": "2.1.0", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -24,10 +24,10 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@nftx/config": "^2.0.2", + "@nftx/config": "^2.1.0", "@nftx/errors": "^2.0.0", - "@nftx/types": "^2.0.2", - "@nftx/utils": "^2.0.2", + "@nftx/types": "^2.1.0", + "@nftx/utils": "^2.1.0", "viem": "^1.16.6" }, "bugs": { diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 60cad20..b77245a 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.1.0](https://github.com/NFTX-project/nftxjs/compare/v2.0.2...v2.1.0) (2024-04-18) + +**Note:** Version bump only for package @nftx/config + + + + + ## [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 diff --git a/packages/config/package.json b/packages/config/package.json index 132c375..559759c 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/config", - "version": "2.0.2", + "version": "2.1.0", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -29,7 +29,7 @@ }, "sideEffects": false, "dependencies": { - "@nftx/constants": "^2.0.2", + "@nftx/constants": "^2.1.0", "deepmerge": "^4.2.2" } } diff --git a/packages/constants/CHANGELOG.md b/packages/constants/CHANGELOG.md index 3a036a7..8c1176f 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.1.0](https://github.com/NFTX-project/nftxjs/compare/v2.0.2...v2.1.0) (2024-04-18) + + +### Features + +* upgrade nftx amm subgraph to the new uniswap subgraph ([a9912b3](https://github.com/NFTX-project/nftxjs/commit/a9912b3ab61b317f0162838da5b86f01be26107d)) + + + + + ## [2.0.2](https://github.com/NFTX-project/nftxjs/compare/v2.0.1...v2.0.2) (2024-03-20) diff --git a/packages/constants/package.json b/packages/constants/package.json index 793f14f..4309f2d 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/constants", - "version": "2.0.2", + "version": "2.1.0", "description": "", "main": "dist/cjs/constants.js", "module": "dist/es/constants.js", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6710143..5b654e5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.1.0](https://github.com/NFTX-project/nftxjs/compare/v2.0.2...v2.1.0) (2024-04-18) + + +### Features + +* upgrade nftx amm subgraph to the new uniswap subgraph ([a9912b3](https://github.com/NFTX-project/nftxjs/commit/a9912b3ab61b317f0162838da5b86f01be26107d)) + + + + + ## [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 diff --git a/packages/core/package.json b/packages/core/package.json index e21d2c2..09dbf05 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/core", - "version": "2.0.2", + "version": "2.1.0", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -26,13 +26,13 @@ }, "dependencies": { "@nftx/abi": "^2.0.0", - "@nftx/config": "^2.0.2", - "@nftx/constants": "^2.0.2", + "@nftx/config": "^2.1.0", + "@nftx/constants": "^2.1.0", "@nftx/errors": "^2.0.0", - "@nftx/subgraph": "^2.0.2", - "@nftx/trade": "^2.0.2", - "@nftx/types": "^2.0.2", - "@nftx/utils": "^2.0.2", + "@nftx/subgraph": "^2.1.0", + "@nftx/trade": "^2.1.0", + "@nftx/types": "^2.1.0", + "@nftx/utils": "^2.1.0", "@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 70d0725..42e3441 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.1.0](https://github.com/NFTX-project/nftxjs/compare/v2.0.2...v2.1.0) (2024-04-18) + +**Note:** Version bump only for package nftx.js + + + + + ## [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 diff --git a/packages/nftx/package.json b/packages/nftx/package.json index 29ce7f3..f7b3f25 100644 --- a/packages/nftx/package.json +++ b/packages/nftx/package.json @@ -1,6 +1,6 @@ { "name": "nftx.js", - "version": "2.0.2", + "version": "2.1.0", "author": "Jack Ellis ", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -27,14 +27,14 @@ }, "sideEffects": false, "dependencies": { - "@nftx/api": "^2.0.2", - "@nftx/config": "^2.0.2", - "@nftx/constants": "^2.0.2", + "@nftx/api": "^2.1.0", + "@nftx/config": "^2.1.0", + "@nftx/constants": "^2.1.0", "@nftx/errors": "^2.0.0", - "@nftx/subgraph": "^2.0.2", - "@nftx/trade": "^2.0.2", - "@nftx/types": "^2.0.2", - "@nftx/utils": "^2.0.2", + "@nftx/subgraph": "^2.1.0", + "@nftx/trade": "^2.1.0", + "@nftx/types": "^2.1.0", + "@nftx/utils": "^2.1.0", "ethers": "^5.6.4" } } diff --git a/packages/queue/CHANGELOG.md b/packages/queue/CHANGELOG.md index 4ceed13..d088ec8 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.1.0](https://github.com/NFTX-project/nftxjs/compare/v2.0.2...v2.1.0) (2024-04-18) + +**Note:** Version bump only for package @nftx/queue + + + + + ## [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 diff --git a/packages/queue/package.json b/packages/queue/package.json index 09afb37..6d06781 100644 --- a/packages/queue/package.json +++ b/packages/queue/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/queue", - "version": "2.0.2", + "version": "2.1.0", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -29,8 +29,8 @@ }, "sideEffects": false, "dependencies": { - "@nftx/constants": "^2.0.2", - "@nftx/types": "^2.0.2", + "@nftx/constants": "^2.1.0", + "@nftx/types": "^2.1.0", "bullmq": "^4.6.0", "ioredis": "^5.3.2" } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index be8f066..042951f 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.1.0](https://github.com/NFTX-project/nftxjs/compare/v2.0.2...v2.1.0) (2024-04-18) + +**Note:** Version bump only for package @nftx/react + + + + + ## [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 diff --git a/packages/react/package.json b/packages/react/package.json index 2d40060..624e3ac 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/react", - "version": "2.0.2", + "version": "2.1.0", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -32,7 +32,7 @@ "viem": "^1.16.6" }, "devDependencies": { - "nftx.js": "^2.0.2", + "nftx.js": "^2.1.0", "react": "^18.0.0" }, "peerDependencies": { diff --git a/packages/subgraph/CHANGELOG.md b/packages/subgraph/CHANGELOG.md index 99d08ea..72bf1f3 100644 --- a/packages/subgraph/CHANGELOG.md +++ b/packages/subgraph/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.1.0](https://github.com/NFTX-project/nftxjs/compare/v2.0.2...v2.1.0) (2024-04-18) + + +### Features + +* upgrade nftx amm subgraph to the new uniswap subgraph ([a9912b3](https://github.com/NFTX-project/nftxjs/commit/a9912b3ab61b317f0162838da5b86f01be26107d)) + + + + + ## [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 diff --git a/packages/subgraph/package.json b/packages/subgraph/package.json index 3519a73..55c08a0 100644 --- a/packages/subgraph/package.json +++ b/packages/subgraph/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/subgraph", - "version": "2.0.2", + "version": "2.1.0", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -29,12 +29,12 @@ }, "sideEffects": false, "dependencies": { - "@nftx/config": "^2.0.2", - "@nftx/constants": "^2.0.2", + "@nftx/config": "^2.1.0", + "@nftx/constants": "^2.1.0", "@nftx/errors": "^2.0.0", - "@nftx/utils": "^2.0.2" + "@nftx/utils": "^2.1.0" }, "devDependencies": { - "@nftx/types": "^2.0.2" + "@nftx/types": "^2.1.0" } } diff --git a/packages/trade/CHANGELOG.md b/packages/trade/CHANGELOG.md index 1d304cf..6a4d28c 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.1.0](https://github.com/NFTX-project/nftxjs/compare/v2.0.2...v2.1.0) (2024-04-18) + +**Note:** Version bump only for package @nftx/trade + + + + + ## [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 diff --git a/packages/trade/package.json b/packages/trade/package.json index 878226e..08b667b 100644 --- a/packages/trade/package.json +++ b/packages/trade/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/trade", - "version": "2.0.2", + "version": "2.1.0", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -25,11 +25,11 @@ }, "dependencies": { "@nftx/abi": "^2.0.0", - "@nftx/config": "^2.0.2", - "@nftx/constants": "^2.0.2", + "@nftx/config": "^2.1.0", + "@nftx/constants": "^2.1.0", "@nftx/errors": "^2.0.0", - "@nftx/types": "^2.0.2", - "@nftx/utils": "^2.0.2", + "@nftx/types": "^2.1.0", + "@nftx/utils": "^2.1.0", "viem": "^1.16.6" }, "bugs": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 2ca68ad..f652868 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/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.1.0](https://github.com/NFTX-project/nftxjs/compare/v2.0.2...v2.1.0) (2024-04-18) + + +### Features + +* upgrade nftx amm subgraph to the new uniswap subgraph ([a9912b3](https://github.com/NFTX-project/nftxjs/commit/a9912b3ab61b317f0162838da5b86f01be26107d)) + + + + + ## [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 diff --git a/packages/types/package.json b/packages/types/package.json index e062faf..7ea0eaa 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/types", - "version": "2.0.2", + "version": "2.1.0", "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.2", + "@nftx/constants": "^2.1.0", "abitype": "0.9.8", "viem": "^1.16.6" }, diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 725673d..7474ec2 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.1.0](https://github.com/NFTX-project/nftxjs/compare/v2.0.2...v2.1.0) (2024-04-18) + +**Note:** Version bump only for package @nftx/utils + + + + + ## [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 diff --git a/packages/utils/package.json b/packages/utils/package.json index 2b8a600..e7db703 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/utils", - "version": "2.0.2", + "version": "2.1.0", "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.2", - "@nftx/constants": "^2.0.2", + "@nftx/config": "^2.1.0", + "@nftx/constants": "^2.1.0", "@nftx/errors": "^2.0.0", - "@nftx/types": "^2.0.2", + "@nftx/types": "^2.1.0", "abitype": "0.9.8", "keccak256": "^1.0.6", "merkletreejs": "^0.2.32",