Skip to content

Commit

Permalink
v3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jul 22, 2024
1 parent 60befc6 commit 609466f
Show file tree
Hide file tree
Showing 18 changed files with 100 additions and 22 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.

## [3.7.3](https://github.com/NFTX-project/nftxjs/compare/v3.7.2...v3.7.3) (2024-07-22)


### Bug Fixes

* incorrect content type being set ([60befc6](https://github.com/NFTX-project/nftxjs/commit/60befc69912be900941dbd7be7b2be04c2b7df64))





## [3.7.2](https://github.com/NFTX-project/nftxjs/compare/v3.7.1...v3.7.2) (2024-07-22)


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": "3.7.2",
"version": "3.7.3",
"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.

## [3.7.3](https://github.com/NFTX-project/nftxjs/compare/v3.7.2...v3.7.3) (2024-07-22)

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





## [3.7.2](https://github.com/NFTX-project/nftxjs/compare/v3.7.1...v3.7.2) (2024-07-22)

**Note:** Version bump only for package @nftx/api
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/api",
"version": "3.7.2",
"version": "3.7.3",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"@nftx/config": "^3.4.3",
"@nftx/errors": "^3.0.0",
"@nftx/types": "^3.4.3",
"@nftx/utils": "^3.7.2",
"@nftx/utils": "^3.7.3",
"viem": "^1.16.6"
},
"bugs": {
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.

## [3.7.3](https://github.com/NFTX-project/nftxjs/compare/v3.7.2...v3.7.3) (2024-07-22)

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





## [3.7.2](https://github.com/NFTX-project/nftxjs/compare/v3.7.1...v3.7.2) (2024-07-22)

**Note:** Version bump only for package @nftx/core
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/core",
"version": "3.7.2",
"version": "3.7.3",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down Expand Up @@ -29,10 +29,10 @@
"@nftx/config": "^3.4.3",
"@nftx/constants": "^3.4.3",
"@nftx/errors": "^3.0.0",
"@nftx/subgraph": "^3.7.2",
"@nftx/trade": "^3.7.2",
"@nftx/subgraph": "^3.7.3",
"@nftx/trade": "^3.7.3",
"@nftx/types": "^3.4.3",
"@nftx/utils": "^3.7.2",
"@nftx/utils": "^3.7.3",
"@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.

## [3.7.3](https://github.com/NFTX-project/nftxjs/compare/v3.7.2...v3.7.3) (2024-07-22)

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





## [3.7.2](https://github.com/NFTX-project/nftxjs/compare/v3.7.1...v3.7.2) (2024-07-22)

**Note:** Version bump only for package nftx.js
Expand Down
10 changes: 5 additions & 5 deletions packages/nftx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nftx.js",
"version": "3.7.2",
"version": "3.7.3",
"author": "Jack Ellis <[email protected]>",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
Expand All @@ -27,14 +27,14 @@
},
"sideEffects": false,
"dependencies": {
"@nftx/api": "^3.7.2",
"@nftx/api": "^3.7.3",
"@nftx/config": "^3.4.3",
"@nftx/constants": "^3.4.3",
"@nftx/errors": "^3.0.0",
"@nftx/subgraph": "^3.7.2",
"@nftx/trade": "^3.7.2",
"@nftx/subgraph": "^3.7.3",
"@nftx/trade": "^3.7.3",
"@nftx/types": "^3.4.3",
"@nftx/utils": "^3.7.2",
"@nftx/utils": "^3.7.3",
"ethers": "^5.6.4"
}
}
11 changes: 11 additions & 0 deletions packages/query/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.

## [3.7.3](https://github.com/NFTX-project/nftxjs/compare/v3.7.2...v3.7.3) (2024-07-22)


### Bug Fixes

* incorrect content type being set ([60befc6](https://github.com/NFTX-project/nftxjs/commit/60befc69912be900941dbd7be7b2be04c2b7df64))





## [3.7.2](https://github.com/NFTX-project/nftxjs/compare/v3.7.1...v3.7.2) (2024-07-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/query",
"version": "3.7.2",
"version": "3.7.3",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
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.

## [3.7.3](https://github.com/NFTX-project/nftxjs/compare/v3.7.2...v3.7.3) (2024-07-22)

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





## [3.7.2](https://github.com/NFTX-project/nftxjs/compare/v3.7.1...v3.7.2) (2024-07-22)

**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": "3.7.2",
"version": "3.7.3",
"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": "^3.7.2",
"nftx.js": "^3.7.3",
"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.

## [3.7.3](https://github.com/NFTX-project/nftxjs/compare/v3.7.2...v3.7.3) (2024-07-22)

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





## [3.7.2](https://github.com/NFTX-project/nftxjs/compare/v3.7.1...v3.7.2) (2024-07-22)

**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": "3.7.2",
"version": "3.7.3",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@nftx/config": "^3.4.3",
"@nftx/constants": "^3.4.3",
"@nftx/errors": "^3.0.0",
"@nftx/query": "^3.7.2",
"@nftx/utils": "^3.7.2"
"@nftx/query": "^3.7.3",
"@nftx/utils": "^3.7.3"
},
"devDependencies": {
"@nftx/types": "^3.4.3"
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.

## [3.7.3](https://github.com/NFTX-project/nftxjs/compare/v3.7.2...v3.7.3) (2024-07-22)

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





## [3.7.2](https://github.com/NFTX-project/nftxjs/compare/v3.7.1...v3.7.2) (2024-07-22)

**Note:** Version bump only for package @nftx/trade
Expand Down
4 changes: 2 additions & 2 deletions packages/trade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/trade",
"version": "3.7.2",
"version": "3.7.3",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@nftx/constants": "^3.4.3",
"@nftx/errors": "^3.0.0",
"@nftx/types": "^3.4.3",
"@nftx/utils": "^3.7.2",
"@nftx/utils": "^3.7.3",
"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.

## [3.7.3](https://github.com/NFTX-project/nftxjs/compare/v3.7.2...v3.7.3) (2024-07-22)

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





## [3.7.2](https://github.com/NFTX-project/nftxjs/compare/v3.7.1...v3.7.2) (2024-07-22)

**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": "3.7.2",
"version": "3.7.3",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@nftx/config": "^3.4.3",
"@nftx/constants": "^3.4.3",
"@nftx/errors": "^3.0.0",
"@nftx/query": "^3.7.2",
"@nftx/query": "^3.7.3",
"@nftx/types": "^3.4.3",
"abitype": "0.9.8",
"keccak256": "^1.0.6",
Expand Down

0 comments on commit 609466f

Please sign in to comment.