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 46a65b7 commit d65e575
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 31 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.3.0] - 20210826.

* bump polkawallet_sdk 0.3.0.
* add homaLite module.

## [0.2.6] - 20210723.

* bump polkawallet_sdk 0.2.6.
Expand Down
20 changes: 11 additions & 9 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -521,21 +521,23 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.7"
version: "0.3.0"
polkawallet_sdk:
dependency: transitive
description:
path: "../../sdk"
relative: true
source: path
version: "0.2.7"
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.7"
path: "."
ref: "485a9cde97f2446d74a1aeb6d8d63e33683461a5"
resolved-ref: "485a9cde97f2446d74a1aeb6d8d63e33683461a5"
url: "https://github.com/polkawallet-io/ui.git"
source: git
version: "0.3.0"
process:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ dependencies:
sdk: flutter
flutter_mobx: ^2.0.0
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

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
20 changes: 11 additions & 9 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -733,19 +733,21 @@ packages:
source: hosted
version: "2.0.0"
polkawallet_sdk:
dependency: "direct overridden"
dependency: "direct main"
description:
path: "../sdk"
relative: true
source: path
version: "0.2.7"
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.7"
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
18 changes: 9 additions & 9 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.2.9
version: 0.3.0
homepage:

environment:
Expand All @@ -21,16 +21,16 @@ dependencies:
device_info: ^2.0.1
graphql_flutter: ^5.0.0-nullsafety.5
liquid_progress_indicator: ^0.3.2
polkawallet_sdk: ^0.2.9
polkawallet_sdk: ^0.3.0
polkawallet_ui:
path: ../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

dependency_overrides:
polkawallet_sdk:
path: ../sdk
#dependency_overrides:
# polkawallet_sdk:
# path: ../sdk

dev_dependencies:
build_runner: ^2.0.3
Expand Down

0 comments on commit d65e575

Please sign in to comment.