Skip to content

Commit

Permalink
2.0.1 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weilbith committed Dec 31, 2021
1 parent 2dce9b8 commit 99a3f0a
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 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.1",
"version": "2.1.0",
"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.1.0] - 2021-12-29

## [2.0.1] - 2021-12-24

## [2.0.0] - 2021-12-23
Expand Down Expand Up @@ -90,7 +92,8 @@
[#2054]: https://github.com/raiden-network/light-client/pulls/2054


[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.1...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/raiden-network/light-client/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/raiden-network/light-client/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...v2.0.0
[2.0.0-rc.2]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "2.1.0",
"author": "brainbot labs est.",
"license": "MIT",
"description": "Raiden Light Client standalone app with a REST API via HTTP",
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.1.0] - 2021-12-29

### Added

- [#3024] Prevent the usage of uninstalled versions
Expand Down Expand Up @@ -633,7 +635,8 @@
- Add link to privacy policy.
- Add basic transfer screen.

[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.1...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/raiden-network/light-client/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/raiden-network/light-client/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...v2.0.0
[2.0.0-rc.2]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2
Expand Down
2 changes: 1 addition & 1 deletion raiden-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raiden-dapp",
"version": "2.0.1",
"version": "2.1.0",
"private": true,
"description": "A dApp that showcases the Raiden Light Client sdk functionality",
"author": "brainbot labs est.",
Expand Down
5 changes: 4 additions & 1 deletion raiden-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [2.1.0] - 2021-12-29

## [2.0.1] - 2021-12-24

## [2.0.0] - 2021-12-23
Expand Down Expand Up @@ -530,7 +532,8 @@
- Add protocol message implementation.


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

0 comments on commit 99a3f0a

Please sign in to comment.