Skip to content

Commit 3166f12

Browse files
committed
2.2.0 -> 2.3.0
1 parent 308d23e commit 3166f12

File tree

7 files changed

+29
-7
lines changed

7 files changed

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

raiden-cli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## [2.3.0] - 2022-07-22
6+
### Fixed
7+
- [#3135] Fixed some native dependencies to allow installing and running in ARM64 processors (e.g. Apple's M1 computers)
8+
9+
### Changed
10+
- [#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.
11+
12+
[#3135]: https://github.com/raiden-network/light-client/issues/3135
13+
[#3160]: https://github.com/raiden-network/light-client/pull/3160
14+
515
## [3.1.0] - 2022-06-30
616
### Added
717
- [#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
@@ -120,6 +130,7 @@
120130

121131

122132
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
133+
[2.3.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v2.3.0
123134
[3.1.0]: https://github.com/raiden-network/light-client/compare/v3.0.0...v3.1.0
124135
[3.0.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v3.0.0
125136
[2.2.0]: https://github.com/raiden-network/light-client/compare/v2.1.0...v2.2.0

raiden-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raiden_network/raiden-cli",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"author": "brainbot labs est.",
55
"license": "MIT",
66
"description": "Raiden Light Client standalone app with a REST API via HTTP",
@@ -50,6 +50,7 @@
5050
"typescript": "^4.7.4"
5151
},
5252
"dependencies": {
53+
"@koush/wrtc": "^0.5.3",
5354
"cors": "^2.8.5",
5455
"ethers": "^5.6.9",
5556
"express": "^4.18.1",
@@ -60,7 +61,6 @@
6061
"node-localstorage": "^2.2.1",
6162
"raiden-ts": "^2.2.0",
6263
"rxjs": "^7.5.6",
63-
"@koush/wrtc": "^0.5.3",
6464
"yargs": "^17.5.1"
6565
}
6666
}

raiden-dapp/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
## [2.3.0] - 2022-07-22
6+
- [#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).
7+
8+
[#3160]: https://github.com/raiden-network/light-client/pull/3160
9+
510
## [3.1.0] - 2022-06-30
611
### Changed
712
- [#3122] `Backup State` doesn't require SDK to be shut down anymore
@@ -658,6 +663,7 @@
658663
- Add basic transfer screen.
659664

660665
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
666+
[2.3.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v2.3.0
661667
[3.1.0]: https://github.com/raiden-network/light-client/compare/v3.0.0...v3.1.0
662668
[3.0.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v3.0.0
663669
[2.2.0]: https://github.com/raiden-network/light-client/compare/v2.1.0...v2.2.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": "2.2.0",
3+
"version": "2.3.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

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

33
## [Unreleased]
4+
## [2.3.0] - 2022-07-22
5+
- [#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)
6+
7+
[#3160]: https://github.com/raiden-network/light-client/pull/3160
48

59
## [3.1.0] - 2022-06-30
610
### Fixed
@@ -578,6 +582,7 @@
578582

579583

580584
[Unreleased]: https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
585+
[2.3.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v2.3.0
581586
[3.1.0]: https://github.com/raiden-network/light-client/compare/v3.0.0...v3.1.0
582587
[3.0.0]: https://github.com/raiden-network/light-client/compare/v2.2.0...v3.0.0
583588
[2.2.0]: https://github.com/raiden-network/light-client/compare/v2.1.0...v2.2.0

raiden-ts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raiden-ts",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Raiden Light Client Typescript/Javascript SDK",
55
"main": "dist:cjs/index.js",
66
"module": "dist/index.js",
@@ -116,9 +116,9 @@
116116
"rxjs": "^7.5.6"
117117
},
118118
"optionalDependencies": {
119+
"@koush/wrtc": "^0.5.3",
119120
"pouchdb-adapter-indexeddb": "^7.3.0",
120-
"pouchdb-adapter-leveldb": "^7.3.0",
121-
"@koush/wrtc": "^0.5.3"
121+
"pouchdb-adapter-leveldb": "^7.3.0"
122122
},
123123
"files": [
124124
"/dist",

0 commit comments

Comments
 (0)