File tree Expand file tree Collapse file tree 7 files changed +18
-9
lines changed
Expand file tree Collapse file tree 7 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " light-client" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 2.0.0-rc.1 " ,
44 "description" : " Raiden Light Client monorepo" ,
55 "author" : " brainbot labs est." ,
66 "private" : true ,
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 2.0.0-rc.1] - 2021-08-13
6+
57## [ 1.1.0] - 2021-08-09
68
79## [ 1.0.0] - 2021-06-16
7678[ #2054 ] : https://github.com/raiden-network/light-client/pulls/2054
7779
7880
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
8083[ 1.1.0 ] : https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
8184[ 1.0.0 ] : https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
8285[ 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 11{
22 "name" : " @raiden_network/raiden-cli" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 2.0.0-rc.1 " ,
44 "author" : " brainbot labs est." ,
55 "license" : " MIT" ,
66 "description" : " Raiden Light Client standalone app with a REST API via HTTP" ,
5555 "loglevel" : " ^1.7.1" ,
5656 "morgan" : " ^1.10.0" ,
5757 "node-localstorage" : " ^2.2.1" ,
58- "raiden-ts" : " * " ,
58+ "raiden-ts" : " ^2.0.0-rc.1 " ,
5959 "rxjs" : " ^7.3.0" ,
6060 "wrtc" : " ^0.4.7" ,
6161 "yargs" : " ^17.1.0"
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 2.0.0-rc.1] - 2021-08-13
6+
57## [ 1.1.0] - 2021-08-09
68
79## [ 1.0.0] - 2021-06-16
607609- Add link to privacy policy.
608610- Add basic transfer screen.
609611
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
611614[ 1.1.0 ] : https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
612615[ 1.0.0 ] : https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
613616[ 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 11{
22 "name" : " raiden-dapp" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 2.0.0-rc.1 " ,
44 "private" : true ,
55 "description" : " A dApp that showcases the Raiden Light Client sdk functionality" ,
66 "author" : " brainbot labs est." ,
3737 "loglevel" : " ^1.7.1" ,
3838 "pouchdb" : " ^7.2.2" ,
3939 "pouchdb-adapter-cordova-sqlite" : " ^2.0.8" ,
40- "raiden-ts" : " * " ,
40+ "raiden-ts" : " ^2.0.0-rc.1 " ,
4141 "rxjs" : " ^7.3.0" ,
4242 "tiny-async-pool" : " ^1.2.0" ,
4343 "vue" : " ^2.6.14" ,
Original file line number Diff line number Diff line change 11# Changelog
22
33## [ Unreleased]
4+
5+ ## [ 2.0.0-rc.1] - 2021-08-13
46### Added
57- [ #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.
68
489491- Add protocol message implementation.
490492
491493
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
493496[ 1.1.0 ] : https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
494497[ 1.0.0 ] : https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
495498[ 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 11{
22 "name" : " raiden-ts" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 2.0.0-rc.1 " ,
44 "description" : " Raiden Light Client Typescript/Javascript SDK" ,
55 "main" : " dist:cjs/index.js" ,
66 "module" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments