File tree 9 files changed +16
-17
lines changed
9 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " light-client" ,
3
- "version" : " 0.17 .0" ,
3
+ "version" : " 1.0 .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
+ ## [ 1.0.0] - 2021-06-16
4
+
3
5
## [ 0.17.0] - 2021-06-15
4
6
### Added
5
7
- [ #2789 ] Make raiden-cli package being published to NPM registry on new relases
70
72
[ #2054 ] : https://github.com/raiden-network/light-client/pulls/2054
71
73
72
74
73
- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v0.17.0...HEAD
75
+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v1.0.0...HEAD
76
+ [ 1.0.0 ] : https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
74
77
[ 0.17.0 ] : https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
75
78
[ 0.16.0 ] : https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.0
76
79
[ 0.15.0 ] : https://github.com/raiden-network/light-client/compare/v0.14.0...v0.15.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @raiden_network/raiden-cli" ,
3
- "version" : " 0.17 .0" ,
3
+ "version" : " 1.0 .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 @@ -2,11 +2,7 @@ NODE_ENV=production
2
2
VUE_APP_PUBLIC_PATH=./
3
3
VUE_APP_DB_ADAPTER=cordova-sqlite
4
4
VUE_APP_SERVICE_WORKER_DISABLED=true
5
- VUE_APP_PFS=https://pfs.demo001.env.raiden.network
6
- VUE_APP_MATRIX_SERVER=https://transport.demo001.env.raiden.network
7
- VUE_APP_UDC_ADDRESS=0x0794F09913AA8C77C8c5bdd1Ec4Bb51759Ee0cC5
8
- VUE_APP_HUB=hub.raiden.eth
9
- VUE_APP_ALLOW_MAINNET=false
5
+ VUE_APP_ALLOW_MAINNET=true
10
6
VUE_APP_IMPRINT=https://raiden.network/privacy.html
11
7
VUE_APP_TERMS=https://github.com/raiden-network/light-client/blob/master/TERMS.md
12
8
VUE_APP_CONFIGURATION_URL=./config.capacitor.json
Original file line number Diff line number Diff line change 1
- VUE_APP_PFS = https://pfs.demo001.env.raiden.network
2
- VUE_APP_MATRIX_SERVER = https://transport.demo001.env.raiden.network
3
- VUE_APP_UDC_ADDRESS = 0x0794F09913AA8C77C8c5bdd1Ec4Bb51759Ee0cC5
4
- VUE_APP_HUB = hub.raiden.eth
5
1
VUE_APP_ALLOW_MAINNET = true
6
2
VUE_APP_IMPRINT = https://raiden.network/privacy.html
7
3
VUE_APP_TERMS = https://github.com/raiden-network/light-client/blob/master/TERMS.md
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.0.0] - 2021-06-16
4
+
3
5
## [ 0.17.0] - 2021-06-15
4
6
5
7
### Fixed
601
603
- Add link to privacy policy.
602
604
- Add basic transfer screen.
603
605
604
- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v0.17.0...HEAD
606
+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v1.0.0...HEAD
607
+ [ 1.0.0 ] : https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
605
608
[ 0.17.0 ] : https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
606
609
[ 0.16.0 ] : https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.0
607
610
[ 0.15.0 ] : https://github.com/raiden-network/light-client/compare/v0.14.0...v0.15.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " raiden-dapp" ,
3
- "version" : " 0.17 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"private" : true ,
5
5
"description" : " A dApp that showcases the Raiden Light Client sdk functionality" ,
6
6
"author" : " brainbot labs est." ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased ]
3
+ ## [ 1.0.0 ] - 2021-06-16
4
4
### Removed
5
5
- [ #2571 ] ** BREAKING** Remove ability to join and send messages to global service rooms
6
6
- [ #2822 ] ** BREAKING** Do not join global rooms anymore, so Matrix-based presence won't work
469
469
- Add protocol message implementation.
470
470
471
471
472
- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v0.17.0...HEAD
472
+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v1.0.0...HEAD
473
+ [ 1.0.0 ] : https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
473
474
[ 0.17.0 ] : https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
474
475
[ 0.16.0 ] : https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.0
475
476
[ 0.15.0 ] : https://github.com/raiden-network/light-client/compare/v0.14.0...v0.15.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " raiden-ts" ,
3
- "version" : " 0.17 .0" ,
3
+ "version" : " 1.0 .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