Skip to content

Commit

Permalink
v2.0.0-rc.1->v2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
agatsoh authored and andrevmatos committed Sep 14, 2021
1 parent 0e16927 commit fc1a70b
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "light-client",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"description": "Raiden Light Client monorepo",
"author": "brainbot labs est.",
"private": true,
Expand Down
5 changes: 4 additions & 1 deletion raiden-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [2.0.0-rc.2] - 2021-09-14

## [2.0.0-rc.1] - 2021-08-13

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


[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...HEAD
[2.0.0-rc.2]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2
[2.0.0-rc.1]: https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
[1.1.0]: https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions raiden-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raiden_network/raiden-cli",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"author": "brainbot labs est.",
"license": "MIT",
"description": "Raiden Light Client standalone app with a REST API via HTTP",
Expand Down Expand Up @@ -55,7 +55,7 @@
"loglevel": "^1.7.1",
"morgan": "^1.10.0",
"node-localstorage": "^2.2.1",
"raiden-ts": "^2.0.0-rc.1",
"raiden-ts": "^2.0.0-rc.2",
"rxjs": "^7.3.0",
"wrtc": "^0.4.7",
"yargs": "^17.1.1"
Expand Down
5 changes: 4 additions & 1 deletion raiden-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [2.0.0-rc.2] - 2021-09-14

### Added

- [#2882] Add new quick pay feature
Expand Down Expand Up @@ -615,7 +617,8 @@
- Add link to privacy policy.
- Add basic transfer screen.

[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...HEAD
[2.0.0-rc.2]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2
[2.0.0-rc.1]: https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
[1.1.0]: https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions raiden-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raiden-dapp",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"private": true,
"description": "A dApp that showcases the Raiden Light Client sdk functionality",
"author": "brainbot labs est.",
Expand Down Expand Up @@ -38,7 +38,7 @@
"pouchdb": "^7.2.2",
"pouchdb-adapter-cordova-sqlite": "^2.0.8",
"query-string": "^7.0.1",
"raiden-ts": "^2.0.0-rc.1",
"raiden-ts": "^2.0.0-rc.2",
"rxjs": "^7.3.0",
"tiny-async-pool": "^1.2.0",
"vue": "^2.6.14",
Expand Down
6 changes: 5 additions & 1 deletion raiden-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [Unreleased]

## [2.0.0-rc.2] - 2021-09-14

### Fixed
- [#2798] Delay non-closing auto-settle to prevent wasted gas on channelSettle race; closing side is given priority on auto-settling
- [#2889] Ensure capabilities are updated when they change even if RTC channels are established by reconnecting them.
Expand Down Expand Up @@ -503,7 +506,8 @@
- Add protocol message implementation.


[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...HEAD
[2.0.0-rc.2]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2
[2.0.0-rc.1]: https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
[1.1.0]: https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion raiden-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raiden-ts",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"description": "Raiden Light Client Typescript/Javascript SDK",
"main": "dist:cjs/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit fc1a70b

Please sign in to comment.