Skip to content

Commit 5e766eb

Browse files
authored
Merge pull request #2820 from raiden-network/prepare_release
Prepare release
2 parents 41f7abc + 27dba34 commit 5e766eb

File tree

7 files changed

+16
-13
lines changed

7 files changed

+16
-13
lines changed

package.json

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

raiden-cli/CHANGELOG.md

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

3-
## [Unreleased]
3+
## [0.17.0] - 2021-06-15
44
### Added
55
- [#2789] Make raiden-cli package being published to NPM registry on new relases
66

@@ -70,7 +70,8 @@
7070
[#2054]: https://github.com/raiden-network/light-client/pulls/2054
7171

7272

73-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.16.0...HEAD
73+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.17.0...HEAD
74+
[0.17.0]: https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
7475
[0.16.0]: https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.0
7576
[0.15.0]: https://github.com/raiden-network/light-client/compare/v0.14.0...v0.15.0
7677
[0.14.0]: https://github.com/raiden-network/light-client/compare/v0.13.0...v0.14.0

raiden-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raiden_network/raiden-cli",
3-
"version": "0.16.0",
3+
"version": "0.17.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

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

3-
## [Unreleased]
3+
## [0.17.0] - 2021-06-15
44

55
### Fixed
66

@@ -601,7 +601,8 @@
601601
- Add link to privacy policy.
602602
- Add basic transfer screen.
603603

604-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.16.0...HEAD
604+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.17.0...HEAD
605+
[0.17.0]: https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
605606
[0.16.0]: https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.0
606607
[0.15.0]: https://github.com/raiden-network/light-client/compare/v0.14.0...v0.15.0
607608
[0.14.0]: https://github.com/raiden-network/light-client/compare/v0.13.0...v0.14.0

raiden-dapp/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raiden-dapp",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"private": true,
55
"description": "A dApp that showcases the Raiden Light Client sdk functionality",
66
"author": "brainbot labs est.",
@@ -53,13 +53,13 @@
5353
"workbox-routing": "^6.1.5"
5454
},
5555
"devDependencies": {
56-
"@capacitor/android": "^3.0.0-rc.0",
57-
"@capacitor/cli": "^3.0.0-rc.0",
58-
"@capacitor/ios": "^3.0.0-rc.0",
5956
"@babel/core": "7.14.5",
6057
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
6158
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
6259
"@babel/preset-typescript": "^7.14.5",
60+
"@capacitor/android": "^3.0.0-rc.0",
61+
"@capacitor/cli": "^3.0.0-rc.0",
62+
"@capacitor/ios": "^3.0.0-rc.0",
6363
"@cypress/code-coverage": "^3.9.6",
6464
"@cypress/webpack-preprocessor": "^5.9.0",
6565
"@kazupon/vue-i18n-loader": "^0.5.0",

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.17.0] - 2021-06-15
44
### Added
55
- [#1576] Add functionality to deploy token networks
66
- [#2577] Add imbalance penalty mediation fees
@@ -451,7 +451,8 @@
451451
- Add protocol message implementation.
452452

453453

454-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.16.0...HEAD
454+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.17.0...HEAD
455+
[0.17.0]: https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
455456
[0.16.0]: https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.0
456457
[0.15.0]: https://github.com/raiden-network/light-client/compare/v0.14.0...v0.15.0
457458
[0.14.0]: https://github.com/raiden-network/light-client/compare/v0.13.0...v0.14.0

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