Skip to content

Commit

Permalink
2.2.0 -> 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevmatos committed Jul 27, 2022
1 parent 308d23e commit 3166f12
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 7 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": "2.2.0",
"version": "2.3.0",
"description": "Raiden Light Client monorepo",
"author": "brainbot labs est.",
"private": true,
Expand Down
11 changes: 11 additions & 0 deletions raiden-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

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

### Changed
- [#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). Notably, `--web-ui` option is available on v2 Mainnet series.

[#3135]: https://github.com/raiden-network/light-client/issues/3135
[#3160]: https://github.com/raiden-network/light-client/pull/3160

## [3.1.0] - 2022-06-30
### Added
- [#3122] `/api/v1/state.json` endpoint to allow downloading/backing up and `--load-state <path.json>` parameter to upload/rehydrate state/database in a fresh instance
Expand Down Expand Up @@ -120,6 +130,7 @@


[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
[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
[2.2.0]: https://github.com/raiden-network/light-client/compare/v2.1.0...v2.2.0
Expand Down
4 changes: 2 additions & 2 deletions raiden-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raiden_network/raiden-cli",
"version": "2.2.0",
"version": "2.3.0",
"author": "brainbot labs est.",
"license": "MIT",
"description": "Raiden Light Client standalone app with a REST API via HTTP",
Expand Down Expand Up @@ -50,6 +50,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@koush/wrtc": "^0.5.3",
"cors": "^2.8.5",
"ethers": "^5.6.9",
"express": "^4.18.1",
Expand All @@ -60,7 +61,6 @@
"node-localstorage": "^2.2.1",
"raiden-ts": "^2.2.0",
"rxjs": "^7.5.6",
"@koush/wrtc": "^0.5.3",
"yargs": "^17.5.1"
}
}
6 changes: 6 additions & 0 deletions raiden-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

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

## [3.1.0] - 2022-06-30
### Changed
- [#3122] `Backup State` doesn't require SDK to be shut down anymore
Expand Down Expand Up @@ -658,6 +663,7 @@
- Add basic transfer screen.

[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
[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
[2.2.0]: https://github.com/raiden-network/light-client/compare/v2.1.0...v2.2.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": "2.2.0",
"version": "2.3.0",
"private": true,
"description": "A dApp that showcases the Raiden Light Client sdk functionality",
"author": "brainbot labs est.",
Expand Down
5 changes: 5 additions & 0 deletions raiden-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [Unreleased]
## [2.3.0] - 2022-07-22
- [#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

## [3.1.0] - 2022-06-30
### Fixed
Expand Down Expand Up @@ -578,6 +582,7 @@


[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
[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
[2.2.0]: https://github.com/raiden-network/light-client/compare/v2.1.0...v2.2.0
Expand Down
6 changes: 3 additions & 3 deletions raiden-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raiden-ts",
"version": "2.2.0",
"version": "2.3.0",
"description": "Raiden Light Client Typescript/Javascript SDK",
"main": "dist:cjs/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -116,9 +116,9 @@
"rxjs": "^7.5.6"
},
"optionalDependencies": {
"@koush/wrtc": "^0.5.3",
"pouchdb-adapter-indexeddb": "^7.3.0",
"pouchdb-adapter-leveldb": "^7.3.0",
"@koush/wrtc": "^0.5.3"
"pouchdb-adapter-leveldb": "^7.3.0"
},
"files": [
"/dist",
Expand Down

0 comments on commit 3166f12

Please sign in to comment.