Skip to content

Commit b5c9d88

Browse files
committed
3.1.0 -> 3.1.1
1 parent e2ab0ab commit b5c9d88

File tree

8 files changed

+39
-10
lines changed

8 files changed

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

raiden-cli/CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## [Unreleased]
44

5-
## [2.3.0] - 2022-07-22
5+
## [3.1.1] - 2022-07-28
6+
### Fixed
7+
- [#3161] Update dependencies and merge fixes from `v2`
8+
9+
[#3161]: https://github.com/raiden-network/light-client/pull/3161
10+
11+
## [2.3.0] - 2022-07-27
612
### Fixed
713
- [#3135] Fixed some native dependencies to allow installing and running in ARM64 processors (e.g. Apple's M1 computers)
814

@@ -127,7 +133,8 @@
127133
[#2054]: https://github.com/raiden-network/light-client/pulls/2054
128134

129135

130-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
136+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.1...HEAD
137+
[3.1.1]: https://github.com/raiden-network/light-client/compare/v3.1.0...v3.1.1
131138
[2.3.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v2.3.0
132139
[3.1.0]: https://github.com/raiden-network/light-client/compare/v3.0.0...v3.1.0
133140
[3.0.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v3.0.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": "3.1.0",
3+
"version": "3.1.1",
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

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## [Unreleased]
44

5-
## [2.3.0] - 2022-07-22
5+
## [3.1.1] - 2022-07-28
6+
### Fixed
7+
- [#3161] Update dependencies and merge fixes from `v2`
8+
9+
[#3161]: https://github.com/raiden-network/light-client/pull/3161
10+
11+
## [2.3.0] - 2022-07-27
612
- [#3160] Backport v3.1.0 improvements to `v2` series (supporting [raiden-contracts v0.40 Coruscant](https://github.com/raiden-network/raiden-contracts/releases/tag/v0.40.0) and Ethereum Mainnet).
713

814
[#3160]: https://github.com/raiden-network/light-client/pull/3160
@@ -662,7 +668,8 @@
662668
- Add link to privacy policy.
663669
- Add basic transfer screen.
664670

665-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
671+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.1...HEAD
672+
[3.1.1]: https://github.com/raiden-network/light-client/compare/v3.1.0...v3.1.1
666673
[2.3.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v2.3.0
667674
[3.1.0]: https://github.com/raiden-network/light-client/compare/v3.0.0...v3.1.0
668675
[3.0.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v3.0.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": "3.1.0",
3+
"version": "3.1.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

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## [Unreleased]
44

5-
## [2.3.0] - 2022-07-22
5+
## [3.1.1] - 2022-07-28
6+
### Fixed
7+
- [#3161] Update dependencies and merge fixes from `v2`
8+
9+
[#3161]: https://github.com/raiden-network/light-client/pull/3161
10+
11+
## [2.3.0] - 2022-07-27
612
- [#3160] Backport v3.1.0 improvements to `v2` series (supporting [raiden-contracts v0.40 Coruscant](https://github.com/raiden-network/raiden-contracts/releases/tag/v0.40.0) and Ethereum Mainnet)
713

814
[#3160]: https://github.com/raiden-network/light-client/pull/3160
@@ -582,7 +588,8 @@
582588
- Add protocol message implementation.
583589

584590

585-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
591+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.1...HEAD
592+
[3.1.1]: https://github.com/raiden-network/light-client/compare/v3.1.0...v3.1.1
586593
[2.3.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v2.3.0
587594
[3.1.0]: https://github.com/raiden-network/light-client/compare/v3.0.0...v3.1.0
588595
[3.0.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v3.0.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": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Raiden Light Client Typescript/Javascript SDK",
55
"main": "dist:cjs/index.js",
66
"module": "dist/index.js",

yarn.lock

+8
Original file line numberDiff line numberDiff line change
@@ -18314,6 +18314,14 @@ wrap-ansi@^2.0.0:
1831418314
string-width "^1.0.1"
1831518315
strip-ansi "^3.0.1"
1831618316

18317+
wrap-ansi@^2.0.0:
18318+
version "2.1.0"
18319+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85"
18320+
integrity sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw==
18321+
dependencies:
18322+
string-width "^1.0.1"
18323+
strip-ansi "^3.0.1"
18324+
1831718325
wrap-ansi@^3.0.1:
1831818326
version "3.0.1"
1831918327
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba"

0 commit comments

Comments
 (0)