From feb4f6ab4242c406efb2725e68c577d5d7095ba7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 6 Mar 2024 11:43:46 +0000 Subject: [PATCH] v1.15.4 --- CHANGELOG.md | 8 ++++++++ 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 | 8 ++++++++ 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, 140 insertions(+), 44 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b16b820..46b7adb 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.4](https://github.com/NFTX-project/nftxjs/compare/v1.15.3...v1.15.4) (2024-03-06) + +**Note:** Version bump only for package nftxjs + + + + + ## [1.15.3](https://github.com/NFTX-project/nftxjs/compare/v1.15.2...v1.15.3) (2024-02-14) diff --git a/lerna.json b/lerna.json index 181471e..09c1886 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.15.3", + "version": "1.15.4", "useWorkspaces": true, "command": { "publish": { diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 2f6c689..54560f1 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.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 + + + + + ## [1.15.3](https://github.com/NFTX-project/nftxjs/compare/v1.15.2...v1.15.3) (2024-02-14) diff --git a/packages/api/package.json b/packages/api/package.json index 181fad6..299c3c9 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/api", - "version": "1.15.3", + "version": "1.15.4", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -24,10 +24,10 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@nftx/config": "^1.15.0", + "@nftx/config": "^1.15.4", "@nftx/errors": "^1.6.0", - "@nftx/types": "^1.14.0", - "@nftx/utils": "^1.15.0", + "@nftx/types": "^1.15.4", + "@nftx/utils": "^1.15.4", "viem": "^1.16.6" }, "bugs": { diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 55252b8..6866cb5 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.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 + + + + + # [1.15.0](https://github.com/NFTX-project/nftxjs/compare/v1.14.2...v1.15.0) (2024-02-12) diff --git a/packages/config/package.json b/packages/config/package.json index 21d6786..0e85cde 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/config", - "version": "1.15.0", + "version": "1.15.4", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -29,7 +29,7 @@ }, "sideEffects": false, "dependencies": { - "@nftx/constants": "^1.14.0", + "@nftx/constants": "^1.15.4", "deepmerge": "^4.2.2" } } diff --git a/packages/constants/CHANGELOG.md b/packages/constants/CHANGELOG.md index 223b955..a031ab2 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.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 + + + + + # [1.14.0](https://github.com/NFTX-project/nftxjs/compare/v1.13.2...v1.14.0) (2024-02-01) diff --git a/packages/constants/package.json b/packages/constants/package.json index 58ada13..3bee16f 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/constants", - "version": "1.14.0", + "version": "1.15.4", "description": "", "main": "dist/cjs/constants.js", "module": "dist/es/constants.js", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c5b1291..c75968c 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.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 + + + + + ## [1.15.2](https://github.com/NFTX-project/nftxjs/compare/v1.15.1...v1.15.2) (2024-02-12) diff --git a/packages/core/package.json b/packages/core/package.json index cbb4624..edca243 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/core", - "version": "1.15.2", + "version": "1.15.4", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -26,13 +26,13 @@ }, "dependencies": { "@nftx/abi": "^1.1.2", - "@nftx/config": "^1.15.0", - "@nftx/constants": "^1.14.0", + "@nftx/config": "^1.15.4", + "@nftx/constants": "^1.15.4", "@nftx/errors": "^1.6.0", - "@nftx/subgraph": "^1.15.0", - "@nftx/trade": "^1.15.0", - "@nftx/types": "^1.14.0", - "@nftx/utils": "^1.15.0", + "@nftx/subgraph": "^1.15.4", + "@nftx/trade": "^1.15.4", + "@nftx/types": "^1.15.4", + "@nftx/utils": "^1.15.4", "@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 8cdb409..dcc1db0 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.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 + + + + + ## [1.15.3](https://github.com/NFTX-project/nftxjs/compare/v1.15.2...v1.15.3) (2024-02-14) **Note:** Version bump only for package nftx.js diff --git a/packages/nftx/package.json b/packages/nftx/package.json index fc2b99b..426be9f 100644 --- a/packages/nftx/package.json +++ b/packages/nftx/package.json @@ -1,6 +1,6 @@ { "name": "nftx.js", - "version": "1.15.3", + "version": "1.15.4", "author": "Jack Ellis ", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -27,14 +27,14 @@ }, "sideEffects": false, "dependencies": { - "@nftx/api": "^1.15.3", - "@nftx/config": "^1.15.0", - "@nftx/constants": "^1.14.0", + "@nftx/api": "^1.15.4", + "@nftx/config": "^1.15.4", + "@nftx/constants": "^1.15.4", "@nftx/errors": "^1.6.0", - "@nftx/subgraph": "^1.15.0", - "@nftx/trade": "^1.15.0", - "@nftx/types": "^1.14.0", - "@nftx/utils": "^1.15.0", + "@nftx/subgraph": "^1.15.4", + "@nftx/trade": "^1.15.4", + "@nftx/types": "^1.15.4", + "@nftx/utils": "^1.15.4", "ethers": "^5.6.4" } } diff --git a/packages/queue/CHANGELOG.md b/packages/queue/CHANGELOG.md index 99c8887..95337e6 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.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 + + + + + ## [1.14.1](https://github.com/NFTX-project/nftxjs/compare/v1.14.0...v1.14.1) (2024-02-01) diff --git a/packages/queue/package.json b/packages/queue/package.json index 6d4685d..b1751ac 100644 --- a/packages/queue/package.json +++ b/packages/queue/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/queue", - "version": "1.14.1", + "version": "1.15.4", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -29,8 +29,8 @@ }, "sideEffects": false, "dependencies": { - "@nftx/constants": "^1.14.0", - "@nftx/types": "^1.14.0", + "@nftx/constants": "^1.15.4", + "@nftx/types": "^1.15.4", "bullmq": "^4.6.0", "ioredis": "^5.3.2" } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 1607273..9abb57a 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.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 + + + + + ## [1.15.3](https://github.com/NFTX-project/nftxjs/compare/v1.15.2...v1.15.3) (2024-02-14) **Note:** Version bump only for package @nftx/react diff --git a/packages/react/package.json b/packages/react/package.json index bf9f1d6..fa1917e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/react", - "version": "1.15.3", + "version": "1.15.4", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -32,7 +32,7 @@ "viem": "^1.16.6" }, "devDependencies": { - "nftx.js": "^1.15.3", + "nftx.js": "^1.15.4", "react": "^18.0.0" }, "peerDependencies": { diff --git a/packages/subgraph/CHANGELOG.md b/packages/subgraph/CHANGELOG.md index 2013e2f..4a65b7c 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.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 + + + + + # [1.15.0](https://github.com/NFTX-project/nftxjs/compare/v1.14.2...v1.15.0) (2024-02-12) **Note:** Version bump only for package @nftx/subgraph diff --git a/packages/subgraph/package.json b/packages/subgraph/package.json index d90a71d..f6dad02 100644 --- a/packages/subgraph/package.json +++ b/packages/subgraph/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/subgraph", - "version": "1.15.0", + "version": "1.15.4", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs#readme", "license": "MIT", @@ -29,12 +29,12 @@ }, "sideEffects": false, "dependencies": { - "@nftx/config": "^1.15.0", - "@nftx/constants": "^1.14.0", + "@nftx/config": "^1.15.4", + "@nftx/constants": "^1.15.4", "@nftx/errors": "^1.6.0", - "@nftx/utils": "^1.15.0" + "@nftx/utils": "^1.15.4" }, "devDependencies": { - "@nftx/types": "^1.14.0" + "@nftx/types": "^1.15.4" } } diff --git a/packages/trade/CHANGELOG.md b/packages/trade/CHANGELOG.md index cb946ee..a965b92 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.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 + + + + + # [1.15.0](https://github.com/NFTX-project/nftxjs/compare/v1.14.2...v1.15.0) (2024-02-12) **Note:** Version bump only for package @nftx/trade diff --git a/packages/trade/package.json b/packages/trade/package.json index 713f60a..d110365 100644 --- a/packages/trade/package.json +++ b/packages/trade/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/trade", - "version": "1.15.0", + "version": "1.15.4", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT", @@ -25,11 +25,11 @@ }, "dependencies": { "@nftx/abi": "^1.1.2", - "@nftx/config": "^1.15.0", - "@nftx/constants": "^1.14.0", + "@nftx/config": "^1.15.4", + "@nftx/constants": "^1.15.4", "@nftx/errors": "^1.6.0", - "@nftx/types": "^1.14.0", - "@nftx/utils": "^1.15.0", + "@nftx/types": "^1.15.4", + "@nftx/utils": "^1.15.4", "viem": "^1.16.6" }, "bugs": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index c00ee3c..f0f12a8 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.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 + + + + + # [1.14.0](https://github.com/NFTX-project/nftxjs/compare/v1.13.2...v1.14.0) (2024-02-01) diff --git a/packages/types/package.json b/packages/types/package.json index 3d8a570..586b5e5 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/types", - "version": "1.14.0", + "version": "1.15.4", "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.14.0", + "@nftx/constants": "^1.15.4", "abitype": "0.9.8", "viem": "^1.16.6" }, diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 3ba9884..2a5fa5c 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.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 + + + + + # [1.15.0](https://github.com/NFTX-project/nftxjs/compare/v1.14.2...v1.15.0) (2024-02-12) **Note:** Version bump only for package @nftx/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index ce70999..2745d62 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/utils", - "version": "1.15.0", + "version": "1.15.4", "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.0", - "@nftx/constants": "^1.14.0", + "@nftx/config": "^1.15.4", + "@nftx/constants": "^1.15.4", "@nftx/errors": "^1.6.0", - "@nftx/types": "^1.14.0", + "@nftx/types": "^1.15.4", "abitype": "0.9.8", "keccak256": "^1.0.6", "merkletreejs": "^0.2.32",