Skip to content

Commit a3bdd17

Browse files
committed
2.0.0 -> 2.0.1
1 parent 827b5cf commit a3bdd17

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.0",
3+
"version": "2.0.1",
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.0.1] - 2021-12-24
6+
57
## [2.0.0] - 2021-12-23
68
### Added
79
- [#2949] Passthrough `/payments` parameters, including `paths`, which should receive pre-fetched route in the format `{ route: Address[]; estimated_fee: NumericString; address_metadata?: MetadataMap }[]`.
@@ -88,7 +90,8 @@
8890
[#2054]: https://github.com/raiden-network/light-client/pulls/2054
8991

9092

91-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.0...HEAD
93+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.1...HEAD
94+
[2.0.1]: https://github.com/raiden-network/light-client/compare/v2.0.0...v2.0.1
9295
[2.0.0]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...v2.0.0
9396
[2.0.0-rc.2]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2
9497
[2.0.0-rc.1]: https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1

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.0",
3+
"version": "2.0.1",
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.0.1] - 2021-12-24
6+
57
### Fixed
68

79
- [#3021] Fix version handling to detect client updates
@@ -625,7 +627,8 @@
625627
- Add link to privacy policy.
626628
- Add basic transfer screen.
627629

628-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.0...HEAD
630+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.1...HEAD
631+
[2.0.1]: https://github.com/raiden-network/light-client/compare/v2.0.0...v2.0.1
629632
[2.0.0]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...v2.0.0
630633
[2.0.0-rc.2]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2
631634
[2.0.0-rc.1]: https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1

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.0",
3+
"version": "2.0.1",
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.0.1] - 2021-12-24
6+
57
## [2.0.0] - 2021-12-23
68
### Changed
79
- [#2949] Allows `Raiden.transfer`'s `options.paths` to receive a broader schema, including `{ route: Address[]; estimated_fee: Int<32>; address_metadata?: ... }[]`, needed to support CLI's `paths` parameter of `/payments` endpoint
@@ -528,7 +530,8 @@
528530
- Add protocol message implementation.
529531

530532

531-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.0...HEAD
533+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.1...HEAD
534+
[2.0.1]: https://github.com/raiden-network/light-client/compare/v2.0.0...v2.0.1
532535
[2.0.0]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...v2.0.0
533536
[2.0.0-rc.2]: https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2
534537
[2.0.0-rc.1]: https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1

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

0 commit comments

Comments
 (0)