diff --git a/CHANGELOG.md b/CHANGELOG.md index 9280912..ed4d198 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. +## [3.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12) + + +### Bug Fixes + +* missing return type ([e655d64](https://github.com/NFTX-project/nftxjs/commit/e655d641afc39b8b60be3776f2b44d7599d9d5e8)) + + + + + # [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12) diff --git a/lerna.json b/lerna.json index a926c89..0da60d1 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "3.6.0", + "version": "3.6.1", "useWorkspaces": true, "command": { "publish": { diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index e9fe706..0ff0359 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. +## [3.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12) + +**Note:** Version bump only for package @nftx/api + + + + + # [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12) **Note:** Version bump only for package @nftx/api diff --git a/packages/api/package.json b/packages/api/package.json index af5cefd..b3c93fa 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/api", - "version": "3.6.0", + "version": "3.6.1", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -27,7 +27,7 @@ "@nftx/config": "^3.4.3", "@nftx/errors": "^3.0.0", "@nftx/types": "^3.4.3", - "@nftx/utils": "^3.6.0", + "@nftx/utils": "^3.6.1", "viem": "^1.16.6" }, "bugs": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 227f8e4..e79e3d9 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. +## [3.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12) + +**Note:** Version bump only for package @nftx/core + + + + + # [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12) **Note:** Version bump only for package @nftx/core diff --git a/packages/core/package.json b/packages/core/package.json index afbf3c2..57e046f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/core", - "version": "3.6.0", + "version": "3.6.1", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -29,10 +29,10 @@ "@nftx/config": "^3.4.3", "@nftx/constants": "^3.4.3", "@nftx/errors": "^3.0.0", - "@nftx/subgraph": "^3.6.0", - "@nftx/trade": "^3.6.0", + "@nftx/subgraph": "^3.6.1", + "@nftx/trade": "^3.6.1", "@nftx/types": "^3.4.3", - "@nftx/utils": "^3.6.0", + "@nftx/utils": "^3.6.1", "@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 d890c5f..92b8756 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. +## [3.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12) + +**Note:** Version bump only for package nftx.js + + + + + # [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12) **Note:** Version bump only for package nftx.js diff --git a/packages/nftx/package.json b/packages/nftx/package.json index fc035bf..3d5c11a 100644 --- a/packages/nftx/package.json +++ b/packages/nftx/package.json @@ -1,6 +1,6 @@ { "name": "nftx.js", - "version": "3.6.0", + "version": "3.6.1", "author": "Jack Ellis ", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -27,14 +27,14 @@ }, "sideEffects": false, "dependencies": { - "@nftx/api": "^3.6.0", + "@nftx/api": "^3.6.1", "@nftx/config": "^3.4.3", "@nftx/constants": "^3.4.3", "@nftx/errors": "^3.0.0", - "@nftx/subgraph": "^3.6.0", - "@nftx/trade": "^3.6.0", + "@nftx/subgraph": "^3.6.1", + "@nftx/trade": "^3.6.1", "@nftx/types": "^3.4.3", - "@nftx/utils": "^3.6.0", + "@nftx/utils": "^3.6.1", "ethers": "^5.6.4" } } diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index f6d01d6..491d24a 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/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. +## [3.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12) + + +### Bug Fixes + +* missing return type ([e655d64](https://github.com/NFTX-project/nftxjs/commit/e655d641afc39b8b60be3776f2b44d7599d9d5e8)) + + + + + # [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12) diff --git a/packages/query/package.json b/packages/query/package.json index eaa5a42..9fe5300 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/query", - "version": "3.6.0", + "version": "3.6.1", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index c5da7b0..078c2fe 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. +## [3.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12) + +**Note:** Version bump only for package @nftx/react + + + + + # [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12) **Note:** Version bump only for package @nftx/react diff --git a/packages/react/package.json b/packages/react/package.json index 93a83cf..841bcb4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/react", - "version": "3.6.0", + "version": "3.6.1", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -32,7 +32,7 @@ "viem": "^1.16.6" }, "devDependencies": { - "nftx.js": "^3.6.0", + "nftx.js": "^3.6.1", "react": "^18.0.0" }, "peerDependencies": { diff --git a/packages/subgraph/CHANGELOG.md b/packages/subgraph/CHANGELOG.md index 6301869..73ad28f 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. +## [3.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12) + +**Note:** Version bump only for package @nftx/subgraph + + + + + # [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12) diff --git a/packages/subgraph/package.json b/packages/subgraph/package.json index e729a6d..51dd588 100644 --- a/packages/subgraph/package.json +++ b/packages/subgraph/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/subgraph", - "version": "3.6.0", + "version": "3.6.1", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -32,8 +32,8 @@ "@nftx/config": "^3.4.3", "@nftx/constants": "^3.4.3", "@nftx/errors": "^3.0.0", - "@nftx/query": "^3.6.0", - "@nftx/utils": "^3.6.0" + "@nftx/query": "^3.6.1", + "@nftx/utils": "^3.6.1" }, "devDependencies": { "@nftx/types": "^3.4.3" diff --git a/packages/trade/CHANGELOG.md b/packages/trade/CHANGELOG.md index 0ae85b8..e5ba130 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. +## [3.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12) + +**Note:** Version bump only for package @nftx/trade + + + + + # [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12) **Note:** Version bump only for package @nftx/trade diff --git a/packages/trade/package.json b/packages/trade/package.json index 099d692..f950b16 100644 --- a/packages/trade/package.json +++ b/packages/trade/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/trade", - "version": "3.6.0", + "version": "3.6.1", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -29,7 +29,7 @@ "@nftx/constants": "^3.4.3", "@nftx/errors": "^3.0.0", "@nftx/types": "^3.4.3", - "@nftx/utils": "^3.6.0", + "@nftx/utils": "^3.6.1", "viem": "^1.16.6" }, "bugs": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 05e0a91..b4ca85b 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. +## [3.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12) + +**Note:** Version bump only for package @nftx/utils + + + + + # [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12) diff --git a/packages/utils/package.json b/packages/utils/package.json index cd7aeef..a8aaa39 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/utils", - "version": "3.6.0", + "version": "3.6.1", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -33,7 +33,7 @@ "@nftx/config": "^3.4.3", "@nftx/constants": "^3.4.3", "@nftx/errors": "^3.0.0", - "@nftx/query": "^3.6.0", + "@nftx/query": "^3.6.1", "@nftx/types": "^3.4.3", "abitype": "0.9.8", "keccak256": "^1.0.6",