Skip to content

Commit c3e0fee

Browse files
committed
1.1.0 -> 2.0.0-rc.1
1 parent 7153df9 commit c3e0fee

File tree

7 files changed

+18
-9
lines changed

7 files changed

+18
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

raiden-cli/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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
@@ -76,7 +78,8 @@
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

raiden-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -55,7 +55,7 @@
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"

raiden-dapp/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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
@@ -607,7 +609,8 @@
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

raiden-dapp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.",
@@ -37,7 +37,7 @@
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",

raiden-ts/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

@@ -489,7 +491,8 @@
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

raiden-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)