Skip to content

Commit 7d8cf72

Browse files
committed
bump polkawallet_sdk v0.3.0
1 parent 34c9769 commit 7d8cf72

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.3.0] - 20210826
2+
3+
* bump polkawallet_sdk v0.3.0.
4+
15
## 0.2.9
26

37
* basic statemine assets transfer.

pubspec.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -567,17 +567,19 @@ packages:
567567
polkawallet_sdk:
568568
dependency: "direct main"
569569
description:
570-
path: "../sdk"
571-
relative: true
572-
source: path
573-
version: "0.2.8"
570+
name: polkawallet_sdk
571+
url: "https://pub.dartlang.org"
572+
source: hosted
573+
version: "0.3.0"
574574
polkawallet_ui:
575575
dependency: "direct main"
576576
description:
577-
path: "../ui"
578-
relative: true
579-
source: path
580-
version: "0.2.8"
577+
path: "."
578+
ref: "485a9cde97f2446d74a1aeb6d8d63e33683461a5"
579+
resolved-ref: "485a9cde97f2446d74a1aeb6d8d63e33683461a5"
580+
url: "https://github.com/polkawallet-io/ui.git"
581+
source: git
582+
version: "0.3.0"
581583
pool:
582584
dependency: transitive
583585
description:

pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: polkawallet_plugin_statemine
22
description: A statemine/statemint network plugin for polkawallet.
3-
version: 0.2.9
3+
version: 0.3.0
44
homepage:
55

66
environment:
@@ -15,14 +15,14 @@ dependencies:
1515
flutter_svg: ^0.22.0
1616
get_storage: ^2.0.2
1717
json_annotation: ^4.0.1
18-
# polkawallet_sdk: ^0.2.9
19-
polkawallet_sdk:
20-
path: ../sdk
18+
polkawallet_sdk: ^0.3.0
19+
# polkawallet_sdk:
20+
# path: ../sdk
2121
polkawallet_ui:
22-
# git:
23-
# url: https://github.com/polkawallet-io/ui.git
24-
# ref: 144a244b038e56aead4fc97a189057819bfeab08
25-
path: ../ui
22+
git:
23+
url: https://github.com/polkawallet-io/ui.git
24+
ref: 485a9cde97f2446d74a1aeb6d8d63e33683461a5
25+
# path: ../ui
2626

2727
dev_dependencies:
2828
build_runner: ^2.0.3

0 commit comments

Comments
 (0)