Skip to content

Commit fc1a70b

Browse files
agatsohandrevmatos
authored andcommitted
v2.0.0-rc.1->v2.0.0-rc.2
1 parent 0e16927 commit fc1a70b

File tree

7 files changed

+19
-9
lines changed

7 files changed

+19
-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": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
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.2] - 2021-09-14
6+
57
## [2.0.0-rc.1] - 2021-08-13
68

79
## [1.1.0] - 2021-08-09
@@ -78,7 +80,8 @@
7880
[#2054]: https://github.com/raiden-network/light-client/pulls/2054
7981

8082

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
8285
[2.0.0-rc.1]: https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
8386
[1.1.0]: https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
8487
[1.0.0]: https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.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": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
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": "^2.0.0-rc.1",
58+
"raiden-ts": "^2.0.0-rc.2",
5959
"rxjs": "^7.3.0",
6060
"wrtc": "^0.4.7",
6161
"yargs": "^17.1.1"

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.2] - 2021-09-14
6+
57
### Added
68

79
- [#2882] Add new quick pay feature
@@ -615,7 +617,8 @@
615617
- Add link to privacy policy.
616618
- Add basic transfer screen.
617619

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
619622
[2.0.0-rc.1]: https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
620623
[1.1.0]: https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
621624
[1.0.0]: https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.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": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
44
"private": true,
55
"description": "A dApp that showcases the Raiden Light Client sdk functionality",
66
"author": "brainbot labs est.",
@@ -38,7 +38,7 @@
3838
"pouchdb": "^7.2.2",
3939
"pouchdb-adapter-cordova-sqlite": "^2.0.8",
4040
"query-string": "^7.0.1",
41-
"raiden-ts": "^2.0.0-rc.1",
41+
"raiden-ts": "^2.0.0-rc.2",
4242
"rxjs": "^7.3.0",
4343
"tiny-async-pool": "^1.2.0",
4444
"vue": "^2.6.14",

raiden-ts/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [2.0.0-rc.2] - 2021-09-14
6+
47
### Fixed
58
- [#2798] Delay non-closing auto-settle to prevent wasted gas on channelSettle race; closing side is given priority on auto-settling
69
- [#2889] Ensure capabilities are updated when they change even if RTC channels are established by reconnecting them.
@@ -503,7 +506,8 @@
503506
- Add protocol message implementation.
504507

505508

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
507511
[2.0.0-rc.1]: https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
508512
[1.1.0]: https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
509513
[1.0.0]: https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.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": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
44
"description": "Raiden Light Client Typescript/Javascript SDK",
55
"main": "dist:cjs/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)