Skip to content

Commit 419da6f

Browse files
authored
Prepare release (#1304)
* 0.5.1 -> v0.5.2 * Updated change logs
1 parent 0451c5a commit 419da6f

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

raiden-dapp/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.5.2] - 2020-04-07
4+
- No changes
5+
6+
37
## [0.5.1] - 2020-04-06
48
### Added
59
- [#694] Show protocol progress steps on transfer modal.
@@ -175,7 +179,8 @@
175179
- Add link to privacy policy.
176180
- Add basic transfer screen.
177181

178-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.5.1...HEAD
182+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.5.2...HEAD
183+
[0.5.2]: https://github.com/raiden-network/light-client/compare/v0.5.1...v0.5.2
179184
[0.5.1]: https://github.com/raiden-network/light-client/compare/v0.5.0...v0.5.1
180185
[0.5.0]: https://github.com/raiden-network/light-client/compare/v0.4.2...v0.5.0
181186
[0.4.2]: https://github.com/raiden-network/light-client/compare/v0.4.1...v0.4.2

raiden-dapp/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "0.5.1",
3+
"version": "0.5.2",
44
"private": true,
55
"description": "A dApp that showcases the Raiden Light Client sdk functionality",
66
"author": "brainbot labs est.",

raiden-ts/CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.5.2] - 2020-04-07
44

55
## Fixed
66
- [#1254] Downgraded contract version 0.36.2
@@ -143,7 +143,8 @@
143143
- Add protocol message implementation.
144144

145145

146-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.5.1...HEAD
146+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.5.2...HEAD
147+
[0.5.2]: https://github.com/raiden-network/light-client/compare/v0.5.1...v0.5.2
147148
[0.5.1]: https://github.com/raiden-network/light-client/compare/v0.5.0...v0.5.1
148149
[0.5.0]: https://github.com/raiden-network/light-client/compare/v0.4.2...v0.5.0
149150
[0.4.2]: https://github.com/raiden-network/light-client/compare/v0.4.1...v0.4.2

raiden-ts/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)