Skip to content

Commit

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

* chore: update changelog
  • Loading branch information
amacar authored Apr 7, 2021
1 parent 64312c3 commit 365c21a
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,26 @@

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

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

> 7 April 2021
- chore(deps): update dependency @sindresorhus/tsconfig to v1 [`#292`](https://github.com/protokol/nft/pull/292)
- chore(deps): update dependency eslint to v7.23.0 [`#290`](https://github.com/protokol/nft/pull/290)
- fix(nft-base-crypto): deserializing strings [`#289`](https://github.com/protokol/nft/pull/289)
- release: 1.0.0-beta.60 [`ab8d0bd`](https://github.com/protokol/nft/commit/ab8d0bd067bfc7bb84c1597bea5236036395858c)

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

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

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

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

0 comments on commit 365c21a

Please sign in to comment.