File tree 7 files changed +18
-9
lines changed
7 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " light-client" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 2.0.0-rc.1 " ,
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.1] - 2021-08-13
6
+
5
7
## [ 1.1.0] - 2021-08-09
6
8
7
9
## [ 1.0.0] - 2021-06-16
76
78
[ #2054 ] : https://github.com/raiden-network/light-client/pulls/2054
77
79
78
80
79
- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v1.1.0...HEAD
81
+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...HEAD
82
+ [ 2.0.0-rc.1 ] : https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
80
83
[ 1.1.0 ] : https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
81
84
[ 1.0.0 ] : https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
82
85
[ 0.17.0 ] : https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @raiden_network/raiden-cli" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 2.0.0-rc.1 " ,
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" : " * " ,
58
+ "raiden-ts" : " ^2.0.0-rc.1 " ,
59
59
"rxjs" : " ^7.3.0" ,
60
60
"wrtc" : " ^0.4.7" ,
61
61
"yargs" : " ^17.1.0"
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 2.0.0-rc.1] - 2021-08-13
6
+
5
7
## [ 1.1.0] - 2021-08-09
6
8
7
9
## [ 1.0.0] - 2021-06-16
607
609
- Add link to privacy policy.
608
610
- Add basic transfer screen.
609
611
610
- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v1.1.0...HEAD
612
+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...HEAD
613
+ [ 2.0.0-rc.1 ] : https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
611
614
[ 1.1.0 ] : https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
612
615
[ 1.0.0 ] : https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
613
616
[ 0.17.0 ] : https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " raiden-dapp" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 2.0.0-rc.1 " ,
4
4
"private" : true ,
5
5
"description" : " A dApp that showcases the Raiden Light Client sdk functionality" ,
6
6
"author" : " brainbot labs est." ,
37
37
"loglevel" : " ^1.7.1" ,
38
38
"pouchdb" : " ^7.2.2" ,
39
39
"pouchdb-adapter-cordova-sqlite" : " ^2.0.8" ,
40
- "raiden-ts" : " * " ,
40
+ "raiden-ts" : " ^2.0.0-rc.1 " ,
41
41
"rxjs" : " ^7.3.0" ,
42
42
"tiny-async-pool" : " ^1.2.0" ,
43
43
"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.1] - 2021-08-13
4
6
### Added
5
7
- [ #2839 ] Cooperative settle - allow users to exchange withdraw signatures enabling settling a channel instantly. This is the new default behavior on ` Raiden.closeChannel ` , falling back to default uncooperative close if needed.
6
8
489
491
- Add protocol message implementation.
490
492
491
493
492
- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v1.1.0...HEAD
494
+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...HEAD
495
+ [ 2.0.0-rc.1 ] : https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
493
496
[ 1.1.0 ] : https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
494
497
[ 1.0.0 ] : https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
495
498
[ 0.17.0 ] : https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " raiden-ts" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 2.0.0-rc.1 " ,
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