Skip to content

Commit

Permalink
release 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed May 26, 2022
1 parent 06f5ca0 commit 6bac42b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.4.6] - 20220526.

* bump polkawallet_sdk: 0.4.5.
* update dapp sign ui.
* add dapp auth ui.


## [0.4.5] - 20220424.

* bump polkawallet_sdk: 0.4.5.
Expand Down
10 changes: 6 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: polkawallet_ui
description: Common used Widgets for polkawallet app.
version: 0.4.5
version: 0.4.6
homepage: https://polkawallet.io

environment:
Expand All @@ -17,15 +17,17 @@ dependencies:
intl: ^0.17.0
qr_flutter_fork: ^4.0.0
flutter_qr_scan: ^1.0.7
# polkawallet_sdk: ^0.4.5
polkawallet_sdk: ^0.4.6
webview_flutter: ^3.0.0
skeleton_loader: ^2.0.0+4
flutter_screenutil: ^5.0.0+2
scrollable_positioned_list: ^0.2.3
card_swiper: ^2.0.3
# simple_shadow: ^0.2.0
polkawallet_sdk:
path: ../sdk

#dependency_overrides:
# polkawallet_sdk:
# path: ../sdk

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 6bac42b

Please sign in to comment.