Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Apr 6, 2022
1 parent 6e22e8d commit 68a6a18
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/aewallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.2.5
👷‍♂️ Enhancements
* Change access to Chart Sheet (Remove button in the main page. Just click on the balance)
* Introduction pages : improve UI
* Add sheet wave transition animation
* Buttons : change style
* Recent transactions : change style

🐛 Bugfixes
* Fix display of transactions (some transactions don't appear)
* Fix address length in address book

## 0.2.3
🚀 Features
* Account management menu : Add ARCHEthic website access
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A place for all the DApps to live.

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 0.2.3+203
version: 0.2.5+205

environment:
sdk: ">=2.15.1 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->
<script>
var serviceWorkerVersion = '20220403212900';
var serviceWorkerVersion = '20220407';
var scriptLoaded = false;
function loadMainDartJs() {
if (scriptLoaded) {
Expand Down

0 comments on commit 68a6a18

Please sign in to comment.