Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Nov 26, 2023
1 parent 07a4d33 commit 167f578
Show file tree
Hide file tree
Showing 18 changed files with 110 additions and 26 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.2.4](https://github.com/NFTX-project/nftxjs/compare/v1.2.3...v1.2.4) (2023-11-26)


### Bug Fixes

* store separate block numbers for each chain ([07a4d33](https://github.com/NFTX-project/nftxjs/commit/07a4d335ff0f530147149e5224e9640b75635e90))





## [1.2.3](https://github.com/NFTX-project/nftxjs/compare/v1.2.2...v1.2.3) (2023-11-24)


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.2.3",
"version": "1.2.4",
"useWorkspaces": true,
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions packages/api/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.2.4](https://github.com/NFTX-project/nftxjs/compare/v1.2.3...v1.2.4) (2023-11-26)


### Bug Fixes

* store separate block numbers for each chain ([07a4d33](https://github.com/NFTX-project/nftxjs/commit/07a4d335ff0f530147149e5224e9640b75635e90))





## [1.2.3](https://github.com/NFTX-project/nftxjs/compare/v1.2.2...v1.2.3) (2023-11-24)

**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.2.3",
"version": "1.2.4",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand All @@ -24,10 +24,10 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@nftx/config": "^1.1.0",
"@nftx/config": "^1.2.4",
"@nftx/errors": "^1.1.0",
"@nftx/types": "^1.2.2",
"@nftx/utils": "^1.2.3",
"@nftx/utils": "^1.2.4",
"viem": "^1.16.6"
},
"bugs": {
Expand Down
11 changes: 11 additions & 0 deletions packages/config/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.2.4](https://github.com/NFTX-project/nftxjs/compare/v1.2.3...v1.2.4) (2023-11-26)


### Bug Fixes

* store separate block numbers for each chain ([07a4d33](https://github.com/NFTX-project/nftxjs/commit/07a4d335ff0f530147149e5224e9640b75635e90))





# [1.1.0](https://github.com/NFTX-project/nftxjs/compare/v1.0.0...v1.1.0) (2023-11-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/config",
"version": "1.1.0",
"version": "1.2.4",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.2.4](https://github.com/NFTX-project/nftxjs/compare/v1.2.3...v1.2.4) (2023-11-26)

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





## [1.2.3](https://github.com/NFTX-project/nftxjs/compare/v1.2.2...v1.2.3) (2023-11-24)


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.2.3",
"version": "1.2.4",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand All @@ -26,13 +26,13 @@
},
"dependencies": {
"@nftx/abi": "^1.1.2",
"@nftx/config": "^1.1.0",
"@nftx/config": "^1.2.4",
"@nftx/constants": "^1.1.0",
"@nftx/errors": "^1.1.0",
"@nftx/subgraph": "^1.2.3",
"@nftx/trade": "^1.2.3",
"@nftx/subgraph": "^1.2.4",
"@nftx/trade": "^1.2.4",
"@nftx/types": "^1.2.2",
"@nftx/utils": "^1.2.3",
"@nftx/utils": "^1.2.4",
"@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.2.4](https://github.com/NFTX-project/nftxjs/compare/v1.2.3...v1.2.4) (2023-11-26)

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





## [1.2.3](https://github.com/NFTX-project/nftxjs/compare/v1.2.2...v1.2.3) (2023-11-24)

**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.2.3",
"version": "1.2.4",
"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.2.3",
"@nftx/config": "^1.1.0",
"@nftx/api": "^1.2.4",
"@nftx/config": "^1.2.4",
"@nftx/constants": "^1.1.0",
"@nftx/errors": "^1.1.0",
"@nftx/subgraph": "^1.2.3",
"@nftx/trade": "^1.2.3",
"@nftx/subgraph": "^1.2.4",
"@nftx/trade": "^1.2.4",
"@nftx/types": "^1.2.2",
"@nftx/utils": "^1.2.3",
"@nftx/utils": "^1.2.4",
"ethers": "^5.6.4"
}
}
11 changes: 11 additions & 0 deletions packages/react/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.2.4](https://github.com/NFTX-project/nftxjs/compare/v1.2.3...v1.2.4) (2023-11-26)


### Bug Fixes

* store separate block numbers for each chain ([07a4d33](https://github.com/NFTX-project/nftxjs/commit/07a4d335ff0f530147149e5224e9640b75635e90))





## [1.2.3](https://github.com/NFTX-project/nftxjs/compare/v1.2.2...v1.2.3) (2023-11-24)

**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.2.3",
"version": "1.2.4",
"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.2.3",
"nftx.js": "^1.2.4",
"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.2.4](https://github.com/NFTX-project/nftxjs/compare/v1.2.3...v1.2.4) (2023-11-26)

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





## [1.2.3](https://github.com/NFTX-project/nftxjs/compare/v1.2.2...v1.2.3) (2023-11-24)

**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.2.3",
"version": "1.2.4",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
Expand Down Expand Up @@ -29,10 +29,10 @@
},
"sideEffects": false,
"dependencies": {
"@nftx/config": "^1.1.0",
"@nftx/config": "^1.2.4",
"@nftx/constants": "^1.1.0",
"@nftx/errors": "^1.1.0",
"@nftx/utils": "^1.2.3"
"@nftx/utils": "^1.2.4"
},
"devDependencies": {
"@nftx/types": "^1.2.2"
Expand Down
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.2.4](https://github.com/NFTX-project/nftxjs/compare/v1.2.3...v1.2.4) (2023-11-26)

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





## [1.2.3](https://github.com/NFTX-project/nftxjs/compare/v1.2.2...v1.2.3) (2023-11-24)

**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.2.3",
"version": "1.2.4",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand All @@ -25,11 +25,11 @@
},
"dependencies": {
"@nftx/abi": "^1.1.2",
"@nftx/config": "^1.1.0",
"@nftx/config": "^1.2.4",
"@nftx/constants": "^1.1.0",
"@nftx/errors": "^1.1.0",
"@nftx/types": "^1.2.2",
"@nftx/utils": "^1.2.3",
"@nftx/utils": "^1.2.4",
"viem": "^1.16.6"
},
"bugs": {
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.2.4](https://github.com/NFTX-project/nftxjs/compare/v1.2.3...v1.2.4) (2023-11-26)

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





## [1.2.3](https://github.com/NFTX-project/nftxjs/compare/v1.2.2...v1.2.3) (2023-11-24)


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.2.3",
"version": "1.2.4",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"sideEffects": false,
"dependencies": {
"@nftx/abi": "^1.1.2",
"@nftx/config": "^1.1.0",
"@nftx/config": "^1.2.4",
"@nftx/constants": "^1.1.0",
"@nftx/errors": "^1.1.0",
"@nftx/types": "^1.2.2",
Expand Down

0 comments on commit 167f578

Please sign in to comment.