Skip to content

Commit d7914f6

Browse files
authored
Merge pull request #2888 from raiden-network/prepare_release
Bump versions: 1.0.0 -> 1.1.0
2 parents 9d2af70 + 6c16afe commit d7914f6

File tree

7 files changed

+20
-7
lines changed

7 files changed

+20
-7
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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Raiden Light Client monorepo",
55
"author": "brainbot labs est.",
66
"private": true,

raiden-cli/CHANGELOG.md

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

3+
## [Unreleased]
4+
5+
## [1.1.0] - 2021-08-09
6+
37
## [1.0.0] - 2021-06-16
48

59
## [0.17.0] - 2021-06-15
@@ -72,7 +76,8 @@
7276
[#2054]: https://github.com/raiden-network/light-client/pulls/2054
7377

7478

75-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v1.0.0...HEAD
79+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v1.1.0...HEAD
80+
[1.1.0]: https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
7681
[1.0.0]: https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
7782
[0.17.0]: https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
7883
[0.16.0]: https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.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": "1.0.0",
3+
"version": "1.1.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

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

3+
## [Unreleased]
4+
5+
## [1.1.0] - 2021-08-09
6+
37
## [1.0.0] - 2021-06-16
48

59
## [0.17.0] - 2021-06-15
@@ -603,7 +607,8 @@
603607
- Add link to privacy policy.
604608
- Add basic transfer screen.
605609

606-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v1.0.0...HEAD
610+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v1.1.0...HEAD
611+
[1.1.0]: https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
607612
[1.0.0]: https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
608613
[0.17.0]: https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
609614
[0.16.0]: https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.0

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": "1.0.0",
3+
"version": "1.1.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

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [1.1.0] - 2021-08-09
46
### Added
57
- [#2766] Add `Capabilities.IMMUTABLE_METADATA` (true on LC, fallback to falsy for backwards compatibility) to allow opting in of not prunning metadata.route and allowing to pass it through mediators unchanged
68
- [#2730] Add `config.encryptSecret` and `Raiden.transfer`'s `encryptSecret` boolean option, to allow sending secret to target on LockedTransfer's metadata, encrypted with ECIES over their publicKey, skipping SecretRequest/Reveal and speeding up transfers.
@@ -483,7 +485,8 @@
483485
- Add protocol message implementation.
484486

485487

486-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v1.0.0...HEAD
488+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v1.1.0...HEAD
489+
[1.1.0]: https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
487490
[1.0.0]: https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
488491
[0.17.0]: https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
489492
[0.16.0]: https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.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": "1.0.0",
3+
"version": "1.1.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)