Skip to content

Commit

Permalink
v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Oct 2, 2023
1 parent b84029c commit 4b80566
Show file tree
Hide file tree
Showing 18 changed files with 107 additions and 29 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.

## [0.9.5](https://github.com/NFTX-project/nftxjs/compare/v0.9.4...v0.9.5) (2023-10-02)


### Bug Fixes

* update NFTX Subgraph endpoint ([#11](https://github.com/NFTX-project/nftxjs/issues/11)) ([b84029c](https://github.com/NFTX-project/nftxjs/commit/b84029c1039457d2fec986524c6b4ff7c5c03ef1))





## [0.9.4](https://github.com/NFTX-project/nftxjs/compare/v0.9.3...v0.9.4) (2023-08-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": "0.9.4",
"version": "0.9.5",
"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.

## [0.9.5](https://github.com/NFTX-project/nftxjs/compare/v0.9.4...v0.9.5) (2023-10-02)

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





# [0.9.0](https://github.com/NFTX-project/nftxjs/compare/v0.8.1...v0.9.0) (2023-05-26)

**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": "0.9.0",
"version": "0.9.5",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@nftx/config": "^0.9.0",
"@nftx/config": "^0.9.5",
"@nftx/types": "^0.9.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/config/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.

## [0.9.5](https://github.com/NFTX-project/nftxjs/compare/v0.9.4...v0.9.5) (2023-10-02)

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





# [0.9.0](https://github.com/NFTX-project/nftxjs/compare/v0.8.1...v0.9.0) (2023-05-26)

**Note:** Version bump only for package @nftx/config
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/config",
"version": "0.9.0",
"version": "0.9.5",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"sideEffects": false,
"dependencies": {
"@nftx/constants": "^0.9.0",
"@nftx/constants": "^0.9.5",
"deepmerge": "^4.2.2"
}
}
11 changes: 11 additions & 0 deletions packages/constants/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.

## [0.9.5](https://github.com/NFTX-project/nftxjs/compare/v0.9.4...v0.9.5) (2023-10-02)


### Bug Fixes

* update NFTX Subgraph endpoint ([#11](https://github.com/NFTX-project/nftxjs/issues/11)) ([b84029c](https://github.com/NFTX-project/nftxjs/commit/b84029c1039457d2fec986524c6b4ff7c5c03ef1))





# [0.9.0](https://github.com/NFTX-project/nftxjs/compare/v0.8.1...v0.9.0) (2023-05-26)

**Note:** Version bump only for package @nftx/constants
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/constants",
"version": "0.9.0",
"version": "0.9.5",
"description": "",
"main": "dist/cjs/constants.js",
"module": "dist/es/constants.js",
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.

## [0.9.5](https://github.com/NFTX-project/nftxjs/compare/v0.9.4...v0.9.5) (2023-10-02)

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





# [0.9.0](https://github.com/NFTX-project/nftxjs/compare/v0.8.1...v0.9.0) (2023-05-26)

**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": "0.9.0",
"version": "0.9.5",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down Expand Up @@ -31,11 +31,11 @@
"ethers": "^5.6.2"
},
"dependencies": {
"@nftx/config": "^0.9.0",
"@nftx/constants": "^0.9.0",
"@nftx/subgraph": "^0.9.0",
"@nftx/config": "^0.9.5",
"@nftx/constants": "^0.9.5",
"@nftx/subgraph": "^0.9.5",
"@nftx/types": "^0.9.0",
"@nftx/utils": "^0.9.0"
"@nftx/utils": "^0.9.5"
},
"devDependencies": {
"@ethersproject/abi": "^5.6.0",
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.

## [0.9.5](https://github.com/NFTX-project/nftxjs/compare/v0.9.4...v0.9.5) (2023-10-02)

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





## [0.9.4](https://github.com/NFTX-project/nftxjs/compare/v0.9.3...v0.9.4) (2023-08-04)

**Note:** Version bump only for package nftx.js
Expand Down
14 changes: 7 additions & 7 deletions packages/nftx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nftx.js",
"version": "0.9.4",
"version": "0.9.5",
"author": "Jack Ellis <[email protected]>",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
Expand Down Expand Up @@ -32,13 +32,13 @@
"@ethersproject/contracts": "^5.6.0",
"@ethersproject/providers": "^5.6.4",
"@ethersproject/units": "^5.6.0",
"@nftx/api": "^0.9.0",
"@nftx/config": "^0.9.0",
"@nftx/constants": "^0.9.0",
"@nftx/subgraph": "^0.9.0",
"@nftx/trade": "^0.9.4",
"@nftx/api": "^0.9.5",
"@nftx/config": "^0.9.5",
"@nftx/constants": "^0.9.5",
"@nftx/subgraph": "^0.9.5",
"@nftx/trade": "^0.9.5",
"@nftx/types": "^0.9.0",
"@nftx/utils": "^0.9.0",
"@nftx/utils": "^0.9.5",
"ethers": "^5.6.4"
}
}
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.

## [0.9.5](https://github.com/NFTX-project/nftxjs/compare/v0.9.4...v0.9.5) (2023-10-02)

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





# [0.9.0](https://github.com/NFTX-project/nftxjs/compare/v0.8.1...v0.9.0) (2023-05-26)

**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": "0.9.0",
"version": "0.9.5",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"sideEffects": false,
"dependencies": {
"@nftx/config": "^0.9.0",
"@nftx/constants": "^0.9.0"
"@nftx/config": "^0.9.5",
"@nftx/constants": "^0.9.5"
}
}
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.

## [0.9.5](https://github.com/NFTX-project/nftxjs/compare/v0.9.4...v0.9.5) (2023-10-02)

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





## [0.9.4](https://github.com/NFTX-project/nftxjs/compare/v0.9.3...v0.9.4) (2023-08-04)


Expand Down
8 changes: 4 additions & 4 deletions packages/trade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/trade",
"version": "0.9.4",
"version": "0.9.5",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down Expand Up @@ -33,10 +33,10 @@
"ethers": "^5.6.2"
},
"dependencies": {
"@nftx/config": "^0.9.0",
"@nftx/constants": "^0.9.0",
"@nftx/config": "^0.9.5",
"@nftx/constants": "^0.9.5",
"@nftx/types": "^0.9.0",
"@nftx/utils": "^0.9.0"
"@nftx/utils": "^0.9.5"
},
"devDependencies": {
"@ethersproject/abi": "^5.6.0",
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.

## [0.9.5](https://github.com/NFTX-project/nftxjs/compare/v0.9.4...v0.9.5) (2023-10-02)

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





# [0.9.0](https://github.com/NFTX-project/nftxjs/compare/v0.8.1...v0.9.0) (2023-05-26)

**Note:** Version bump only for package @nftx/utils
Expand Down
8 changes: 4 additions & 4 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/utils",
"version": "0.9.0",
"version": "0.9.5",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down Expand Up @@ -47,9 +47,9 @@
},
"sideEffects": false,
"dependencies": {
"@nftx/config": "^0.9.0",
"@nftx/constants": "^0.9.0",
"@nftx/subgraph": "^0.9.0",
"@nftx/config": "^0.9.5",
"@nftx/constants": "^0.9.5",
"@nftx/subgraph": "^0.9.5",
"@nftx/types": "^0.9.0",
"keccak256": "^1.0.6",
"merkletreejs": "^0.2.32"
Expand Down

0 comments on commit 4b80566

Please sign in to comment.