Skip to content

Commit 0372acc

Browse files
karlbandrevmatos
authored andcommitted
3.0.0 -> 3.1.0
1 parent 037d554 commit 0372acc

File tree

7 files changed

+16
-7
lines changed

7 files changed

+16
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "light-client",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Raiden Light Client monorepo",
55
"author": "brainbot labs est.",
66
"private": true,

raiden-cli/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [3.1.0] - 2022-06-30
46
### Added
57
- [#3122] `/api/v1/state.json` endpoint to allow downloading/backing up and `--load-state <path.json>` parameter to upload/rehydrate state/database in a fresh instance
68
- [#3123] **Experimental**: `--web-ui` option to serve [Raiden WebUI](https://github.com/raiden-network/webui) from `/ui` route; requires `yarn build:webui`
@@ -115,7 +117,8 @@
115117
[#2054]: https://github.com/raiden-network/light-client/pulls/2054
116118

117119

118-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.0.0...HEAD
120+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
121+
[3.1.0]: https://github.com/raiden-network/light-client/compare/v3.0.0...v3.1.0
119122
[3.0.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v3.0.0
120123
[2.2.0]: https://github.com/raiden-network/light-client/compare/v2.1.0...v2.2.0
121124
[2.1.0]: https://github.com/raiden-network/light-client/compare/v2.0.1...v2.1.0

raiden-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raiden_network/raiden-cli",
3-
"version": "3.0.0",
3+
"version": "3.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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [3.1.0] - 2022-06-30
46
### Changed
57
- [#3122] `Backup State` doesn't require SDK to be shut down anymore
68

@@ -655,7 +657,8 @@
655657
- Add link to privacy policy.
656658
- Add basic transfer screen.
657659

658-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.0.0...HEAD
660+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
661+
[3.1.0]: https://github.com/raiden-network/light-client/compare/v3.0.0...v3.1.0
659662
[3.0.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v3.0.0
660663
[2.2.0]: https://github.com/raiden-network/light-client/compare/v2.1.0...v2.2.0
661664
[2.1.0]: https://github.com/raiden-network/light-client/compare/v2.0.1...v2.1.0

raiden-dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raiden-dapp",
3-
"version": "3.0.0",
3+
"version": "3.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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [3.1.0] - 2022-06-30
46
### Fixed
57
- [#3118] Dynamically set `config.revealTimeout` to half of `tokenNetworkRegistryContract.settleTimeout`, if it'd be smaller than default of 600s
68

@@ -575,7 +577,8 @@
575577
- Add protocol message implementation.
576578

577579

578-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.0.0...HEAD
580+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
581+
[3.1.0]: https://github.com/raiden-network/light-client/compare/v3.0.0...v3.1.0
579582
[3.0.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v3.0.0
580583
[2.2.0]: https://github.com/raiden-network/light-client/compare/v2.1.0...v2.2.0
581584
[2.1.0]: https://github.com/raiden-network/light-client/compare/v2.0.1...v2.1.0

raiden-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raiden-ts",
3-
"version": "3.0.0",
3+
"version": "3.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)