Skip to content

Commit

Permalink
3.1.0 -> 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevmatos committed Jul 28, 2022
1 parent e2ab0ab commit b5c9d88
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "light-client",
"version": "3.1.0",
"version": "3.1.1",
"description": "Raiden Light Client monorepo",
"author": "brainbot labs est.",
"private": true,
Expand Down
11 changes: 9 additions & 2 deletions raiden-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## [Unreleased]

## [2.3.0] - 2022-07-22
## [3.1.1] - 2022-07-28
### Fixed
- [#3161] Update dependencies and merge fixes from `v2`

[#3161]: https://github.com/raiden-network/light-client/pull/3161

## [2.3.0] - 2022-07-27
### Fixed
- [#3135] Fixed some native dependencies to allow installing and running in ARM64 processors (e.g. Apple's M1 computers)

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


[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.1...HEAD
[3.1.1]: https://github.com/raiden-network/light-client/compare/v3.1.0...v3.1.1
[2.3.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v2.3.0
[3.1.0]: https://github.com/raiden-network/light-client/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion raiden-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raiden_network/raiden-cli",
"version": "3.1.0",
"version": "3.1.1",
"author": "brainbot labs est.",
"license": "MIT",
"description": "Raiden Light Client standalone app with a REST API via HTTP",
Expand Down
11 changes: 9 additions & 2 deletions raiden-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## [Unreleased]

## [2.3.0] - 2022-07-22
## [3.1.1] - 2022-07-28
### Fixed
- [#3161] Update dependencies and merge fixes from `v2`

[#3161]: https://github.com/raiden-network/light-client/pull/3161

## [2.3.0] - 2022-07-27
- [#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).

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

[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.1...HEAD
[3.1.1]: https://github.com/raiden-network/light-client/compare/v3.1.0...v3.1.1
[2.3.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v2.3.0
[3.1.0]: https://github.com/raiden-network/light-client/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v3.0.0
Expand Down
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": "3.1.0",
"version": "3.1.1",
"private": true,
"description": "A dApp that showcases the Raiden Light Client sdk functionality",
"author": "brainbot labs est.",
Expand Down
11 changes: 9 additions & 2 deletions raiden-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## [Unreleased]

## [2.3.0] - 2022-07-22
## [3.1.1] - 2022-07-28
### Fixed
- [#3161] Update dependencies and merge fixes from `v2`

[#3161]: https://github.com/raiden-network/light-client/pull/3161

## [2.3.0] - 2022-07-27
- [#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)

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


[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.1...HEAD
[3.1.1]: https://github.com/raiden-network/light-client/compare/v3.1.0...v3.1.1
[2.3.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v2.3.0
[3.1.0]: https://github.com/raiden-network/light-client/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v3.0.0
Expand Down
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": "3.1.0",
"version": "3.1.1",
"description": "Raiden Light Client Typescript/Javascript SDK",
"main": "dist:cjs/index.js",
"module": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18314,6 +18314,14 @@ wrap-ansi@^2.0.0:
string-width "^1.0.1"
strip-ansi "^3.0.1"

wrap-ansi@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85"
integrity sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw==
dependencies:
string-width "^1.0.1"
strip-ansi "^3.0.1"

wrap-ansi@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba"
Expand Down

0 comments on commit b5c9d88

Please sign in to comment.