Skip to content

Commit

Permalink
0.17.0 -> 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevmatos committed Jun 16, 2021
1 parent e5d0614 commit 9a914cf
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 17 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": "0.17.0",
"version": "1.0.0",
"description": "Raiden Light Client monorepo",
"author": "brainbot labs est.",
"private": true,
Expand Down
5 changes: 4 additions & 1 deletion raiden-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [1.0.0] - 2021-06-16

## [0.17.0] - 2021-06-15
### Added
- [#2789] Make raiden-cli package being published to NPM registry on new relases
Expand Down Expand Up @@ -70,7 +72,8 @@
[#2054]: https://github.com/raiden-network/light-client/pulls/2054


[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.17.0...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
[0.17.0]: https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/raiden-network/light-client/compare/v0.14.0...v0.15.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": "0.17.0",
"version": "1.0.0",
"author": "brainbot labs est.",
"license": "MIT",
"description": "Raiden Light Client standalone app with a REST API via HTTP",
Expand Down
6 changes: 1 addition & 5 deletions raiden-dapp/.env.capacitor
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ NODE_ENV=production
VUE_APP_PUBLIC_PATH=./
VUE_APP_DB_ADAPTER=cordova-sqlite
VUE_APP_SERVICE_WORKER_DISABLED=true
VUE_APP_PFS=https://pfs.demo001.env.raiden.network
VUE_APP_MATRIX_SERVER=https://transport.demo001.env.raiden.network
VUE_APP_UDC_ADDRESS=0x0794F09913AA8C77C8c5bdd1Ec4Bb51759Ee0cC5
VUE_APP_HUB=hub.raiden.eth
VUE_APP_ALLOW_MAINNET=false
VUE_APP_ALLOW_MAINNET=true
VUE_APP_IMPRINT=https://raiden.network/privacy.html
VUE_APP_TERMS=https://github.com/raiden-network/light-client/blob/master/TERMS.md
VUE_APP_CONFIGURATION_URL=./config.capacitor.json
4 changes: 0 additions & 4 deletions raiden-dapp/.env.production
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
VUE_APP_PFS=https://pfs.demo001.env.raiden.network
VUE_APP_MATRIX_SERVER=https://transport.demo001.env.raiden.network
VUE_APP_UDC_ADDRESS=0x0794F09913AA8C77C8c5bdd1Ec4Bb51759Ee0cC5
VUE_APP_HUB=hub.raiden.eth
VUE_APP_ALLOW_MAINNET=true
VUE_APP_IMPRINT=https://raiden.network/privacy.html
VUE_APP_TERMS=https://github.com/raiden-network/light-client/blob/master/TERMS.md
Expand Down
5 changes: 4 additions & 1 deletion raiden-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [1.0.0] - 2021-06-16

## [0.17.0] - 2021-06-15

### Fixed
Expand Down Expand Up @@ -601,7 +603,8 @@
- Add link to privacy policy.
- Add basic transfer screen.

[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.17.0...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
[0.17.0]: https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/raiden-network/light-client/compare/v0.14.0...v0.15.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": "0.17.0",
"version": "1.0.0",
"private": true,
"description": "A dApp that showcases the Raiden Light Client sdk functionality",
"author": "brainbot labs est.",
Expand Down
5 changes: 3 additions & 2 deletions raiden-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [1.0.0] - 2021-06-16
### Removed
- [#2571] **BREAKING** Remove ability to join and send messages to global service rooms
- [#2822] **BREAKING** Do not join global rooms anymore, so Matrix-based presence won't work
Expand Down Expand Up @@ -469,7 +469,8 @@
- Add protocol message implementation.


[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.17.0...HEAD
[Unreleased]: https://github.com/raiden-network/light-client/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
[0.17.0]: https://github.com/raiden-network/light-client/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/raiden-network/light-client/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/raiden-network/light-client/compare/v0.14.0...v0.15.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": "0.17.0",
"version": "1.0.0",
"description": "Raiden Light Client Typescript/Javascript SDK",
"main": "dist:cjs/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 9a914cf

Please sign in to comment.