diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e80031..5ef244c 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.8.2](https://github.com/NFTX-project/nftxjs/compare/v1.8.1...v1.8.2) (2023-12-16) + + +### Bug Fixes + +* rewrite apr calculation logic ([add35e1](https://github.com/NFTX-project/nftxjs/commit/add35e17958b37106962116dad74d9fbffe66c39)) + + + + + ## [1.8.1](https://github.com/NFTX-project/nftxjs/compare/v1.8.0...v1.8.1) (2023-12-14) diff --git a/lerna.json b/lerna.json index 6d026d7..5f1cd75 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.8.1", + "version": "1.8.2", "useWorkspaces": true, "command": { "publish": { diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 9c04209..45593c5 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.8.2](https://github.com/NFTX-project/nftxjs/compare/v1.8.1...v1.8.2) (2023-12-16) + +**Note:** Version bump only for package @nftx/api + + + + + # [1.8.0](https://github.com/NFTX-project/nftxjs/compare/v1.7.0...v1.8.0) (2023-12-13) **Note:** Version bump only for package @nftx/api diff --git a/packages/api/package.json b/packages/api/package.json index e58cf10..fed0df0 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/api", - "version": "1.8.0", + "version": "1.8.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -26,8 +26,8 @@ "dependencies": { "@nftx/config": "^1.7.0", "@nftx/errors": "^1.6.0", - "@nftx/types": "^1.8.0", - "@nftx/utils": "^1.8.0", + "@nftx/types": "^1.8.2", + "@nftx/utils": "^1.8.2", "viem": "^1.16.6" }, "bugs": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0a9a2a4..d69f6ca 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. +## [1.8.2](https://github.com/NFTX-project/nftxjs/compare/v1.8.1...v1.8.2) (2023-12-16) + + +### Bug Fixes + +* rewrite apr calculation logic ([add35e1](https://github.com/NFTX-project/nftxjs/commit/add35e17958b37106962116dad74d9fbffe66c39)) + + + + + ## [1.8.1](https://github.com/NFTX-project/nftxjs/compare/v1.8.0...v1.8.1) (2023-12-14) diff --git a/packages/core/package.json b/packages/core/package.json index c77206f..37c82a8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/core", - "version": "1.8.1", + "version": "1.8.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -29,10 +29,10 @@ "@nftx/config": "^1.7.0", "@nftx/constants": "^1.7.0", "@nftx/errors": "^1.6.0", - "@nftx/subgraph": "^1.8.0", - "@nftx/trade": "^1.8.0", - "@nftx/types": "^1.8.0", - "@nftx/utils": "^1.8.0", + "@nftx/subgraph": "^1.8.2", + "@nftx/trade": "^1.8.2", + "@nftx/types": "^1.8.2", + "@nftx/utils": "^1.8.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 2d36ee1..3ba0735 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.8.2](https://github.com/NFTX-project/nftxjs/compare/v1.8.1...v1.8.2) (2023-12-16) + +**Note:** Version bump only for package nftx.js + + + + + # [1.8.0](https://github.com/NFTX-project/nftxjs/compare/v1.7.0...v1.8.0) (2023-12-13) **Note:** Version bump only for package nftx.js diff --git a/packages/nftx/package.json b/packages/nftx/package.json index ff8750f..f756385 100644 --- a/packages/nftx/package.json +++ b/packages/nftx/package.json @@ -1,6 +1,6 @@ { "name": "nftx.js", - "version": "1.8.0", + "version": "1.8.2", "author": "Jack Ellis ", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -27,14 +27,14 @@ }, "sideEffects": false, "dependencies": { - "@nftx/api": "^1.8.0", + "@nftx/api": "^1.8.2", "@nftx/config": "^1.7.0", "@nftx/constants": "^1.7.0", "@nftx/errors": "^1.6.0", - "@nftx/subgraph": "^1.8.0", - "@nftx/trade": "^1.8.0", - "@nftx/types": "^1.8.0", - "@nftx/utils": "^1.8.0", + "@nftx/subgraph": "^1.8.2", + "@nftx/trade": "^1.8.2", + "@nftx/types": "^1.8.2", + "@nftx/utils": "^1.8.2", "ethers": "^5.6.4" } } diff --git a/packages/queue/CHANGELOG.md b/packages/queue/CHANGELOG.md index e03b7a0..e9639aa 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.8.2](https://github.com/NFTX-project/nftxjs/compare/v1.8.1...v1.8.2) (2023-12-16) + +**Note:** Version bump only for package @nftx/queue + + + + + # [1.8.0](https://github.com/NFTX-project/nftxjs/compare/v1.7.0...v1.8.0) (2023-12-13) **Note:** Version bump only for package @nftx/queue diff --git a/packages/queue/package.json b/packages/queue/package.json index e462e7d..52e593a 100644 --- a/packages/queue/package.json +++ b/packages/queue/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/queue", - "version": "1.8.0", + "version": "1.8.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -30,7 +30,7 @@ "sideEffects": false, "dependencies": { "@nftx/constants": "^1.7.0", - "@nftx/types": "^1.8.0", + "@nftx/types": "^1.8.2", "bullmq": "^4.6.0", "ioredis": "^5.3.2" } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 867fa75..a091708 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.8.2](https://github.com/NFTX-project/nftxjs/compare/v1.8.1...v1.8.2) (2023-12-16) + +**Note:** Version bump only for package @nftx/react + + + + + # [1.8.0](https://github.com/NFTX-project/nftxjs/compare/v1.7.0...v1.8.0) (2023-12-13) **Note:** Version bump only for package @nftx/react diff --git a/packages/react/package.json b/packages/react/package.json index b129797..14f54ca 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/react", - "version": "1.8.0", + "version": "1.8.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -32,7 +32,7 @@ "viem": "^1.16.6" }, "devDependencies": { - "nftx.js": "^1.8.0", + "nftx.js": "^1.8.2", "react": "^18.0.0" }, "peerDependencies": { diff --git a/packages/subgraph/CHANGELOG.md b/packages/subgraph/CHANGELOG.md index 628fb2c..82923c8 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.8.2](https://github.com/NFTX-project/nftxjs/compare/v1.8.1...v1.8.2) (2023-12-16) + +**Note:** Version bump only for package @nftx/subgraph + + + + + # [1.8.0](https://github.com/NFTX-project/nftxjs/compare/v1.7.0...v1.8.0) (2023-12-13) **Note:** Version bump only for package @nftx/subgraph diff --git a/packages/subgraph/package.json b/packages/subgraph/package.json index fc11caa..2cc9579 100644 --- a/packages/subgraph/package.json +++ b/packages/subgraph/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/subgraph", - "version": "1.8.0", + "version": "1.8.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -32,9 +32,9 @@ "@nftx/config": "^1.7.0", "@nftx/constants": "^1.7.0", "@nftx/errors": "^1.6.0", - "@nftx/utils": "^1.8.0" + "@nftx/utils": "^1.8.2" }, "devDependencies": { - "@nftx/types": "^1.8.0" + "@nftx/types": "^1.8.2" } } diff --git a/packages/trade/CHANGELOG.md b/packages/trade/CHANGELOG.md index c57a5b4..5c981b4 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.8.2](https://github.com/NFTX-project/nftxjs/compare/v1.8.1...v1.8.2) (2023-12-16) + +**Note:** Version bump only for package @nftx/trade + + + + + # [1.8.0](https://github.com/NFTX-project/nftxjs/compare/v1.7.0...v1.8.0) (2023-12-13) **Note:** Version bump only for package @nftx/trade diff --git a/packages/trade/package.json b/packages/trade/package.json index 4388581..857cd8c 100644 --- a/packages/trade/package.json +++ b/packages/trade/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/trade", - "version": "1.8.0", + "version": "1.8.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -28,8 +28,8 @@ "@nftx/config": "^1.7.0", "@nftx/constants": "^1.7.0", "@nftx/errors": "^1.6.0", - "@nftx/types": "^1.8.0", - "@nftx/utils": "^1.8.0", + "@nftx/types": "^1.8.2", + "@nftx/utils": "^1.8.2", "viem": "^1.16.6" }, "bugs": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 1e655f2..fd35883 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. +## [1.8.2](https://github.com/NFTX-project/nftxjs/compare/v1.8.1...v1.8.2) (2023-12-16) + + +### Bug Fixes + +* rewrite apr calculation logic ([add35e1](https://github.com/NFTX-project/nftxjs/commit/add35e17958b37106962116dad74d9fbffe66c39)) + + + + + # [1.8.0](https://github.com/NFTX-project/nftxjs/compare/v1.7.0...v1.8.0) (2023-12-13) diff --git a/packages/types/package.json b/packages/types/package.json index ca54520..64c5777 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/types", - "version": "1.8.0", + "version": "1.8.2", "description": " ", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 1af20d9..fda50a0 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/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.8.2](https://github.com/NFTX-project/nftxjs/compare/v1.8.1...v1.8.2) (2023-12-16) + + +### Bug Fixes + +* rewrite apr calculation logic ([add35e1](https://github.com/NFTX-project/nftxjs/commit/add35e17958b37106962116dad74d9fbffe66c39)) + + + + + # [1.8.0](https://github.com/NFTX-project/nftxjs/compare/v1.7.0...v1.8.0) (2023-12-13) **Note:** Version bump only for package @nftx/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 1428cf3..4a05253 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/utils", - "version": "1.8.0", + "version": "1.8.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -33,7 +33,7 @@ "@nftx/config": "^1.7.0", "@nftx/constants": "^1.7.0", "@nftx/errors": "^1.6.0", - "@nftx/types": "^1.8.0", + "@nftx/types": "^1.8.2", "abitype": "0.9.8", "keccak256": "^1.0.6", "merkletreejs": "^0.2.32",