Skip to content

Commit 46d876f

Browse files
authored
Merge pull request #2652 from agatsoh/prepare_release
Prepare release to 0.16.0
2 parents dda2eec + 4d75172 commit 46d876f

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": "0.15.0",
3+
"version": "0.16.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+
## [0.16.0] - 2021-04-01
46
### Changed
57
- [#2570] Support list of additional services URLs to be passed to `--pathfindingServiceAddress`
68
- [#2581] CLI now defaults to `3% * fee + 0.05% * amount` for fee safety margin, same as PC
@@ -52,7 +54,8 @@
5254
[#2054]: https://github.com/raiden-network/light-client/pulls/2054
5355

5456

55-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.15.0...HEAD
57+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.16.0...HEAD
58+
[0.16.0]: https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.0
5659
[0.15.0]: https://github.com/raiden-network/light-client/compare/v0.14.0...v0.15.0
5760
[0.14.0]: https://github.com/raiden-network/light-client/compare/v0.13.0...v0.14.0
5861
[0.13.0]: https://github.com/raiden-network/light-client/compare/v0.12.0...v0.13.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-cli",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "Raiden Light Client standalone command-line app",
55
"main": "build/index.js",
66
"scripts": {

raiden-dapp/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.16.0] - 2021-04-01
6+
57
### Fixed
68

79
- [#2590] Fix back arrow not visible on account screen when disconnected
@@ -568,7 +570,8 @@
568570
- Add link to privacy policy.
569571
- Add basic transfer screen.
570572

571-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.15.0...HEAD
573+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.16.0...HEAD
574+
[0.16.0]: https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.0
572575
[0.15.0]: https://github.com/raiden-network/light-client/compare/v0.14.0...v0.15.0
573576
[0.14.0]: https://github.com/raiden-network/light-client/compare/v0.13.0...v0.14.0
574577
[0.13.0]: https://github.com/raiden-network/light-client/compare/v0.12.0...v0.13.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": "0.15.0",
3+
"version": "0.16.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+
## [0.16.0] - 2021-04-01
46
### Added
57
- [#1342] Flat (fixed) mediation fees for mediator nodes
68
- [#1343] Proportional (per transfer amount) mediation fees for mediator nodes
@@ -429,7 +431,8 @@
429431
- Add protocol message implementation.
430432

431433

432-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.15.0...HEAD
434+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.16.0...HEAD
435+
[0.16.0]: https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.0
433436
[0.15.0]: https://github.com/raiden-network/light-client/compare/v0.14.0...v0.15.0
434437
[0.14.0]: https://github.com/raiden-network/light-client/compare/v0.13.0...v0.14.0
435438
[0.13.0]: https://github.com/raiden-network/light-client/compare/v0.12.0...v0.13.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": "0.15.0",
3+
"version": "0.16.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)