Skip to content

Commit

Permalink
v1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jan 11, 2024
1 parent a819085 commit a2ac5dc
Show file tree
Hide file tree
Showing 20 changed files with 128 additions and 28 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.2](https://github.com/NFTX-project/nftxjs/compare/v1.10.1...v1.10.2) (2024-01-11)


### Bug Fixes

* get position manager address directly from subgraph ([6bdf681](https://github.com/NFTX-project/nftxjs/commit/6bdf6817f4e0ce204c3c2aa0ae3d30d883f81679))
* return contract address in quotes ([a819085](https://github.com/NFTX-project/nftxjs/commit/a8190850b98c189d8ab05905c239a1364e44c80b))
* store pool router used to create position ([83fb739](https://github.com/NFTX-project/nftxjs/commit/83fb739be5e38ce72dceadc59a2a2254a570a21f))





## [1.10.1](https://github.com/NFTX-project/nftxjs/compare/v1.10.0...v1.10.1) (2024-01-09)

**Note:** Version bump only for package nftxjs
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.10.1",
"version": "1.10.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.10.2](https://github.com/NFTX-project/nftxjs/compare/v1.10.1...v1.10.2) (2024-01-11)

**Note:** Version bump only for package @nftx/api





## [1.10.1](https://github.com/NFTX-project/nftxjs/compare/v1.10.0...v1.10.1) (2024-01-09)

**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.10.1",
"version": "1.10.2",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand All @@ -26,8 +26,8 @@
"dependencies": {
"@nftx/config": "^1.9.1",
"@nftx/errors": "^1.6.0",
"@nftx/types": "^1.10.0",
"@nftx/utils": "^1.10.1",
"@nftx/types": "^1.10.2",
"@nftx/utils": "^1.10.2",
"viem": "^1.16.6"
},
"bugs": {
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.2](https://github.com/NFTX-project/nftxjs/compare/v1.10.1...v1.10.2) (2024-01-11)


### Bug Fixes

* get position manager address directly from subgraph ([6bdf681](https://github.com/NFTX-project/nftxjs/commit/6bdf6817f4e0ce204c3c2aa0ae3d30d883f81679))
* store pool router used to create position ([83fb739](https://github.com/NFTX-project/nftxjs/commit/83fb739be5e38ce72dceadc59a2a2254a570a21f))





## [1.10.1](https://github.com/NFTX-project/nftxjs/compare/v1.10.0...v1.10.1) (2024-01-09)

**Note:** Version bump only for package @nftx/core
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.10.1",
"version": "1.10.2",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down Expand Up @@ -29,10 +29,10 @@
"@nftx/config": "^1.9.1",
"@nftx/constants": "^1.9.1",
"@nftx/errors": "^1.6.0",
"@nftx/subgraph": "^1.10.1",
"@nftx/trade": "^1.10.1",
"@nftx/types": "^1.10.0",
"@nftx/utils": "^1.10.1",
"@nftx/subgraph": "^1.10.2",
"@nftx/trade": "^1.10.2",
"@nftx/types": "^1.10.2",
"@nftx/utils": "^1.10.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.10.2](https://github.com/NFTX-project/nftxjs/compare/v1.10.1...v1.10.2) (2024-01-11)

**Note:** Version bump only for package nftx.js





## [1.10.1](https://github.com/NFTX-project/nftxjs/compare/v1.10.0...v1.10.1) (2024-01-09)

**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.10.1",
"version": "1.10.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.10.1",
"@nftx/api": "^1.10.2",
"@nftx/config": "^1.9.1",
"@nftx/constants": "^1.9.1",
"@nftx/errors": "^1.6.0",
"@nftx/subgraph": "^1.10.1",
"@nftx/trade": "^1.10.1",
"@nftx/types": "^1.10.0",
"@nftx/utils": "^1.10.1",
"@nftx/subgraph": "^1.10.2",
"@nftx/trade": "^1.10.2",
"@nftx/types": "^1.10.2",
"@nftx/utils": "^1.10.2",
"ethers": "^5.6.4"
}
}
11 changes: 11 additions & 0 deletions packages/queue/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.10.2](https://github.com/NFTX-project/nftxjs/compare/v1.10.1...v1.10.2) (2024-01-11)


### Bug Fixes

* store pool router used to create position ([83fb739](https://github.com/NFTX-project/nftxjs/commit/83fb739be5e38ce72dceadc59a2a2254a570a21f))





# [1.10.0](https://github.com/NFTX-project/nftxjs/compare/v1.9.1...v1.10.0) (2024-01-08)

**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.10.0",
"version": "1.10.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.9.1",
"@nftx/types": "^1.10.0",
"@nftx/types": "^1.10.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.10.2](https://github.com/NFTX-project/nftxjs/compare/v1.10.1...v1.10.2) (2024-01-11)

**Note:** Version bump only for package @nftx/react





## [1.10.1](https://github.com/NFTX-project/nftxjs/compare/v1.10.0...v1.10.1) (2024-01-09)

**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.10.1",
"version": "1.10.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.10.1",
"nftx.js": "^1.10.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.10.2](https://github.com/NFTX-project/nftxjs/compare/v1.10.1...v1.10.2) (2024-01-11)

**Note:** Version bump only for package @nftx/subgraph





## [1.10.1](https://github.com/NFTX-project/nftxjs/compare/v1.10.0...v1.10.1) (2024-01-09)

**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.10.1",
"version": "1.10.2",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
Expand Down Expand Up @@ -32,9 +32,9 @@
"@nftx/config": "^1.9.1",
"@nftx/constants": "^1.9.1",
"@nftx/errors": "^1.6.0",
"@nftx/utils": "^1.10.1"
"@nftx/utils": "^1.10.2"
},
"devDependencies": {
"@nftx/types": "^1.10.0"
"@nftx/types": "^1.10.2"
}
}
11 changes: 11 additions & 0 deletions packages/trade/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.10.2](https://github.com/NFTX-project/nftxjs/compare/v1.10.1...v1.10.2) (2024-01-11)


### Bug Fixes

* return contract address in quotes ([a819085](https://github.com/NFTX-project/nftxjs/commit/a8190850b98c189d8ab05905c239a1364e44c80b))





## [1.10.1](https://github.com/NFTX-project/nftxjs/compare/v1.10.0...v1.10.1) (2024-01-09)

**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.10.1",
"version": "1.10.2",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@nftx/config": "^1.9.1",
"@nftx/constants": "^1.9.1",
"@nftx/errors": "^1.6.0",
"@nftx/types": "^1.10.0",
"@nftx/utils": "^1.10.1",
"@nftx/types": "^1.10.2",
"@nftx/utils": "^1.10.2",
"viem": "^1.16.6"
},
"bugs": {
Expand Down
13 changes: 13 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.2](https://github.com/NFTX-project/nftxjs/compare/v1.10.1...v1.10.2) (2024-01-11)


### Bug Fixes

* get position manager address directly from subgraph ([6bdf681](https://github.com/NFTX-project/nftxjs/commit/6bdf6817f4e0ce204c3c2aa0ae3d30d883f81679))
* return contract address in quotes ([a819085](https://github.com/NFTX-project/nftxjs/commit/a8190850b98c189d8ab05905c239a1364e44c80b))
* store pool router used to create position ([83fb739](https://github.com/NFTX-project/nftxjs/commit/83fb739be5e38ce72dceadc59a2a2254a570a21f))





# [1.10.0](https://github.com/NFTX-project/nftxjs/compare/v1.9.1...v1.10.0) (2024-01-08)


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.10.0",
"version": "1.10.2",
"description": " ",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/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.10.2](https://github.com/NFTX-project/nftxjs/compare/v1.10.1...v1.10.2) (2024-01-11)

**Note:** Version bump only for package @nftx/utils





## [1.10.1](https://github.com/NFTX-project/nftxjs/compare/v1.10.0...v1.10.1) (2024-01-09)

**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.10.1",
"version": "1.10.2",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@nftx/config": "^1.9.1",
"@nftx/constants": "^1.9.1",
"@nftx/errors": "^1.6.0",
"@nftx/types": "^1.10.0",
"@nftx/types": "^1.10.2",
"abitype": "0.9.8",
"keccak256": "^1.0.6",
"merkletreejs": "^0.2.32",
Expand Down

0 comments on commit a2ac5dc

Please sign in to comment.