Skip to content

Commit

Permalink
Prepare release (#1299)
Browse files Browse the repository at this point in the history
* 0.5.0 -> v0.5.1

* Release update

* Adding release version to GitHub compare links

* Updating link with version

* Version numbers in their right place
  • Loading branch information
taleldayekh authored Apr 6, 2020
1 parent 16edf09 commit 91c6be1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions raiden-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Changelog

## [Unreleased]

## [0.5.1] - 2020-04-06
### Added
- [#694] Show protocol progress steps on transfer modal.
- [#687] Ghost action buttons.
Expand Down Expand Up @@ -176,7 +175,8 @@
- Add link to privacy policy.
- Add basic transfer screen.

[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.5.1...HEAD
[0.5.1]: https://github.com/raiden-network/light-client/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/raiden-network/light-client/compare/v0.4.2...v0.5.0
[0.4.2]: https://github.com/raiden-network/light-client/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/raiden-network/light-client/compare/v0.4.0...v0.4.1
Expand Down
2 changes: 1 addition & 1 deletion raiden-dapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion raiden-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raiden-dapp",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"description": "A dApp that showcases the Raiden Light Client sdk functionality",
"author": "brainbot labs est.",
Expand Down
5 changes: 3 additions & 2 deletions raiden-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.5.1] - 2020-04-06
### Added
- [#1209] Support for receiving payments
- [#1254] Bumped contract version to 0.37.0-beta
Expand Down Expand Up @@ -136,7 +136,8 @@
- Add protocol message implementation.


[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.5.1...HEAD
[0.5.1]: https://github.com/raiden-network/light-client/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/raiden-network/light-client/compare/v0.4.2...v0.5.0
[0.4.2]: https://github.com/raiden-network/light-client/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/raiden-network/light-client/compare/v0.4.0...v0.4.1
Expand Down
2 changes: 1 addition & 1 deletion raiden-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion raiden-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raiden-ts",
"version": "0.5.0",
"version": "0.5.1",
"description": "Raiden Light Client Typescript/Javascript SDK",
"main": "dist:cjs/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 91c6be1

Please sign in to comment.