Skip to content

Commit

Permalink
bump polkawallet_sdk v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Aug 26, 2021
1 parent 34c9769 commit 7d8cf72
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.3.0] - 20210826

* bump polkawallet_sdk v0.3.0.

## 0.2.9

* basic statemine assets transfer.
18 changes: 10 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -567,17 +567,19 @@ packages:
polkawallet_sdk:
dependency: "direct main"
description:
path: "../sdk"
relative: true
source: path
version: "0.2.8"
name: polkawallet_sdk
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0"
polkawallet_ui:
dependency: "direct main"
description:
path: "../ui"
relative: true
source: path
version: "0.2.8"
path: "."
ref: "485a9cde97f2446d74a1aeb6d8d63e33683461a5"
resolved-ref: "485a9cde97f2446d74a1aeb6d8d63e33683461a5"
url: "https://github.com/polkawallet-io/ui.git"
source: git
version: "0.3.0"
pool:
dependency: transitive
description:
Expand Down
16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: polkawallet_plugin_statemine
description: A statemine/statemint network plugin for polkawallet.
version: 0.2.9
version: 0.3.0
homepage:

environment:
Expand All @@ -15,14 +15,14 @@ dependencies:
flutter_svg: ^0.22.0
get_storage: ^2.0.2
json_annotation: ^4.0.1
# polkawallet_sdk: ^0.2.9
polkawallet_sdk:
path: ../sdk
polkawallet_sdk: ^0.3.0
# polkawallet_sdk:
# path: ../sdk
polkawallet_ui:
# git:
# url: https://github.com/polkawallet-io/ui.git
# ref: 144a244b038e56aead4fc97a189057819bfeab08
path: ../ui
git:
url: https://github.com/polkawallet-io/ui.git
ref: 485a9cde97f2446d74a1aeb6d8d63e33683461a5
# path: ../ui

dev_dependencies:
build_runner: ^2.0.3
Expand Down

0 comments on commit 7d8cf72

Please sign in to comment.