Skip to content

Commit

Permalink
v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Dec 16, 2023
1 parent add35e1 commit d84b8b3
Show file tree
Hide file tree
Showing 20 changed files with 120 additions and 28 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.8.1",
"version": "1.8.2",
"useWorkspaces": true,
"command": {
"publish": {
Expand Down
8 changes: 8 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/nftx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions packages/nftx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nftx.js",
"version": "1.8.0",
"version": "1.8.2",
"author": "Jack Ellis <jack.m.ellis@hotmail.co.uk>",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
Expand All @@ -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"
}
}
8 changes: 8 additions & 0 deletions packages/queue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/queue/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -32,7 +32,7 @@
"viem": "^1.16.6"
},
"devDependencies": {
"nftx.js": "^1.8.0",
"nftx.js": "^1.8.2",
"react": "^18.0.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/subgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/subgraph/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}
8 changes: 8 additions & 0 deletions packages/trade/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/trade/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d84b8b3

Please sign in to comment.