Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Dec 21, 2022
1 parent 62d3689 commit 71eab7a
Show file tree
Hide file tree
Showing 20 changed files with 102 additions and 16 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.1.8](https://github.com/NFTX-project/nftxjs/compare/v0.1.7...v0.1.8) (2022-12-21)


### Bug Fixes

* **@nftx/types:** not pushing dist folder to npm ([bb3f562](https://github.com/NFTX-project/nftxjs/commit/bb3f5627df38cf91838fac61f817ecccc0bca7dd))





## [0.1.7](https://github.com/NFTX-project/nftxjs/compare/v0.1.6...v0.1.7) (2022-12-20)


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.1.7",
"version": "0.1.8",
"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.1.8](https://github.com/NFTX-project/nftxjs/compare/v0.1.7...v0.1.8) (2022-12-21)

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





## [0.1.7](https://github.com/NFTX-project/nftxjs/compare/v0.1.6...v0.1.7) (2022-12-20)

**Note:** Version bump only for package @nftx/api
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/api",
"version": "0.1.7",
"version": "0.1.8",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
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.1.8](https://github.com/NFTX-project/nftxjs/compare/v0.1.7...v0.1.8) (2022-12-21)

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





## [0.1.5](https://github.com/NFTX-project/nftxjs/compare/v0.1.4...v0.1.5) (2022-12-20)

**Note:** Version bump only for package @nftx/config
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/config",
"version": "0.1.5",
"version": "0.1.8",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
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.1.8](https://github.com/NFTX-project/nftxjs/compare/v0.1.7...v0.1.8) (2022-12-21)

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





## [0.1.7](https://github.com/NFTX-project/nftxjs/compare/v0.1.6...v0.1.7) (2022-12-20)

**Note:** Version bump only for package @nftx/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/core",
"version": "0.1.7",
"version": "0.1.8",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
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.1.8](https://github.com/NFTX-project/nftxjs/compare/v0.1.7...v0.1.8) (2022-12-21)

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





## [0.1.7](https://github.com/NFTX-project/nftxjs/compare/v0.1.6...v0.1.7) (2022-12-20)

**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.1.7",
"version": "0.1.8",
"author": "Jack Ellis <jack.m.ellis@hotmail.co.uk>",
"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.1.7",
"@nftx/config": "^0.1.5",
"@nftx/api": "^0.1.8",
"@nftx/config": "^0.1.8",
"@nftx/constants": "^0.1.5",
"@nftx/subgraph": "^0.1.5",
"@nftx/trade": "^0.1.7",
"@nftx/types": "^0.1.7",
"@nftx/utils": "^0.1.7",
"@nftx/subgraph": "^0.1.8",
"@nftx/trade": "^0.1.8",
"@nftx/types": "^0.1.8",
"@nftx/utils": "^0.1.8",
"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.

## [0.1.8](https://github.com/NFTX-project/nftxjs/compare/v0.1.7...v0.1.8) (2022-12-21)

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





## [0.1.7](https://github.com/NFTX-project/nftxjs/compare/v0.1.6...v0.1.7) (2022-12-20)

**Note:** Version bump only for package @nftx/react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/react",
"version": "0.1.7",
"version": "0.1.8",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
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.

## [0.1.8](https://github.com/NFTX-project/nftxjs/compare/v0.1.7...v0.1.8) (2022-12-21)

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





## [0.1.5](https://github.com/NFTX-project/nftxjs/compare/v0.1.4...v0.1.5) (2022-12-20)

**Note:** Version bump only for package @nftx/subgraph
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/subgraph",
"version": "0.1.5",
"version": "0.1.8",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
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.

## [0.1.8](https://github.com/NFTX-project/nftxjs/compare/v0.1.7...v0.1.8) (2022-12-21)

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





## [0.1.7](https://github.com/NFTX-project/nftxjs/compare/v0.1.6...v0.1.7) (2022-12-20)

**Note:** Version bump only for package @nftx/trade
Expand Down
2 changes: 1 addition & 1 deletion packages/trade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftx/trade",
"version": "0.1.7",
"version": "0.1.8",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
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.

## [0.1.8](https://github.com/NFTX-project/nftxjs/compare/v0.1.7...v0.1.8) (2022-12-21)


### Bug Fixes

* **@nftx/types:** not pushing dist folder to npm ([bb3f562](https://github.com/NFTX-project/nftxjs/commit/bb3f5627df38cf91838fac61f817ecccc0bca7dd))





## [0.1.7](https://github.com/NFTX-project/nftxjs/compare/v0.1.6...v0.1.7) (2022-12-20)


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": "0.1.7",
"version": "0.1.8",
"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.

## [0.1.8](https://github.com/NFTX-project/nftxjs/compare/v0.1.7...v0.1.8) (2022-12-21)

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





## [0.1.7](https://github.com/NFTX-project/nftxjs/compare/v0.1.6...v0.1.7) (2022-12-20)

**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": "0.1.7",
"version": "0.1.8",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs",
"license": "MIT",
Expand Down

0 comments on commit 71eab7a

Please sign in to comment.