File tree Expand file tree Collapse file tree 3 files changed +22
-16
lines changed
Expand file tree Collapse file tree 3 files changed +22
-16
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.3.0] - 20210826
2+
3+ * bump polkawallet_sdk v0.3.0.
4+
15## 0.2.9
26
37* basic statemine assets transfer.
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 11name : polkawallet_plugin_statemine
22description : A statemine/statemint network plugin for polkawallet.
3- version : 0.2.9
3+ version : 0.3.0
44homepage :
55
66environment :
@@ -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
2727dev_dependencies :
2828 build_runner : ^2.0.3
You can’t perform that action at this time.
0 commit comments