Skip to content

Commit

Permalink
1.1.0 -> 2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevmatos committed Aug 13, 2021
1 parent 7153df9 commit c3e0fee
Show file tree
Hide file tree
Showing 7 changed files with 18 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": "1.1.0",
"version": "2.0.0-rc.1",
"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.1] - 2021-08-13

## [1.1.0] - 2021-08-09

## [1.0.0] - 2021-06-16
Expand Down Expand Up @@ -76,7 +78,8 @@
[#2054]: https://github.com/raiden-network/light-client/pulls/2054


[Unreleased]: https://github.com/raiden-network/light-client/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...HEAD
[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
[0.17.0]: https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.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": "1.1.0",
"version": "2.0.0-rc.1",
"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": "*",
"raiden-ts": "^2.0.0-rc.1",
"rxjs": "^7.3.0",
"wrtc": "^0.4.7",
"yargs": "^17.1.0"
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.1] - 2021-08-13

## [1.1.0] - 2021-08-09

## [1.0.0] - 2021-06-16
Expand Down Expand Up @@ -607,7 +609,8 @@
- Add link to privacy policy.
- Add basic transfer screen.

[Unreleased]: https://github.com/raiden-network/light-client/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...HEAD
[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
[0.17.0]: https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.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": "1.1.0",
"version": "2.0.0-rc.1",
"private": true,
"description": "A dApp that showcases the Raiden Light Client sdk functionality",
"author": "brainbot labs est.",
Expand Down Expand Up @@ -37,7 +37,7 @@
"loglevel": "^1.7.1",
"pouchdb": "^7.2.2",
"pouchdb-adapter-cordova-sqlite": "^2.0.8",
"raiden-ts": "*",
"raiden-ts": "^2.0.0-rc.1",
"rxjs": "^7.3.0",
"tiny-async-pool": "^1.2.0",
"vue": "^2.6.14",
Expand Down
5 changes: 4 additions & 1 deletion raiden-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [2.0.0-rc.1] - 2021-08-13
### Added
- [#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.

Expand Down Expand Up @@ -489,7 +491,8 @@
- Add protocol message implementation.


[Unreleased]: https://github.com/raiden-network/light-client/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...HEAD
[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
[0.17.0]: https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.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": "1.1.0",
"version": "2.0.0-rc.1",
"description": "Raiden Light Client Typescript/Javascript SDK",
"main": "dist:cjs/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit c3e0fee

Please sign in to comment.