This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3697cee
commit 46aacda
Showing
12 changed files
with
183 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "0.2.0" | ||
"version": "0.3.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.3.0](https://github.com/paritytech/substrate-light-ui/compare/v0.1.0...v0.3.0) (2020-02-13) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* bugs in the Account Details page ([#701](https://github.com/paritytech/substrate-light-ui/issues/701)) ([dcbc04e](https://github.com/paritytech/substrate-light-ui/commit/dcbc04e5a85042f83d66908dc3a6aa9a4bdb0e6b)) | ||
* identity header ([#699](https://github.com/paritytech/substrate-light-ui/issues/699)) ([4f1a7b4](https://github.com/paritytech/substrate-light-ui/commit/4f1a7b4e6de07f0170ca441ce0ab60ff38ec6e1c)) | ||
* import with phrase ([#700](https://github.com/paritytech/substrate-light-ui/issues/700)) ([34a02a3](https://github.com/paritytech/substrate-light-ui/commit/34a02a38305ff6fc6bb58711447c18c33dee96d6)) | ||
* Make all console.error disappear ([#605](https://github.com/paritytech/substrate-light-ui/issues/605)) ([3df2ee4](https://github.com/paritytech/substrate-light-ui/commit/3df2ee43bba8bb65eda65c0879dbf4943310e1cf)) | ||
* quick fix getting accounts from bonding, get ready for design fixes ([#579](https://github.com/paritytech/substrate-light-ui/issues/579)) ([701a6ec](https://github.com/paritytech/substrate-light-ui/commit/701a6ec03c7c048cc2854392c621c16d88d7b4b7)) | ||
* use keyring context from @substrate/context ([#703](https://github.com/paritytech/substrate-light-ui/issues/703)) ([137b58f](https://github.com/paritytech/substrate-light-ui/commit/137b58f2c5d6760a3bd54ef732d75df45737f839)) | ||
* various bugs living in the cobwebs ([#697](https://github.com/paritytech/substrate-light-ui/issues/697)) ([8352572](https://github.com/paritytech/substrate-light-ui/commit/8352572f0b6513248b86a123645c84c8d70d5ce3)) | ||
|
||
|
||
### Features | ||
|
||
* Add a browser extension ([#698](https://github.com/paritytech/substrate-light-ui/issues/698)) ([f7224a6](https://github.com/paritytech/substrate-light-ui/commit/f7224a670a0bcf3e6ea7257fe67cd159054fa539)) | ||
* TxQueue Cancel Observable + Alert timeout ([#578](https://github.com/paritytech/substrate-light-ui/issues/578)) ([d5f6a52](https://github.com/paritytech/substrate-light-ui/commit/d5f6a52312ec9d2ef5e2b85ea20650b23acd5d9b)) | ||
* Use a light client instead of the remote node ([#706](https://github.com/paritytech/substrate-light-ui/issues/706)) ([a8cab82](https://github.com/paritytech/substrate-light-ui/commit/a8cab825841233ea9211d1eecfc912257ce1adc5)) | ||
* **light-apps:** nominator onboarding flow ([#390](https://github.com/paritytech/substrate-light-ui/issues/390)) ([b9f4f36](https://github.com/paritytech/substrate-light-ui/commit/b9f4f36442b38b4e8fcdb0a05b4d44f4e6f9b21d)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@substrate/accounts-app", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"author": "Parity Technologies <[email protected]>", | ||
"description": "Accounts management app", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@substrate/electron-app", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"author": "Parity Technologies <[email protected]>", | ||
"description": "Substrate Light UI", | ||
"license": "Apache-2.0", | ||
|
@@ -15,7 +15,7 @@ | |
"test": "echo Skipped." | ||
}, | ||
"devDependencies": { | ||
"@substrate/light-apps": "^0.2.0", | ||
"@substrate/light-apps": "^0.3.0", | ||
"copyfiles": "^2.2.0", | ||
"electron": "^8.0.0", | ||
"electron-builder": "^22.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.3.0](https://github.com/paritytech/substrate-light-ui/compare/v0.1.0...v0.3.0) (2020-02-13) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Make yarn start:extension work again ([#704](https://github.com/paritytech/substrate-light-ui/issues/704)) ([8710a14](https://github.com/paritytech/substrate-light-ui/commit/8710a14c4ea3b77a6948c63df9d2f91ea12f9673)) | ||
|
||
|
||
### Features | ||
|
||
* **extension-app:** Make wasm work ([#764](https://github.com/paritytech/substrate-light-ui/issues/764)) ([8e792d7](https://github.com/paritytech/substrate-light-ui/commit/8e792d788e849b18b78653f2d0969cd0d478acb7)) | ||
* **extension-app:** start_client with chainSpec ([#778](https://github.com/paritytech/substrate-light-ui/issues/778)) ([3697cee](https://github.com/paritytech/substrate-light-ui/commit/3697cee7707d6d5d8a3371c4cd23c8330a934152)) | ||
* Add a browser extension ([#698](https://github.com/paritytech/substrate-light-ui/issues/698)) ([f7224a6](https://github.com/paritytech/substrate-light-ui/commit/f7224a670a0bcf3e6ea7257fe67cd159054fa539)) | ||
* extension PostMessageProvider ([#714](https://github.com/paritytech/substrate-light-ui/issues/714)) ([cb61c56](https://github.com/paritytech/substrate-light-ui/commit/cb61c56ccfa2bbd343308f64cad5d09a9a57f214)), closes [#729](https://github.com/paritytech/substrate-light-ui/issues/729) | ||
* Inject to notify page that extension is present ([#732](https://github.com/paritytech/substrate-light-ui/issues/732)) ([12da519](https://github.com/paritytech/substrate-light-ui/commit/12da519e38c83ea612597e9471a4b63120dbd0df)) | ||
* run kusama wasm in extension background ([#705](https://github.com/paritytech/substrate-light-ui/issues/705)) ([53e2353](https://github.com/paritytech/substrate-light-ui/commit/53e23539ebe3c0ce01a090e675ccef8e5c43722f)) | ||
* Use a light client instead of the remote node ([#706](https://github.com/paritytech/substrate-light-ui/issues/706)) ([a8cab82](https://github.com/paritytech/substrate-light-ui/commit/a8cab825841233ea9211d1eecfc912257ce1adc5)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@substrate/extension-app", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"author": "Parity Technologies <[email protected]>", | ||
"description": "Substrate Light UI", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.