diff --git a/.circleci/config.yml b/.circleci/config.yml index f6bdb43f027..262d33998a0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,8 +19,8 @@ version: 2 jobs: prep-deps: <<: *defaults - macos: - xcode: 10.3.0 + docker: + - image: circleci/node:10 steps: - checkout - run: *install-node-dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f7caa693e7..414043a7252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,54 @@ ## Current Develop Branch +## v0.2.5 - Sept 27 2019 +- [#1096](https://github.com/MetaMask/metamask-mobile/pull/1096): Webview rewrite (#1096) +- [#1108](https://github.com/MetaMask/metamask-mobile/pull/1108): improvements: instapay (#1108) +- [#1104](https://github.com/MetaMask/metamask-mobile/pull/1104): Feature: instapay receive (#1104) +- [#1103](https://github.com/MetaMask/metamask-mobile/pull/1103): Feature: onboarding carousel (#1103) +- [#1106](https://github.com/MetaMask/metamask-mobile/pull/1106): Update README.md (#1106) +- [#1101](https://github.com/MetaMask/metamask-mobile/pull/1101): update dapp txn flow in case ropsten faucet is having issues (#1101) +- [#1075](https://github.com/MetaMask/metamask-mobile/pull/1075): detox: test e2e ios (#1075) +- [#1097](https://github.com/MetaMask/metamask-mobile/pull/1097): detox: Enable e2e test suite to run on CircleCI (#1097) +- [#1094](https://github.com/MetaMask/metamask-mobile/pull/1094): update deps and xcode (#1094) +- [#1093](https://github.com/MetaMask/metamask-mobile/pull/1093): fix Crashlytics import (#1093) +- [#1092](https://github.com/MetaMask/metamask-mobile/pull/1092): use old xcode to compare build diff (#1092) +- [#1091](https://github.com/MetaMask/metamask-mobile/pull/1091): fix android apk generation (#1091) +- [#1090](https://github.com/MetaMask/metamask-mobile/pull/1090): Revert "Update branch to latest version (#1078)" (#1090) +- [#1089](https://github.com/MetaMask/metamask-mobile/pull/1089): Revert "update submodules (#1079)" (#1089) +- [#1088](https://github.com/MetaMask/metamask-mobile/pull/1088): Revert "Fix android builds (#1080)" (#1088) +- [#1087](https://github.com/MetaMask/metamask-mobile/pull/1087): Revert "Fix webview files path (#1081)" (#1087) +- [#1086](https://github.com/MetaMask/metamask-mobile/pull/1086): Revert "dont use cache on pre-release (#1082)" (#1086) +- [#1084](https://github.com/MetaMask/metamask-mobile/pull/1084): bugfix: reveal credential ui (#1084) +- [#1082](https://github.com/MetaMask/metamask-mobile/pull/1082): dont use cache on pre-release (#1082) +- [#1081](https://github.com/MetaMask/metamask-mobile/pull/1081): Fix webview files path (#1081) +- [#1080](https://github.com/MetaMask/metamask-mobile/pull/1080): Fix android builds (#1080) +- [#1079](https://github.com/MetaMask/metamask-mobile/pull/1079): update submodules (#1079) +- [#1078](https://github.com/MetaMask/metamask-mobile/pull/1078): Update branch to latest version (#1078) +- [#1076](https://github.com/MetaMask/metamask-mobile/pull/1076): safe check (#1076) +- [#1058](https://github.com/MetaMask/metamask-mobile/pull/1058): detox: dapp initiated txns (#1058) +- [#1071](https://github.com/MetaMask/metamask-mobile/pull/1071): bugfix: json rpc accounts api (#1071) +- [#1069](https://github.com/MetaMask/metamask-mobile/pull/1069): fix ens manager (#1069) +- [#1068](https://github.com/MetaMask/metamask-mobile/pull/1068): bugfix: android injection (#1068) +- [#1060](https://github.com/MetaMask/metamask-mobile/pull/1060): Bugfix: custom rpc network (#1060) +- [#1065](https://github.com/MetaMask/metamask-mobile/pull/1065): bugfix: inpage enable (#1065) +- [#1054](https://github.com/MetaMask/metamask-mobile/pull/1054): bugfix: remove tokens but ETH (#1054) +- [#1064](https://github.com/MetaMask/metamask-mobile/pull/1064): Fix circleci builds (#1064) +- [#1063](https://github.com/MetaMask/metamask-mobile/pull/1063): Revert "Update branch SDK & fix build issues (#1061)" (#1063) +- [#1062](https://github.com/MetaMask/metamask-mobile/pull/1062): bump circleci cache version (#1062) +- [#1061](https://github.com/MetaMask/metamask-mobile/pull/1061): Update branch SDK & fix build issues (#1061) +- [#1056](https://github.com/MetaMask/metamask-mobile/pull/1056): Detox: Import seed phrase and validate via settings (#1056) +- [#1051](https://github.com/MetaMask/metamask-mobile/pull/1051): updated branch sdk and fix build (#1051) +- [#1050](https://github.com/MetaMask/metamask-mobile/pull/1050): dont show invalid deeplink if opening the app with no action (#1050) +- [#1048](https://github.com/MetaMask/metamask-mobile/pull/1048): bugfix: connect modal (#1048) +- [#1047](https://github.com/MetaMask/metamask-mobile/pull/1047): bugfix: token transfer deeplink (#1047) +- [#1049](https://github.com/MetaMask/metamask-mobile/pull/1049): Migrate to yarn (#1049) +- [#1045](https://github.com/MetaMask/metamask-mobile/pull/1045): More UIWebview cleanup (#1045) +- [#1044](https://github.com/MetaMask/metamask-mobile/pull/1044): remove uiwebview ocurrences (#1044) + ## v0.2.4 - Aug 28 2019 -- [#1038](https://github.com/MetaMask/metamask-mobile/pull/1037) - Fix Approval (#1038) -- [#1037](https://github.com/MetaMask/metamask-mobile/pull/1037) - Fix walletconnect (#1037) +- [#1038](https://github.com/MetaMask/metamask-mobile/pull/1038): Fix Approval (#1038) +: [#1037](https://github.com/MetaMask/metamask-mobile/pull/1037): Fix walletconnect :#1037) - [#1036](https://github.com/MetaMask/metamask-mobile/pull/1036): Bugfix: browser crash (#1036) - [#1034](https://github.com/MetaMask/metamask-mobile/pull/1034): Bump 0.2.4 (#1034) - [#1027](https://github.com/MetaMask/metamask-mobile/pull/1027): Improvement: approval token transfer data (#1027) diff --git a/android/app/build.gradle b/android/app/build.gradle index 974d28192f7..db59788f085 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -174,8 +174,8 @@ android { applicationId "io.metamask" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 17 - versionName "0.2.4" + versionCode 18 + versionName "0.2.5" multiDexEnabled true testBuildType System.getProperty('testBuildType', 'debug') missingDimensionStrategy "minReactNative", "minReactNative46" diff --git a/ios/MetaMask/Info.plist b/ios/MetaMask/Info.plist index 41e66c20090..611006d712e 100644 --- a/ios/MetaMask/Info.plist +++ b/ios/MetaMask/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.4 + 0.2.5 CFBundleSignature ???? CFBundleURLTypes diff --git a/package.json b/package.json index 7eafb58575e..aa33e54e672 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask", - "version": "0.2.4", + "version": "0.2.5", "private": true, "scripts": { "restart-packager-clean": "watchman watch-del-all && rm -rf $TMPDIR/react-* && yarn start -- --reset-cache",