File tree Expand file tree Collapse file tree 8 files changed +15
-8
lines changed
nft-exchange-transactions Expand file tree Collapse file tree 8 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4
4
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
+
5
12
#### [ 1.0.0-beta.62] ( https://github.com/protokol/nft/compare/1.0.0-beta.61...1.0.0-beta.62 )
6
13
7
14
> 2 July 2021
8
15
16
+ - release: 1.0.0 beta.62 [ ` #321 ` ] ( https://github.com/protokol/nft/pull/321 )
9
17
- feat(nft-indexer-api): nft-indexer implementation [ ` #319 ` ] ( https://github.com/protokol/nft/pull/319 )
10
18
- chore(deps): update dependency prettier to v2.3.2 [ ` #320 ` ] ( https://github.com/protokol/nft/pull/320 )
11
19
- 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
18
26
- chore(deps): update dependency jest to v27 [ ` #310 ` ] ( https://github.com/protokol/nft/pull/310 )
19
27
- chore(deps): update dependency eslint to v7.27.0 [ ` #309 ` ] ( https://github.com/protokol/nft/pull/309 )
20
28
- 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 )
22
29
23
30
#### [ 1.0.0-beta.61] ( https://github.com/protokol/nft/compare/1.0.0-beta.60...1.0.0-beta.61 )
24
31
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @protokol/nft-base-api" ,
3
- "version" : " 1.0.0-beta.62 " ,
3
+ "version" : " 1.0.0-beta.63 " ,
4
4
"description" : " REST API For Base NFT Functionality" ,
5
5
"license" : " CC-BY-NC-SA-4.0" ,
6
6
"homepage" : " https://docs.protokol.com/nft/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @protokol/nft-base-crypto" ,
3
- "version" : " 1.0.0-beta.62 " ,
3
+ "version" : " 1.0.0-beta.63 " ,
4
4
"description" : " Transaction Builders For Base NFT Transaction Types" ,
5
5
"license" : " CC-BY-NC-SA-4.0" ,
6
6
"homepage" : " https://docs.protokol.com/nft/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @protokol/nft-base-transactions" ,
3
- "version" : " 1.0.0-beta.62 " ,
3
+ "version" : " 1.0.0-beta.63 " ,
4
4
"description" : " Transaction Types For Base NFT Core Support" ,
5
5
"license" : " CC-BY-NC-SA-4.0" ,
6
6
"homepage" : " https://docs.protokol.com/nft/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @protokol/nft-exchange-api" ,
3
- "version" : " 1.0.0-beta.62 " ,
3
+ "version" : " 1.0.0-beta.63 " ,
4
4
"description" : " REST API For Exchange NFT Functionality" ,
5
5
"license" : " CC-BY-NC-SA-4.0" ,
6
6
"homepage" : " https://docs.protokol.com/nft/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @protokol/nft-exchange-crypto" ,
3
- "version" : " 1.0.0-beta.62 " ,
3
+ "version" : " 1.0.0-beta.63 " ,
4
4
"description" : " Transaction Builders For Exchange NFT Transaction Types" ,
5
5
"license" : " CC-BY-NC-SA-4.0" ,
6
6
"homepage" : " https://docs.protokol.com/nft/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @protokol/nft-exchange-transactions" ,
3
- "version" : " 1.0.0-beta.62 " ,
3
+ "version" : " 1.0.0-beta.63 " ,
4
4
"description" : " Transaction Types For Exchange NFT Core Support" ,
5
5
"license" : " CC-BY-NC-SA-4.0" ,
6
6
"homepage" : " https://docs.protokol.com/nft/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @protokol/nft-indexer-api" ,
3
- "version" : " 1.0.0-beta.62 " ,
3
+ "version" : " 1.0.0-beta.63 " ,
4
4
"description" : " REST API For Supporting NFT Functionality" ,
5
5
"license" : " CC-BY-NC-SA-4.0" ,
6
6
"homepage" : " https://docs.protokol.com/nft/" ,
You can’t perform that action at this time.
0 commit comments