Skip to content

Commit

Permalink
release: 1.0.0 beta.63 (#323)
Browse files Browse the repository at this point in the history
* chore: release 1.0.0-beta.63

* chore: update changelog
  • Loading branch information
amacar authored Jul 2, 2021
1 parent 2093842 commit 4b69b21
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [1.0.0-beta.63](https://github.com/protokol/nft/compare/1.0.0-beta.62...1.0.0-beta.63)

> 2 July 2021
- feat(nft-indexer-api): enable configuration version [`#322`](https://github.com/protokol/nft/pull/322)
- chore: release 1.0.0-beta.63 [`de77956`](https://github.com/protokol/nft/commit/de7795688a6d14c47a7b45ab5e8ac22c66976449)

#### [1.0.0-beta.62](https://github.com/protokol/nft/compare/1.0.0-beta.61...1.0.0-beta.62)

> 2 July 2021
- release: 1.0.0 beta.62 [`#321`](https://github.com/protokol/nft/pull/321)
- feat(nft-indexer-api): nft-indexer implementation [`#319`](https://github.com/protokol/nft/pull/319)
- chore(deps): update dependency prettier to v2.3.2 [`#320`](https://github.com/protokol/nft/pull/320)
- chore(deps): update dependency typedoc to ~0.21.0 [`#317`](https://github.com/protokol/nft/pull/317)
Expand All @@ -18,7 +26,6 @@ All notable changes to this project will be documented in this file. Dates are d
- chore(deps): update dependency jest to v27 [`#310`](https://github.com/protokol/nft/pull/310)
- chore(deps): update dependency eslint to v7.27.0 [`#309`](https://github.com/protokol/nft/pull/309)
- chore(deps): update dependency @types/semver to v7.3.6 [`#308`](https://github.com/protokol/nft/pull/308)
- chore: release 1.0.0-beta.62 [`3ea2b12`](https://github.com/protokol/nft/commit/3ea2b12982fdc4bc5d9d476f8aaab2ec88e142ba)

#### [1.0.0-beta.61](https://github.com/protokol/nft/compare/1.0.0-beta.60...1.0.0-beta.61)

Expand Down
2 changes: 1 addition & 1 deletion packages/nft-base-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protokol/nft-base-api",
"version": "1.0.0-beta.62",
"version": "1.0.0-beta.63",
"description": "REST API For Base NFT Functionality",
"license": "CC-BY-NC-SA-4.0",
"homepage": "https://docs.protokol.com/nft/",
Expand Down
2 changes: 1 addition & 1 deletion packages/nft-base-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protokol/nft-base-crypto",
"version": "1.0.0-beta.62",
"version": "1.0.0-beta.63",
"description": "Transaction Builders For Base NFT Transaction Types",
"license": "CC-BY-NC-SA-4.0",
"homepage": "https://docs.protokol.com/nft/",
Expand Down
2 changes: 1 addition & 1 deletion packages/nft-base-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protokol/nft-base-transactions",
"version": "1.0.0-beta.62",
"version": "1.0.0-beta.63",
"description": "Transaction Types For Base NFT Core Support",
"license": "CC-BY-NC-SA-4.0",
"homepage": "https://docs.protokol.com/nft/",
Expand Down
2 changes: 1 addition & 1 deletion packages/nft-exchange-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protokol/nft-exchange-api",
"version": "1.0.0-beta.62",
"version": "1.0.0-beta.63",
"description": "REST API For Exchange NFT Functionality",
"license": "CC-BY-NC-SA-4.0",
"homepage": "https://docs.protokol.com/nft/",
Expand Down
2 changes: 1 addition & 1 deletion packages/nft-exchange-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protokol/nft-exchange-crypto",
"version": "1.0.0-beta.62",
"version": "1.0.0-beta.63",
"description": "Transaction Builders For Exchange NFT Transaction Types",
"license": "CC-BY-NC-SA-4.0",
"homepage": "https://docs.protokol.com/nft/",
Expand Down
2 changes: 1 addition & 1 deletion packages/nft-exchange-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protokol/nft-exchange-transactions",
"version": "1.0.0-beta.62",
"version": "1.0.0-beta.63",
"description": "Transaction Types For Exchange NFT Core Support",
"license": "CC-BY-NC-SA-4.0",
"homepage": "https://docs.protokol.com/nft/",
Expand Down
2 changes: 1 addition & 1 deletion packages/nft-indexer-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protokol/nft-indexer-api",
"version": "1.0.0-beta.62",
"version": "1.0.0-beta.63",
"description": "REST API For Supporting NFT Functionality",
"license": "CC-BY-NC-SA-4.0",
"homepage": "https://docs.protokol.com/nft/",
Expand Down

0 comments on commit 4b69b21

Please sign in to comment.