Skip to content

Commit

Permalink
bump sdk/ui v0.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Feb 14, 2023
1 parent 89694b1 commit 0fc0acf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
18 changes: 10 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
14 changes: 7 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: polkawallet_plugin_acala
description: Acala network plugin for Polkawallet.
version: 0.5.1
version: 0.5.2
homepage:

environment:
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0fc0acf

Please sign in to comment.