Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jan 10, 2023
1 parent d5541c1 commit 3332a41
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 10 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.2.3](https://github.com/NFTX-project/nftxjs/compare/v0.2.2...v0.2.3) (2023-01-10)


### Bug Fixes

* bump gas by 7% ([d5541c1](https://github.com/NFTX-project/nftxjs/commit/d5541c103ce252dcc290692c5031889ba68a9be3))





## [0.2.2](https://github.com/NFTX-project/nftxjs/compare/v0.2.1...v0.2.2) (2023-01-10)


Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": ["packages/*"],
"version": "0.2.2",
"packages": [
"packages/*"
],
"version": "0.2.3",
"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.2.3](https://github.com/NFTX-project/nftxjs/compare/v0.2.2...v0.2.3) (2023-01-10)

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





# [0.2.0](https://github.com/NFTX-project/nftxjs/compare/v0.1.10...v0.2.0) (2023-01-09)

**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.2.0",
"version": "0.2.3",
"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.2.3](https://github.com/NFTX-project/nftxjs/compare/v0.2.2...v0.2.3) (2023-01-10)

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





# [0.2.0](https://github.com/NFTX-project/nftxjs/compare/v0.1.10...v0.2.0) (2023-01-09)

**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.2.0",
"version": "0.2.3",
"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.2.3](https://github.com/NFTX-project/nftxjs/compare/v0.2.2...v0.2.3) (2023-01-10)

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





## [0.2.2](https://github.com/NFTX-project/nftxjs/compare/v0.2.1...v0.2.2) (2023-01-10)

**Note:** Version bump only for package nftx.js
Expand Down
8 changes: 4 additions & 4 deletions packages/nftx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nftx.js",
"version": "0.2.2",
"version": "0.2.3",
"author": "Jack Ellis <jack.m.ellis@hotmail.co.uk>",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
Expand Down Expand Up @@ -32,11 +32,11 @@
"@ethersproject/contracts": "^5.6.0",
"@ethersproject/providers": "^5.6.4",
"@ethersproject/units": "^5.6.0",
"@nftx/api": "^0.2.0",
"@nftx/config": "^0.2.0",
"@nftx/api": "^0.2.3",
"@nftx/config": "^0.2.3",
"@nftx/constants": "^0.2.2",
"@nftx/subgraph": "^0.2.0",
"@nftx/trade": "^0.2.2",
"@nftx/trade": "^0.2.3",
"@nftx/types": "^0.2.0",
"@nftx/utils": "^0.2.0",
"ethers": "^5.6.4"
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.

## [0.2.3](https://github.com/NFTX-project/nftxjs/compare/v0.2.2...v0.2.3) (2023-01-10)

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





# [0.2.0](https://github.com/NFTX-project/nftxjs/compare/v0.1.10...v0.2.0) (2023-01-09)

**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.2.0",
"version": "0.2.3",
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/trade/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.2.3](https://github.com/NFTX-project/nftxjs/compare/v0.2.2...v0.2.3) (2023-01-10)


### Bug Fixes

* bump gas by 7% ([d5541c1](https://github.com/NFTX-project/nftxjs/commit/d5541c103ce252dcc290692c5031889ba68a9be3))





## [0.2.2](https://github.com/NFTX-project/nftxjs/compare/v0.2.1...v0.2.2) (2023-01-10)


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

0 comments on commit 3332a41

Please sign in to comment.