Skip to content

Commit

Permalink
v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jul 12, 2024
1 parent e655d64 commit 4655e9d
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.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12)


### Bug Fixes

* missing return type ([e655d64](https://github.com/NFTX-project/nftxjs/commit/e655d641afc39b8b60be3776f2b44d7599d9d5e8))





# [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12)


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.6.0",
"version": "3.6.1",
"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.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12)

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





# [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12)

**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.6.0",
"version": "3.6.1",
"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.6.0",
"@nftx/utils": "^3.6.1",
"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.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12)

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





# [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12)

**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.6.0",
"version": "3.6.1",
"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.6.0",
"@nftx/trade": "^3.6.0",
"@nftx/subgraph": "^3.6.1",
"@nftx/trade": "^3.6.1",
"@nftx/types": "^3.4.3",
"@nftx/utils": "^3.6.0",
"@nftx/utils": "^3.6.1",
"@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.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12)

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





# [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12)

**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.6.0",
"version": "3.6.1",
"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.6.0",
"@nftx/api": "^3.6.1",
"@nftx/config": "^3.4.3",
"@nftx/constants": "^3.4.3",
"@nftx/errors": "^3.0.0",
"@nftx/subgraph": "^3.6.0",
"@nftx/trade": "^3.6.0",
"@nftx/subgraph": "^3.6.1",
"@nftx/trade": "^3.6.1",
"@nftx/types": "^3.4.3",
"@nftx/utils": "^3.6.0",
"@nftx/utils": "^3.6.1",
"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.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12)


### Bug Fixes

* missing return type ([e655d64](https://github.com/NFTX-project/nftxjs/commit/e655d641afc39b8b60be3776f2b44d7599d9d5e8))





# [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12)


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.6.0",
"version": "3.6.1",
"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.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12)

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





# [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12)

**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.6.0",
"version": "3.6.1",
"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.6.0",
"nftx.js": "^3.6.1",
"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.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12)

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





# [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12)


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.6.0",
"version": "3.6.1",
"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.6.0",
"@nftx/utils": "^3.6.0"
"@nftx/query": "^3.6.1",
"@nftx/utils": "^3.6.1"
},
"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.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12)

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





# [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12)

**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.6.0",
"version": "3.6.1",
"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.6.0",
"@nftx/utils": "^3.6.1",
"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.6.1](https://github.com/NFTX-project/nftxjs/compare/v3.6.0...v3.6.1) (2024-07-12)

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





# [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12)


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.6.0",
"version": "3.6.1",
"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.6.0",
"@nftx/query": "^3.6.1",
"@nftx/types": "^3.4.3",
"abitype": "0.9.8",
"keccak256": "^1.0.6",
Expand Down

0 comments on commit 4655e9d

Please sign in to comment.