File tree 7 files changed +16
-13
lines changed
7 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " light-client" ,
3
- "version" : " 0.16 .0" ,
3
+ "version" : " 0.17 .0" ,
4
4
"description" : " Raiden Light Client monorepo" ,
5
5
"author" : " brainbot labs est." ,
6
6
"private" : true ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased ]
3
+ ## [ 0.17.0 ] - 2021-06-15
4
4
### Added
5
5
- [ #2789 ] Make raiden-cli package being published to NPM registry on new relases
6
6
70
70
[ #2054 ] : https://github.com/raiden-network/light-client/pulls/2054
71
71
72
72
73
- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v0.16.0...HEAD
73
+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v0.17.0...HEAD
74
+ [ 0.17.0 ] : https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
74
75
[ 0.16.0 ] : https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.0
75
76
[ 0.15.0 ] : https://github.com/raiden-network/light-client/compare/v0.14.0...v0.15.0
76
77
[ 0.14.0 ] : https://github.com/raiden-network/light-client/compare/v0.13.0...v0.14.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @raiden_network/raiden-cli" ,
3
- "version" : " 0.16 .0" ,
3
+ "version" : " 0.17 .0" ,
4
4
"author" : " brainbot labs est." ,
5
5
"license" : " MIT" ,
6
6
"description" : " Raiden Light Client standalone app with a REST API via HTTP" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased ]
3
+ ## [ 0.17.0 ] - 2021-06-15
4
4
5
5
### Fixed
6
6
601
601
- Add link to privacy policy.
602
602
- Add basic transfer screen.
603
603
604
- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v0.16.0...HEAD
604
+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v0.17.0...HEAD
605
+ [ 0.17.0 ] : https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
605
606
[ 0.16.0 ] : https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.0
606
607
[ 0.15.0 ] : https://github.com/raiden-network/light-client/compare/v0.14.0...v0.15.0
607
608
[ 0.14.0 ] : https://github.com/raiden-network/light-client/compare/v0.13.0...v0.14.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " raiden-dapp" ,
3
- "version" : " 0.16 .0" ,
3
+ "version" : " 0.17 .0" ,
4
4
"private" : true ,
5
5
"description" : " A dApp that showcases the Raiden Light Client sdk functionality" ,
6
6
"author" : " brainbot labs est." ,
53
53
"workbox-routing" : " ^6.1.5"
54
54
},
55
55
"devDependencies" : {
56
- "@capacitor/android" : " ^3.0.0-rc.0" ,
57
- "@capacitor/cli" : " ^3.0.0-rc.0" ,
58
- "@capacitor/ios" : " ^3.0.0-rc.0" ,
59
56
"@babel/core" : " 7.14.5" ,
60
57
"@babel/plugin-proposal-nullish-coalescing-operator" : " ^7.14.5" ,
61
58
"@babel/plugin-proposal-optional-chaining" : " ^7.14.5" ,
62
59
"@babel/preset-typescript" : " ^7.14.5" ,
60
+ "@capacitor/android" : " ^3.0.0-rc.0" ,
61
+ "@capacitor/cli" : " ^3.0.0-rc.0" ,
62
+ "@capacitor/ios" : " ^3.0.0-rc.0" ,
63
63
"@cypress/code-coverage" : " ^3.9.6" ,
64
64
"@cypress/webpack-preprocessor" : " ^5.9.0" ,
65
65
"@kazupon/vue-i18n-loader" : " ^0.5.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased ]
3
+ ## [ 0.17.0 ] - 2021-06-15
4
4
### Added
5
5
- [ #1576 ] Add functionality to deploy token networks
6
6
- [ #2577 ] Add imbalance penalty mediation fees
451
451
- Add protocol message implementation.
452
452
453
453
454
- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v0.16.0...HEAD
454
+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v0.17.0...HEAD
455
+ [ 0.17.0 ] : https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
455
456
[ 0.16.0 ] : https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.0
456
457
[ 0.15.0 ] : https://github.com/raiden-network/light-client/compare/v0.14.0...v0.15.0
457
458
[ 0.14.0 ] : https://github.com/raiden-network/light-client/compare/v0.13.0...v0.14.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " raiden-ts" ,
3
- "version" : " 0.16 .0" ,
3
+ "version" : " 0.17 .0" ,
4
4
"description" : " Raiden Light Client Typescript/Javascript SDK" ,
5
5
"main" : " dist:cjs/index.js" ,
6
6
"module" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments