diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ec1125aa..2f2ed223d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. +## [1.0.189] - 2020-04-09 + +### Added + +- [#3804](https://github.com/cosmos/lunie/issues/3804) Improve error messaging if users send more tokens then they have @faboweb +- Allow staking and bonding in Polkadot @faboweb + +### Changed + +- [#3760](https://github.com/cosmos/lunie/issues/3760) Now there is a running script on production that will check if there has been any new Lunie version deployed while the user had Lunie open on the browser and, in that case, reload the page to update. Fixes the chunk error @Bitcoinera +- significant changes to session screens including an update to card sign in to be more of a welcome screen @jbibla + +### Fixed + +- [#3843](https://github.com/cosmos/lunie/issues/3843) Improves de validation of seed phrases in account restore and removes extra spaces @Bitcoinera +- [#3853](https://github.com/cosmos/lunie/pull/3853) Fix the bug I had created myself of this.setNetwork is not a function in connection.js @Bitcoinera +- [#3848](https://github.com/cosmos/lunie/issues/3848) Fixes currencySelector not appearing for e-Money accounts with just NGM balance. Simply deletes isMultiDenomNetwork checker @Bitcoinera +- [#3854](https://github.com/cosmos/lunie/pull/3854) Fixes the amount required validation for Polkadot in DelegationModal @Bitcoinera + +### Code Improvements + +- Remove unused totalRewards from actionmodal query @faboweb + +### Repository + +- Updated capacitor and configuration for Android @faboweb +- Linting is now faster as it only lints changed files on PRs @faboweb + ## [1.0.188] - 2020-04-06 ### Added diff --git a/changes/ana_3843-adjust-seed-validation-on-account-restore b/changes/ana_3843-adjust-seed-validation-on-account-restore deleted file mode 100644 index b8120fd466..0000000000 --- a/changes/ana_3843-adjust-seed-validation-on-account-restore +++ /dev/null @@ -1 +0,0 @@ -[Fixed] [#3843](https://github.com/cosmos/lunie/issues/3843) Improves de validation of seed phrases in account restore and removes extra spaces @Bitcoinera \ No newline at end of file diff --git a/changes/ana_fix-chunk-errors-for-real b/changes/ana_fix-chunk-errors-for-real deleted file mode 100644 index 514e126fd0..0000000000 --- a/changes/ana_fix-chunk-errors-for-real +++ /dev/null @@ -1 +0,0 @@ -[Changed] [#3760](https://github.com/cosmos/lunie/issues/3760) Now there is a running script on production that will check if there has been any new Lunie version deployed while the user had Lunie open on the browser and, in that case, reload the page to update. Fixes the chunk error @Bitcoinera \ No newline at end of file diff --git a/changes/ana_fix-my-mess-in-connection b/changes/ana_fix-my-mess-in-connection deleted file mode 100644 index 245ef7067d..0000000000 --- a/changes/ana_fix-my-mess-in-connection +++ /dev/null @@ -1 +0,0 @@ -[Fixed] [#3853](https://github.com/cosmos/lunie/pull/3853) Fix the bug I had created myself of this.setNetwork is not a function in connection.js @Bitcoinera \ No newline at end of file diff --git a/changes/ana_remove-ismultidenomnetwork b/changes/ana_remove-ismultidenomnetwork deleted file mode 100644 index 3fe40d9a92..0000000000 --- a/changes/ana_remove-ismultidenomnetwork +++ /dev/null @@ -1 +0,0 @@ -[Fixed] [#3848](https://github.com/cosmos/lunie/issues/3848) Fixes currencySelector not appearing for e-Money accounts with just NGM balance. Simply deletes isMultiDenomNetwork checker @Bitcoinera \ No newline at end of file diff --git a/changes/ana_the-last-two-commits-for-fabo-nominate b/changes/ana_the-last-two-commits-for-fabo-nominate deleted file mode 100644 index a3f767a0b3..0000000000 --- a/changes/ana_the-last-two-commits-for-fabo-nominate +++ /dev/null @@ -1 +0,0 @@ -[Fixed] [#3854](https://github.com/cosmos/lunie/pull/3854) Fixes the amount required validation for Polkadot in DelegationModal @Bitcoinera \ No newline at end of file diff --git a/changes/fabo_3804-not-enough-tokens b/changes/fabo_3804-not-enough-tokens deleted file mode 100644 index 5b89084f4b..0000000000 --- a/changes/fabo_3804-not-enough-tokens +++ /dev/null @@ -1 +0,0 @@ -[Added] [#3804](https://github.com/cosmos/lunie/issues/3804) Improve error messaging if users send more tokens then they have @faboweb \ No newline at end of file diff --git a/changes/fabo_fix-android-builds b/changes/fabo_fix-android-builds deleted file mode 100644 index 6fab3bc4c0..0000000000 --- a/changes/fabo_fix-android-builds +++ /dev/null @@ -1 +0,0 @@ -[Repository] Updated capacitor and configuration for Android @faboweb \ No newline at end of file diff --git a/changes/fabo_lint-staged b/changes/fabo_lint-staged deleted file mode 100644 index 8ff196b8f0..0000000000 --- a/changes/fabo_lint-staged +++ /dev/null @@ -1 +0,0 @@ -[Repository] Linting is now faster as it only lints changed files on PRs @faboweb \ No newline at end of file diff --git a/changes/fabo_nominate b/changes/fabo_nominate deleted file mode 100644 index fba9e4ea06..0000000000 --- a/changes/fabo_nominate +++ /dev/null @@ -1 +0,0 @@ -[Added] Allow staking and bonding in Polkadot @faboweb \ No newline at end of file diff --git a/changes/fabo_remove-total-rewards-from-am b/changes/fabo_remove-total-rewards-from-am deleted file mode 100644 index aadad2c2c4..0000000000 --- a/changes/fabo_remove-total-rewards-from-am +++ /dev/null @@ -1 +0,0 @@ -[Code Improvements] Remove unused totalRewards from actionmodal query @faboweb \ No newline at end of file diff --git a/changes/jordan_bueno-welcome b/changes/jordan_bueno-welcome deleted file mode 100644 index 405db74fdf..0000000000 --- a/changes/jordan_bueno-welcome +++ /dev/null @@ -1 +0,0 @@ -[Changed] significant changes to session screens including an update to card sign in to be more of a welcome screen @jbibla \ No newline at end of file diff --git a/package.json b/package.json index dfcf8b38e4..99cc7a74ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lunie", - "version": "1.0.188", + "version": "1.0.189", "description": "Lunie is the staking and governance platform for proof-of-stake blockchains.", "author": "Lunie International Software Systems Inc. ", "scripts": {