File tree 7 files changed +19
-9
lines changed
7 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " light-client" ,
3
- "version" : " 2.0.0-rc.1 " ,
3
+ "version" : " 2.0.0-rc.2 " ,
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 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 2.0.0-rc.2] - 2021-09-14
6
+
5
7
## [ 2.0.0-rc.1] - 2021-08-13
6
8
7
9
## [ 1.1.0] - 2021-08-09
78
80
[ #2054 ] : https://github.com/raiden-network/light-client/pulls/2054
79
81
80
82
81
- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...HEAD
83
+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...HEAD
84
+ [ 2.0.0-rc.2 ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2
82
85
[ 2.0.0-rc.1 ] : https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
83
86
[ 1.1.0 ] : https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
84
87
[ 1.0.0 ] : https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @raiden_network/raiden-cli" ,
3
- "version" : " 2.0.0-rc.1 " ,
3
+ "version" : " 2.0.0-rc.2 " ,
4
4
"author" : " brainbot labs est." ,
5
5
"license" : " MIT" ,
6
6
"description" : " Raiden Light Client standalone app with a REST API via HTTP" ,
55
55
"loglevel" : " ^1.7.1" ,
56
56
"morgan" : " ^1.10.0" ,
57
57
"node-localstorage" : " ^2.2.1" ,
58
- "raiden-ts" : " ^2.0.0-rc.1 " ,
58
+ "raiden-ts" : " ^2.0.0-rc.2 " ,
59
59
"rxjs" : " ^7.3.0" ,
60
60
"wrtc" : " ^0.4.7" ,
61
61
"yargs" : " ^17.1.1"
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 2.0.0-rc.2] - 2021-09-14
6
+
5
7
### Added
6
8
7
9
- [ #2882 ] Add new quick pay feature
615
617
- Add link to privacy policy.
616
618
- Add basic transfer screen.
617
619
618
- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...HEAD
620
+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...HEAD
621
+ [ 2.0.0-rc.2 ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2
619
622
[ 2.0.0-rc.1 ] : https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
620
623
[ 1.1.0 ] : https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
621
624
[ 1.0.0 ] : https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " raiden-dapp" ,
3
- "version" : " 2.0.0-rc.1 " ,
3
+ "version" : " 2.0.0-rc.2 " ,
4
4
"private" : true ,
5
5
"description" : " A dApp that showcases the Raiden Light Client sdk functionality" ,
6
6
"author" : " brainbot labs est." ,
38
38
"pouchdb" : " ^7.2.2" ,
39
39
"pouchdb-adapter-cordova-sqlite" : " ^2.0.8" ,
40
40
"query-string" : " ^7.0.1" ,
41
- "raiden-ts" : " ^2.0.0-rc.1 " ,
41
+ "raiden-ts" : " ^2.0.0-rc.2 " ,
42
42
"rxjs" : " ^7.3.0" ,
43
43
"tiny-async-pool" : " ^1.2.0" ,
44
44
"vue" : " ^2.6.14" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+
5
+ ## [ 2.0.0-rc.2] - 2021-09-14
6
+
4
7
### Fixed
5
8
- [ #2798 ] Delay non-closing auto-settle to prevent wasted gas on channelSettle race; closing side is given priority on auto-settling
6
9
- [ #2889 ] Ensure capabilities are updated when they change even if RTC channels are established by reconnecting them.
503
506
- Add protocol message implementation.
504
507
505
508
506
- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...HEAD
509
+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...HEAD
510
+ [ 2.0.0-rc.2 ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2
507
511
[ 2.0.0-rc.1 ] : https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
508
512
[ 1.1.0 ] : https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
509
513
[ 1.0.0 ] : https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " raiden-ts" ,
3
- "version" : " 2.0.0-rc.1 " ,
3
+ "version" : " 2.0.0-rc.2 " ,
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