Skip to content

Commit acf3681

Browse files
committed
2.1.0 -> 2.2.0
1 parent d496cea commit acf3681

File tree

8 files changed

+17
-8
lines changed

8 files changed

+17
-8
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.1.0",
3+
"version": "2.2.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
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [2.2.0] - 2022-04-22
46
### Added
57
- [#3101] Add `OneToN` and `UserDepositToken` (SVT/RDN) addresses to `/contracts` and `/user_deposit` endpoints, `eth_balance`, current `block_number` and `network` info properties to `/address` endpoint
68
- [#3101] You can now install/run raiden-cli from npmjs with `npx -p @raiden_network/raiden-cli raiden <options>`
@@ -97,7 +99,8 @@
9799
[#2054]: https://github.com/raiden-network/light-client/pulls/2054
98100

99101

100-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.1.0...HEAD
102+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.2.0...HEAD
103+
[2.2.0]: https://github.com/raiden-network/light-client/compare/v2.1.0...v2.2.0
101104
[2.1.0]: https://github.com/raiden-network/light-client/compare/v2.0.1...v2.1.0
102105
[2.0.1]: https://github.com/raiden-network/light-client/compare/v2.0.0...v2.0.1
103106
[2.0.0]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...v2.0.0

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.1.0",
3+
"version": "2.2.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.2.0] - 2022-04-22
6+
57
## [2.1.0] - 2021-12-29
68

79
### Added
@@ -635,7 +637,8 @@
635637
- Add link to privacy policy.
636638
- Add basic transfer screen.
637639

638-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.1.0...HEAD
640+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.2.0...HEAD
641+
[2.2.0]: https://github.com/raiden-network/light-client/compare/v2.1.0...v2.2.0
639642
[2.1.0]: https://github.com/raiden-network/light-client/compare/v2.0.1...v2.1.0
640643
[2.0.1]: https://github.com/raiden-network/light-client/compare/v2.0.0...v2.0.1
641644
[2.0.0]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...v2.0.0

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.1.0",
3+
"version": "2.2.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
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [2.2.0] - 2022-04-22
46
### Added
57
- [#3069] SDK now can (and will first by default, in `auto` mode) query and use PFS's advertised `matrix-server` before `config.matrixServerLookup`
68
- [#3101] Try to read `deployment` JSON files at runtime, besides embedded ones at transpilation-time
@@ -542,7 +544,8 @@
542544
- Add protocol message implementation.
543545

544546

545-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.1.0...HEAD
547+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.2.0...HEAD
548+
[2.2.0]: https://github.com/raiden-network/light-client/compare/v2.1.0...v2.2.0
546549
[2.1.0]: https://github.com/raiden-network/light-client/compare/v2.0.1...v2.1.0
547550
[2.0.1]: https://github.com/raiden-network/light-client/compare/v2.0.0...v2.0.1
548551
[2.0.0]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...v2.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.1.0",
3+
"version": "2.2.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)