Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jun 13, 2024
1 parent f8ac973 commit 1c07ba6
Show file tree
Hide file tree
Showing 20 changed files with 117 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.

# [3.3.0](https://github.com/NFTX-project/nftxjs/compare/v3.2.1...v3.3.0) (2024-06-13)


### Features

* include owned token count for collections ([f8ac973](https://github.com/NFTX-project/nftxjs/commit/f8ac97381cdf076baa43196f504d40a80f6d20bb))





## [3.2.1](https://github.com/NFTX-project/nftxjs/compare/v3.2.0...v3.2.1) (2024-06-04)


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.2.1",
"version": "3.3.0",
"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.3.0](https://github.com/NFTX-project/nftxjs/compare/v3.2.1...v3.3.0) (2024-06-13)

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





# [3.0.0](https://github.com/NFTX-project/nftxjs/compare/v2.4.0...v3.0.0) (2024-05-23)


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": "3.0.0",
"version": "3.3.0",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand All @@ -26,8 +26,8 @@
"dependencies": {
"@nftx/config": "^3.0.0",
"@nftx/errors": "^3.0.0",
"@nftx/types": "^3.0.0",
"@nftx/utils": "^3.0.0",
"@nftx/types": "^3.3.0",
"@nftx/utils": "^3.3.0",
"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.

# [3.3.0](https://github.com/NFTX-project/nftxjs/compare/v3.2.1...v3.3.0) (2024-06-13)


### Features

* include owned token count for collections ([f8ac973](https://github.com/NFTX-project/nftxjs/commit/f8ac97381cdf076baa43196f504d40a80f6d20bb))





## [3.2.1](https://github.com/NFTX-project/nftxjs/compare/v3.2.0...v3.2.1) (2024-06-04)

**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": "3.2.1",
"version": "3.3.0",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down Expand Up @@ -29,10 +29,10 @@
"@nftx/config": "^3.0.0",
"@nftx/constants": "^3.0.0",
"@nftx/errors": "^3.0.0",
"@nftx/subgraph": "^3.1.0",
"@nftx/trade": "^3.2.1",
"@nftx/types": "^3.0.0",
"@nftx/utils": "^3.0.0",
"@nftx/subgraph": "^3.3.0",
"@nftx/trade": "^3.3.0",
"@nftx/types": "^3.3.0",
"@nftx/utils": "^3.3.0",
"@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.3.0](https://github.com/NFTX-project/nftxjs/compare/v3.2.1...v3.3.0) (2024-06-13)

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





## [3.2.1](https://github.com/NFTX-project/nftxjs/compare/v3.2.0...v3.2.1) (2024-06-04)

**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": "3.2.1",
"version": "3.3.0",
"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": "^3.0.0",
"@nftx/api": "^3.3.0",
"@nftx/config": "^3.0.0",
"@nftx/constants": "^3.0.0",
"@nftx/errors": "^3.0.0",
"@nftx/subgraph": "^3.1.0",
"@nftx/trade": "^3.2.1",
"@nftx/types": "^3.0.0",
"@nftx/utils": "^3.0.0",
"@nftx/subgraph": "^3.3.0",
"@nftx/trade": "^3.3.0",
"@nftx/types": "^3.3.0",
"@nftx/utils": "^3.3.0",
"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.

# [3.3.0](https://github.com/NFTX-project/nftxjs/compare/v3.2.1...v3.3.0) (2024-06-13)

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





# [3.0.0](https://github.com/NFTX-project/nftxjs/compare/v2.4.0...v3.0.0) (2024-05-23)

**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": "3.0.0",
"version": "3.3.0",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"sideEffects": false,
"dependencies": {
"@nftx/constants": "^3.0.0",
"@nftx/types": "^3.0.0",
"@nftx/types": "^3.3.0",
"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.

# [3.3.0](https://github.com/NFTX-project/nftxjs/compare/v3.2.1...v3.3.0) (2024-06-13)

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





## [3.2.1](https://github.com/NFTX-project/nftxjs/compare/v3.2.0...v3.2.1) (2024-06-04)

**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.2.1",
"version": "3.3.0",
"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.2.1",
"nftx.js": "^3.3.0",
"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.3.0](https://github.com/NFTX-project/nftxjs/compare/v3.2.1...v3.3.0) (2024-06-13)

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





# [3.1.0](https://github.com/NFTX-project/nftxjs/compare/v3.0.0...v3.1.0) (2024-05-30)


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.1.0",
"version": "3.3.0",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
Expand Down Expand Up @@ -32,9 +32,9 @@
"@nftx/config": "^3.0.0",
"@nftx/constants": "^3.0.0",
"@nftx/errors": "^3.0.0",
"@nftx/utils": "^3.0.0"
"@nftx/utils": "^3.3.0"
},
"devDependencies": {
"@nftx/types": "^3.0.0"
"@nftx/types": "^3.3.0"
}
}
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.3.0](https://github.com/NFTX-project/nftxjs/compare/v3.2.1...v3.3.0) (2024-06-13)

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





## [3.2.1](https://github.com/NFTX-project/nftxjs/compare/v3.2.0...v3.2.1) (2024-06-04)


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": "3.2.1",
"version": "3.3.0",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@nftx/config": "^3.0.0",
"@nftx/constants": "^3.0.0",
"@nftx/errors": "^3.0.0",
"@nftx/types": "^3.0.0",
"@nftx/utils": "^3.0.0",
"@nftx/types": "^3.3.0",
"@nftx/utils": "^3.3.0",
"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.

# [3.3.0](https://github.com/NFTX-project/nftxjs/compare/v3.2.1...v3.3.0) (2024-06-13)


### Features

* include owned token count for collections ([f8ac973](https://github.com/NFTX-project/nftxjs/commit/f8ac97381cdf076baa43196f504d40a80f6d20bb))





# [3.0.0](https://github.com/NFTX-project/nftxjs/compare/v2.4.0...v3.0.0) (2024-05-23)


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": "3.0.0",
"version": "3.3.0",
"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.

# [3.3.0](https://github.com/NFTX-project/nftxjs/compare/v3.2.1...v3.3.0) (2024-06-13)

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





# [3.0.0](https://github.com/NFTX-project/nftxjs/compare/v2.4.0...v3.0.0) (2024-05-23)

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

0 comments on commit 1c07ba6

Please sign in to comment.