Skip to content

Commit 4b69b21

Browse files
authored
release: 1.0.0 beta.63 (#323)
* chore: release 1.0.0-beta.63 * chore: update changelog
1 parent 2093842 commit 4b69b21

File tree

8 files changed

+15
-8
lines changed

8 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22

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

5+
#### [1.0.0-beta.63](https://github.com/protokol/nft/compare/1.0.0-beta.62...1.0.0-beta.63)
6+
7+
> 2 July 2021
8+
9+
- feat(nft-indexer-api): enable configuration version [`#322`](https://github.com/protokol/nft/pull/322)
10+
- chore: release 1.0.0-beta.63 [`de77956`](https://github.com/protokol/nft/commit/de7795688a6d14c47a7b45ab5e8ac22c66976449)
11+
512
#### [1.0.0-beta.62](https://github.com/protokol/nft/compare/1.0.0-beta.61...1.0.0-beta.62)
613

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

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

packages/nft-base-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protokol/nft-base-api",
3-
"version": "1.0.0-beta.62",
3+
"version": "1.0.0-beta.63",
44
"description": "REST API For Base NFT Functionality",
55
"license": "CC-BY-NC-SA-4.0",
66
"homepage": "https://docs.protokol.com/nft/",

packages/nft-base-crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protokol/nft-base-crypto",
3-
"version": "1.0.0-beta.62",
3+
"version": "1.0.0-beta.63",
44
"description": "Transaction Builders For Base NFT Transaction Types",
55
"license": "CC-BY-NC-SA-4.0",
66
"homepage": "https://docs.protokol.com/nft/",

packages/nft-base-transactions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protokol/nft-base-transactions",
3-
"version": "1.0.0-beta.62",
3+
"version": "1.0.0-beta.63",
44
"description": "Transaction Types For Base NFT Core Support",
55
"license": "CC-BY-NC-SA-4.0",
66
"homepage": "https://docs.protokol.com/nft/",

packages/nft-exchange-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protokol/nft-exchange-api",
3-
"version": "1.0.0-beta.62",
3+
"version": "1.0.0-beta.63",
44
"description": "REST API For Exchange NFT Functionality",
55
"license": "CC-BY-NC-SA-4.0",
66
"homepage": "https://docs.protokol.com/nft/",

packages/nft-exchange-crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protokol/nft-exchange-crypto",
3-
"version": "1.0.0-beta.62",
3+
"version": "1.0.0-beta.63",
44
"description": "Transaction Builders For Exchange NFT Transaction Types",
55
"license": "CC-BY-NC-SA-4.0",
66
"homepage": "https://docs.protokol.com/nft/",

packages/nft-exchange-transactions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protokol/nft-exchange-transactions",
3-
"version": "1.0.0-beta.62",
3+
"version": "1.0.0-beta.63",
44
"description": "Transaction Types For Exchange NFT Core Support",
55
"license": "CC-BY-NC-SA-4.0",
66
"homepage": "https://docs.protokol.com/nft/",

packages/nft-indexer-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protokol/nft-indexer-api",
3-
"version": "1.0.0-beta.62",
3+
"version": "1.0.0-beta.63",
44
"description": "REST API For Supporting NFT Functionality",
55
"license": "CC-BY-NC-SA-4.0",
66
"homepage": "https://docs.protokol.com/nft/",

0 commit comments

Comments
 (0)