Skip to content

Commit

Permalink
Merge pull request #450 from polkawallet-io/develop
Browse files Browse the repository at this point in the history
release 3671
  • Loading branch information
RomeroYang authored Jul 26, 2024
2 parents 9a2da41 + 1e4f4e8 commit 111956a
Show file tree
Hide file tree
Showing 4 changed files with 20 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 @@
# [3.6.7-beta]
20240708
1. polkadot/kusama staking reward display fix.

# [3.6.6-beta]
20240708
1. bridge module update.
Expand Down
12 changes: 6 additions & 6 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3651;
CURRENT_PROJECT_VERSION = 3671;
DEVELOPMENT_TEAM = WQ5H736A22;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7;
Expand All @@ -373,7 +373,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 3.6.5;
MARKETING_VERSION = 3.6.7;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -502,7 +502,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3651;
CURRENT_PROJECT_VERSION = 3671;
DEVELOPMENT_TEAM = WQ5H736A22;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7;
Expand All @@ -521,7 +521,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 3.6.5;
MARKETING_VERSION = 3.6.7;
PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -543,7 +543,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3651;
CURRENT_PROJECT_VERSION = 3671;
DEVELOPMENT_TEAM = WQ5H736A22;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7;
Expand All @@ -562,7 +562,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 3.6.5;
MARKETING_VERSION = 3.6.7;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1073,8 +1073,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "056acdb6ca84846eedae14d18eddd0062e667057"
resolved-ref: "056acdb6ca84846eedae14d18eddd0062e667057"
ref: a247b48399cd28f57e52d589d85aa462d3af3cea
resolved-ref: a247b48399cd28f57e52d589d85aa462d3af3cea
url: "https://github.com/polkawallet-io/polkawallet_plugin_kusama.git"
source: git
version: "0.5.2"
Expand All @@ -1100,18 +1100,18 @@ packages:
dependency: "direct main"
description:
name: polkawallet_sdk
sha256: fab475543adcd772977970ba857ad9adc426afec52f2900ca453d8f3f5122486
sha256: "5f50767dd7d897b78779d9293b87c860484d18761a595745007c27ade94ee1a3"
url: "https://pub.dev"
source: hosted
version: "0.6.1"
version: "0.6.1+1"
polkawallet_ui:
dependency: "direct main"
description:
name: polkawallet_ui
sha256: "9cbe970586a5bf250c1153b61bac246d3d7dbf7e9ded8382f312a97fb9e3e847"
sha256: "5cee86ce34c9414ea3e1fbfff52c9a7d5607db928dd5d7ba86ed480d2a9d39f2"
url: "https://pub.dev"
source: hosted
version: "0.5.5+2"
version: "0.5.6"
pool:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 3.6.6+3661
version: 3.6.7+3671

environment:
sdk: ">=2.10.0 <3.0.0"
Expand Down Expand Up @@ -51,7 +51,7 @@ dependencies:
polkawallet_plugin_kusama:
git:
url: https://github.com/polkawallet-io/polkawallet_plugin_kusama.git
ref: 056acdb6ca84846eedae14d18eddd0062e667057
ref: a247b48399cd28f57e52d589d85aa462d3af3cea
polkawallet_plugin_acala:
git:
url: https://github.com/AcalaNetwork/polkawallet_plugin_acala.git
Expand Down Expand Up @@ -111,8 +111,8 @@ dependency_overrides:
# path: ../../coding/polkawallet/polkawallet_plugin_statemine
# polkawallet_plugin_evm:
# path: ../../coding/polkawallet/polkawallet_plugin_evm
polkawallet_ui: ^0.5.5+2
polkawallet_sdk: ^0.6.1
polkawallet_ui: ^0.5.6
polkawallet_sdk: ^0.6.1+1
# polkawallet_ui:
# path: ../../coding/polkawallet/ui
# polkawallet_sdk:
Expand Down

0 comments on commit 111956a

Please sign in to comment.