File tree Expand file tree Collapse file tree 7 files changed +16
-7
lines changed
nft-exchange-transactions Expand file tree Collapse file tree 7 files changed +16
-7
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.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
+
5
14
#### [ 1.0.0-beta.59] ( https://github.com/protokol/nft/compare/1.0.0-beta.58...1.0.0-beta.59 )
6
15
7
16
> 16 March 2021
8
17
18
+ - release: 1.0.0 beta.59 [ ` #288 ` ] ( https://github.com/protokol/nft/pull/288 )
9
19
- feat(nft-base-api): get wallet's assets endpoint [ ` #287 ` ] ( https://github.com/protokol/nft/pull/287 )
10
20
- chore(deps): update dependency npm-check-updates to ~ 11.3.0 [ ` #286 ` ] ( https://github.com/protokol/nft/pull/286 )
11
21
- chore(deps): update dependency eslint to v7.22.0 [ ` #285 ` ] ( https://github.com/protokol/nft/pull/285 )
12
22
- chore(deps): update dependency npm-check-updates to ~ 11.2.0 [ ` #283 ` ] ( https://github.com/protokol/nft/pull/283 )
13
23
- chore(deps): update dependency @sindresorhus/tsconfig to v0.9.0 [ ` #279 ` ] ( https://github.com/protokol/nft/pull/279 )
14
24
- 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 )
16
25
17
26
#### [ 1.0.0-beta.58] ( https://github.com/protokol/nft/compare/1.0.0-beta.57...1.0.0-beta.58 )
18
27
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.59 " ,
3
+ "version" : " 1.0.0-beta.60 " ,
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.59 " ,
3
+ "version" : " 1.0.0-beta.60 " ,
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.59 " ,
3
+ "version" : " 1.0.0-beta.60 " ,
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.59 " ,
3
+ "version" : " 1.0.0-beta.60 " ,
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.59 " ,
3
+ "version" : " 1.0.0-beta.60 " ,
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.59 " ,
3
+ "version" : " 1.0.0-beta.60 " ,
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/" ,
You can’t perform that action at this time.
0 commit comments