Skip to content

Commit

Permalink
2.0.0 -> 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weilbith committed Dec 27, 2021
1 parent 827b5cf commit a3bdd17
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "light-client",
"version": "2.0.0",
"version": "2.0.1",
"description": "Raiden Light Client monorepo",
"author": "brainbot labs est.",
"private": true,
Expand Down
5 changes: 4 additions & 1 deletion raiden-cli/CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [2.0.1] - 2021-12-24

## [2.0.0] - 2021-12-23
### Added
- [#2949] Passthrough `/payments` parameters, including `paths`, which should receive pre-fetched route in the format `{ route: Address[]; estimated_fee: NumericString; address_metadata?: MetadataMap }[]`.
Expand Down Expand Up @@ -88,7 +90,8 @@
[#2054]: https://github.com/raiden-network/light-client/pulls/2054


[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.1...HEAD
[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
[2.0.0-rc.1]: https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
Expand Down
2 changes: 1 addition & 1 deletion raiden-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@raiden_network/raiden-cli",
"version": "2.0.0",
"version": "2.0.1",
"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
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [2.0.1] - 2021-12-24

### Fixed

- [#3021] Fix version handling to detect client updates
Expand Down Expand Up @@ -625,7 +627,8 @@
- Add link to privacy policy.
- Add basic transfer screen.

[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.1...HEAD
[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
[2.0.0-rc.1]: https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
Expand Down
2 changes: 1 addition & 1 deletion raiden-dapp/package.json
@@ -1,6 +1,6 @@
{
"name": "raiden-dapp",
"version": "2.0.0",
"version": "2.0.1",
"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
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [2.0.1] - 2021-12-24

## [2.0.0] - 2021-12-23
### Changed
- [#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
Expand Down Expand Up @@ -528,7 +530,8 @@
- Add protocol message implementation.


[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v2.0.1...HEAD
[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
[2.0.0-rc.1]: https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
Expand Down
2 changes: 1 addition & 1 deletion raiden-ts/package.json
@@ -1,6 +1,6 @@
{
"name": "raiden-ts",
"version": "2.0.0",
"version": "2.0.1",
"description": "Raiden Light Client Typescript/Javascript SDK",
"main": "dist:cjs/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit a3bdd17

Please sign in to comment.