Skip to content

Commit

Permalink
v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jan 9, 2024
1 parent ec23c33 commit a1e12dc
Show file tree
Hide file tree
Showing 16 changed files with 83 additions and 19 deletions.
8 changes: 8 additions & 0 deletions 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.1](https://github.com/NFTX-project/nftxjs/compare/v1.10.0...v1.10.1) (2024-01-09)

**Note:** Version bump only for package nftxjs





# [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 lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.10.0",
"version": "1.10.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.

## [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





# [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/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": "1.10.0",
"version": "1.10.1",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"@nftx/config": "^1.9.1",
"@nftx/errors": "^1.6.0",
"@nftx/types": "^1.10.0",
"@nftx/utils": "^1.10.0",
"@nftx/utils": "^1.10.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.

## [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





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


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": "1.10.0",
"version": "1.10.1",
"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.0",
"@nftx/trade": "^1.10.0",
"@nftx/subgraph": "^1.10.1",
"@nftx/trade": "^1.10.1",
"@nftx/types": "^1.10.0",
"@nftx/utils": "^1.10.0",
"@nftx/utils": "^1.10.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.

## [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





# [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.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": "1.10.0",
"version": "1.10.1",
"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.0",
"@nftx/api": "^1.10.1",
"@nftx/config": "^1.9.1",
"@nftx/constants": "^1.9.1",
"@nftx/errors": "^1.6.0",
"@nftx/subgraph": "^1.10.0",
"@nftx/trade": "^1.10.0",
"@nftx/subgraph": "^1.10.1",
"@nftx/trade": "^1.10.1",
"@nftx/types": "^1.10.0",
"@nftx/utils": "^1.10.0",
"@nftx/utils": "^1.10.1",
"ethers": "^5.6.4"
}
}
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.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





# [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/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.0",
"version": "1.10.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": "^1.10.0",
"nftx.js": "^1.10.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.

## [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





# [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/subgraph
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "1.10.1",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@nftx/config": "^1.9.1",
"@nftx/constants": "^1.9.1",
"@nftx/errors": "^1.6.0",
"@nftx/utils": "^1.10.0"
"@nftx/utils": "^1.10.1"
},
"devDependencies": {
"@nftx/types": "^1.10.0"
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.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





# [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/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": "1.10.0",
"version": "1.10.1",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@nftx/constants": "^1.9.1",
"@nftx/errors": "^1.6.0",
"@nftx/types": "^1.10.0",
"@nftx/utils": "^1.10.0",
"@nftx/utils": "^1.10.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.

## [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





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

0 comments on commit a1e12dc

Please sign in to comment.