Skip to content

Commit

Permalink
Release version 1.0.15 (210)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenduythuc committed Aug 26, 2023
1 parent 23da9d8 commit a7bb0f6
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 18 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
## 1.0.14 (210)
- Upgrade UI - Update sorting modal & remove console log (#935)
- The of the staking item is displayed incorrectly (#955)
- Update receive button (#970)
- Update showing minimum active value on mobile app (#931)
- Allow reload NFT, staking in case list is empty (#927)
- Update showing staking account on the Staking detail screen (#932)
- Update web runner 1.1.9 (#977)
- Error page in case touch back when buy token (#947)
- Support multi-language for WalletConnect feature (#973)
- Support domain name for mobile app (#960)
- Do not display NFT after import NFT successfully (#965)
- Bug UI on History screen (#966)
- Do not navigate to dApp when connect via WalletConnect in case URI begin with "wc?" (#967)
- Do not show validator on the Select validator screen in case turn on network when stake (#933)
- Do not reset validator/collator/dApp in case change token to nominate (#956)

## 1.0.14 (209)
- Fix bug not open UnlockModal in ApplyMasterPassword screen

## 1.0.14 (208)
- Fix bug related to SendFund (#939)
- Re-check re-connect network on transaction screen (#942)
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ android {
applicationId "app.subwallet.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 209
versionName "1.0.14"
versionCode 210
versionName "1.0.15"
missingDimensionStrategy 'react-native-camera', 'general'
}

Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ PODS:
- RNScreens (3.22.1):
- React-Core
- React-RCTImage
- RNSVG (13.12.0):
- RNSVG (13.10.0):
- React-Core
- RNVectorIcons (9.2.0):
- React-Core
Expand Down Expand Up @@ -908,7 +908,7 @@ SPEC CHECKSUMS:
RNQrGenerator: 90461ba3ca88c1d38ef73da50fade35d9648215d
RNReanimated: f186e85d9f28c9383d05ca39e11dd194f59093ec
RNScreens: 50ffe2fa2342eabb2d0afbe19f7c1af286bc7fb3
RNSVG: 6d07f8f8f246c85e3e16e0bcfc0d047db0c48496
RNSVG: 80584470ff1ffc7994923ea135a3e5ad825546b9
RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
Expand Down
8 changes: 4 additions & 4 deletions ios/SubWalletMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = SubWalletMobile/SubWalletMobile.entitlements;
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 210;
DEVELOPMENT_TEAM = ZUZ7T3GQMT;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = SubWalletMobile/Info.plist;
Expand All @@ -546,7 +546,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.14;
MARKETING_VERSION = 1.0.15;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -568,7 +568,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = SubWalletMobile/SubWalletMobile.entitlements;
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 210;
DEVELOPMENT_TEAM = ZUZ7T3GQMT;
INFOPLIST_FILE = SubWalletMobile/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = SubWallet;
Expand All @@ -578,7 +578,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.14;
MARKETING_VERSION = 1.0.15;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SubWalletMobile",
"version": "1.0.14",
"build": "209",
"version": "1.0.15",
"build": "210",
"private": true,
"license": "Apache-2.0",
"reactNativePermissionsIOS": [
Expand Down
8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15282,14 +15282,6 @@ react-native-svg@^12.1.1, react-native-svg@^12.5.1, react-native-svg@^13.6.0:
css-select "^5.1.0"
css-tree "^1.1.3"

react-native-svg@^13.12.0:
version "13.12.0"
resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.12.0.tgz#fd4769205c64a5c93cb2da02c6fa5ccf315af862"
integrity sha512-R+HvWfeps9z87CiXXlqIqr9OGPRKvZ7fCfUkDzDVv8wLMBzwi62sjZfAeCS+FxbVBPJ+xlvA4qfGjQZ7xRTBYw==
dependencies:
css-select "^5.1.0"
css-tree "^1.1.3"

react-native-tab-view@^3.5.2:
version "3.5.2"
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-3.5.2.tgz#2789b8af6148b16835869566bf13dc3b0e6c1b46"
Expand Down

0 comments on commit a7bb0f6

Please sign in to comment.