Skip to content

Commit 365c21a

Browse files
authored
release: 1.0.0 beta.60 (#293)
* release: 1.0.0-beta.60 * chore: update changelog
1 parent 64312c3 commit 365c21a

File tree

7 files changed

+16
-7
lines changed

7 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,26 @@
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.60](https://github.com/protokol/nft/compare/1.0.0-beta.59...1.0.0-beta.60)
6+
7+
> 7 April 2021
8+
9+
- chore(deps): update dependency @sindresorhus/tsconfig to v1 [`#292`](https://github.com/protokol/nft/pull/292)
10+
- chore(deps): update dependency eslint to v7.23.0 [`#290`](https://github.com/protokol/nft/pull/290)
11+
- fix(nft-base-crypto): deserializing strings [`#289`](https://github.com/protokol/nft/pull/289)
12+
- release: 1.0.0-beta.60 [`ab8d0bd`](https://github.com/protokol/nft/commit/ab8d0bd067bfc7bb84c1597bea5236036395858c)
13+
514
#### [1.0.0-beta.59](https://github.com/protokol/nft/compare/1.0.0-beta.58...1.0.0-beta.59)
615

716
> 16 March 2021
817
18+
- release: 1.0.0 beta.59 [`#288`](https://github.com/protokol/nft/pull/288)
919
- feat(nft-base-api): get wallet's assets endpoint [`#287`](https://github.com/protokol/nft/pull/287)
1020
- chore(deps): update dependency npm-check-updates to ~11.3.0 [`#286`](https://github.com/protokol/nft/pull/286)
1121
- chore(deps): update dependency eslint to v7.22.0 [`#285`](https://github.com/protokol/nft/pull/285)
1222
- chore(deps): update dependency npm-check-updates to ~11.2.0 [`#283`](https://github.com/protokol/nft/pull/283)
1323
- chore(deps): update dependency @sindresorhus/tsconfig to v0.9.0 [`#279`](https://github.com/protokol/nft/pull/279)
1424
- chore(deps): update dependency typescript to ~4.2.0 [`#278`](https://github.com/protokol/nft/pull/278)
15-
- release: 1.0.0-beta.59 [`5b9def7`](https://github.com/protokol/nft/commit/5b9def71dc3f18e1bfbcb99ba2699afb1ef1f1b9)
1625

1726
#### [1.0.0-beta.58](https://github.com/protokol/nft/compare/1.0.0-beta.57...1.0.0-beta.58)
1827

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.59",
3+
"version": "1.0.0-beta.60",
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.59",
3+
"version": "1.0.0-beta.60",
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.59",
3+
"version": "1.0.0-beta.60",
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.59",
3+
"version": "1.0.0-beta.60",
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.59",
3+
"version": "1.0.0-beta.60",
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.59",
3+
"version": "1.0.0-beta.60",
44
"description": "Transaction Types For Exchange NFT Core Support",
55
"license": "CC-BY-NC-SA-4.0",
66
"homepage": "https://docs.protokol.com/nft/",

0 commit comments

Comments
 (0)