From a6bf04e076f3eb4c3b3a91d249210acbeea4912e Mon Sep 17 00:00:00 2001 From: shawn Date: Thu, 5 May 2022 11:18:55 +0800 Subject: [PATCH] bump polkawallet_sdk v0.4.5 --- CHANGELOG.md | 5 +++++ pubspec.lock | 4 ++-- pubspec.yaml | 6 +++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7af3bcf..b3a3b6ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.4.5] - 20220505 +- bump polkawallet_sdk v0.4.5. +- XCM transfer rebuild. +- Vault adjust page rebuild. + ## [0.4.4] - 20220322 - bump polkawallet_sdk v0.4.4. - v3 UI update from karura. diff --git a/pubspec.lock b/pubspec.lock index f234c5f9..a77008d8 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -806,14 +806,14 @@ packages: path: "../sdk" relative: true source: path - version: "0.4.4" + version: "0.4.5" polkawallet_ui: dependency: "direct main" description: path: "../ui" relative: true source: path - version: "0.4.4" + version: "0.4.5" pool: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 8b6f000b..66754827 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: polkawallet_plugin_acala description: Acala network plugin for Polkawallet. -version: 0.4.4 +version: 0.4.5 homepage: environment: @@ -21,8 +21,8 @@ dependencies: device_info: ^2.0.1 graphql_flutter: ^5.0.0-nullsafety.5 liquid_progress_indicator: ^0.4.0 - polkawallet_sdk: ^0.4.4 - polkawallet_ui: ^0.4.1 + polkawallet_sdk: ^0.4.5 + polkawallet_ui: ^0.4.5 flutter_screenutil: ^5.0.0+2 skeleton_loader: ^2.0.0+4 rive: ^0.7.33