From 0fc0acfcf672ba6969f81d6f8016267fff0d0637 Mon Sep 17 00:00:00 2001 From: shawn Date: Tue, 14 Feb 2023 17:14:51 +0800 Subject: [PATCH] bump sdk/ui v0.5.2. --- CHANGELOG.md | 4 ++++ pubspec.lock | 18 ++++++++++-------- pubspec.yaml | 14 +++++++------- 3 files changed, 21 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f11a45c..88b29fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.5.2] - 20230214 +- bump polkawallet_sdk v0.5.2. +- rebuild cross-chain staking page data render. + ## [0.5.1] - 20221221 - bump polkawallet_sdk v0.5.1. - cross-chain staking api update. diff --git a/pubspec.lock b/pubspec.lock index 93f68b4..ea761a4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -923,17 +923,19 @@ packages: polkawallet_sdk: dependency: "direct main" description: - path: "../sdk" - relative: true - source: path - version: "0.5.1" + name: polkawallet_sdk + sha256: d003028e952256b59643c2fa3cd6e4b10c353a328280038e3adb58b1fe713218 + url: "https://pub.dev" + source: hosted + version: "0.5.2" polkawallet_ui: dependency: "direct main" description: - path: "../ui" - relative: true - source: path - version: "0.5.1" + name: polkawallet_ui + sha256: f14b36a19e5b4912978206c0066439377f28a6d7a00d8f37d52cca0f5aa7cd3d + url: "https://pub.dev" + source: hosted + version: "0.5.2" pool: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 71efaf6..a3ec17a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: polkawallet_plugin_acala description: Acala network plugin for Polkawallet. -version: 0.5.1 +version: 0.5.2 homepage: environment: @@ -20,8 +20,8 @@ dependencies: get_storage: ^2.0.2 device_info: ^2.0.1 graphql_flutter: ^5.0.0-nullsafety.5 - polkawallet_sdk: ^0.5.1 - polkawallet_ui: ^0.5.1 + polkawallet_sdk: ^0.5.2 + polkawallet_ui: ^0.5.2 flutter_screenutil: ^5.0.0+2 skeleton_loader: ^2.0.0+4 rive: ^0.9.0 @@ -42,10 +42,10 @@ dev_dependencies: sdk: flutter dependency_overrides: - polkawallet_sdk: - path: ../sdk - polkawallet_ui: - path: ../ui +# polkawallet_sdk: +# path: ../sdk +# polkawallet_ui: +# path: ../ui # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec