diff --git a/packages/aewallet/CHANGELOG.md b/packages/aewallet/CHANGELOG.md index e96fc24df..d741a2d3d 100644 --- a/packages/aewallet/CHANGELOG.md +++ b/packages/aewallet/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 344ad75a5..51d2c15cf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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" diff --git a/web/index.html b/web/index.html index 57b225540..6170e8841 100644 --- a/web/index.html +++ b/web/index.html @@ -44,7 +44,7 @@ application. For more information, see: https://developers.google.com/web/fundamentals/primers/service-workers -->