Skip to content

Commit b47e4fb

Browse files
authored
0.4.0 -> v0.4.1 (#1129)
1 parent f1fca18 commit b47e4fb

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

raiden-dapp/CHANGELOG.md

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

3-
## Unreleased
3+
## [0.4.1] - 2020-03-04
44
### Fixed
55
- [#1116] Fixed unhandled exception on transfer error dialog on PFS expected errors
66
- [#1118] Fixed token list in token overlay.
@@ -139,7 +139,7 @@
139139
- Add link to privacy policy.
140140
- Add basic transfer screen.
141141

142-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.4.0...HEAD
142+
[0.4.1]: https://github.com/raiden-network/light-client/compare/v0.4.0...v0.4.1
143143
[0.4.0]: https://github.com/raiden-network/light-client/compare/v0.3.0...v0.4.0
144144
[0.3.0]: https://github.com/raiden-network/light-client/compare/v0.2...v0.3.0
145145
[0.2]: https://github.com/raiden-network/light-client/compare/v0.1.1...v0.2

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.4.0",
3+
"version": "0.4.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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.4.1] - 2020-03-04
44
### Changed
55
- [#1128] Enable faster channel opening & deposit by parallelizing them and their confirmations
66

77
### Fixed
88
- [#1120] Ensure PFS is updated by sending a PFSCapacityUpdate every time our capacity changes
99
- [#1116] Wait for confirmation blocks after mint & depositToUDC to resolve promise
1010

11+
[#1120]: https://github.com/raiden-network/light-client/issues/1120
12+
[#1128]: https://github.com/raiden-network/light-client/issues/1128
13+
[#1116]: https://github.com/raiden-network/light-client/issues/1116
14+
1115
## [0.4.0] - 2020-02-28
1216
### Added
1317
- [#614] Implement state upgrades and migration
@@ -97,7 +101,7 @@
97101
- Add protocol message implementation.
98102

99103

100-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.4.0...HEAD
104+
[0.4.1]: https://github.com/raiden-network/light-client/compare/v0.4.0...v0.4.1
101105
[0.4.0]: https://github.com/raiden-network/light-client/compare/v0.3.0...v0.4.0
102106
[0.3.0]: https://github.com/raiden-network/light-client/compare/v0.2...v0.3.0
103107
[0.2]: https://github.com/raiden-network/light-client/compare/v0.1.1...v0.2

raiden-ts/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4.0",
3+
"version": "0.4.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)