Skip to content

Commit 99a3f0a

Browse files
committed
2.0.1 -> 2.1.0
1 parent 2dce9b8 commit 99a3f0a

File tree

7 files changed

+16
-7
lines changed

7 files changed

+16
-7
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.1",
3+
"version": "2.1.0",
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.1.0] - 2021-12-29
6+
57
## [2.0.1] - 2021-12-24
68

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

9294

93-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.1...HEAD
95+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.1.0...HEAD
96+
[2.1.0]: https://github.com/raiden-network/light-client/compare/v2.0.1...v2.1.0
9497
[2.0.1]: https://github.com/raiden-network/light-client/compare/v2.0.0...v2.0.1
9598
[2.0.0]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...v2.0.0
9699
[2.0.0-rc.2]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2

raiden-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raiden_network/raiden-cli",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"author": "brainbot labs est.",
55
"license": "MIT",
66
"description": "Raiden Light Client standalone app with a REST API via HTTP",

raiden-dapp/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [2.1.0] - 2021-12-29
6+
57
### Added
68

79
- [#3024] Prevent the usage of uninstalled versions
@@ -633,7 +635,8 @@
633635
- Add link to privacy policy.
634636
- Add basic transfer screen.
635637

636-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.1...HEAD
638+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.1.0...HEAD
639+
[2.1.0]: https://github.com/raiden-network/light-client/compare/v2.0.1...v2.1.0
637640
[2.0.1]: https://github.com/raiden-network/light-client/compare/v2.0.0...v2.0.1
638641
[2.0.0]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...v2.0.0
639642
[2.0.0-rc.2]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2

raiden-dapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raiden-dapp",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"private": true,
55
"description": "A dApp that showcases the Raiden Light Client sdk functionality",
66
"author": "brainbot labs est.",

raiden-ts/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [2.1.0] - 2021-12-29
6+
57
## [2.0.1] - 2021-12-24
68

79
## [2.0.0] - 2021-12-23
@@ -530,7 +532,8 @@
530532
- Add protocol message implementation.
531533

532534

533-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.1...HEAD
535+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.1.0...HEAD
536+
[2.1.0]: https://github.com/raiden-network/light-client/compare/v2.0.1...v2.1.0
534537
[2.0.1]: https://github.com/raiden-network/light-client/compare/v2.0.0...v2.0.1
535538
[2.0.0]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...v2.0.0
536539
[2.0.0-rc.2]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2

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.1",
3+
"version": "2.1.0",
44
"description": "Raiden Light Client Typescript/Javascript SDK",
55
"main": "dist:cjs/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)