Skip to content

Commit

Permalink
release: 1.0.1 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
KovacZan authored Sep 29, 2021
1 parent 498df9b commit 12757f8
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

#### [1.0.1](https://github.com/protokol/nft/compare/1.0.0...1.0.1)

> 28 September 2021
- fix(nft-base-api): fix assets transformer [`#354`](https://github.com/protokol/nft/pull/354)
- fix(nft-base-crypto): fix import [`#355`](https://github.com/protokol/nft/pull/355)
- release: 1.0.0 [`#353`](https://github.com/protokol/nft/pull/353)

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

> 27 September 2021
Expand Down
2 changes: 1 addition & 1 deletion packages/core-nft-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protokol/core-nft-crypto",
"version": "1.0.0",
"version": "1.0.1",
"description": "Abstract Transaction Builder and Transaction",
"license": "CC-BY-NC-SA-4.0",
"homepage": "https://docs.protokol.com/nft/",
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",
"version": "1.0.1",
"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",
"version": "1.0.1",
"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",
"version": "1.0.1",
"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",
"version": "1.0.1",
"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",
"version": "1.0.1",
"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",
"version": "1.0.1",
"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",
"version": "1.0.1",
"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 12757f8

Please sign in to comment.