From 288f356bd4e75764378baa9be5b4d0b017c4fa41 Mon Sep 17 00:00:00 2001 From: Luke Donahue Date: Thu, 20 May 2021 18:35:56 -0700 Subject: [PATCH 1/2] bump ract native modal --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4096c976c4d..08c6d391f1e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32735,9 +32735,9 @@ "integrity": "sha1-RvGKMgQyCYol6p+on1FD3SVNMy0=" }, "react-native-modal": { - "version": "11.5.6", - "resolved": "https://registry.npmjs.org/react-native-modal/-/react-native-modal-11.5.6.tgz", - "integrity": "sha512-APGNfbvgC4hXbJqcSADu79GLoMKIHUmgR3fDQ7rCGZNBypkStSP8imZ4PKK/OzIZZfjGU9aP49jhMgGbhY9KHA==", + "version": "11.10.0", + "resolved": "https://registry.npmjs.org/react-native-modal/-/react-native-modal-11.10.0.tgz", + "integrity": "sha512-syRYDJYSh16bR37R5EKU9T/wC+5bEOfF17IUqf5URdhbEDd+hxyMInC++l45E8oI+MtdOaEp9yAws5xDqk8dnA==", "requires": { "prop-types": "^15.6.2", "react-native-animatable": "1.3.3" diff --git a/package.json b/package.json index b1d5cb73007a..f2d0d349077d 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "react-native-image-pan-zoom": "^2.1.12", "react-native-image-picker": "^2.3.3", "react-native-keyboard-spacer": "^0.4.1", - "react-native-modal": "^11.5.6", + "react-native-modal": "^11.10.0", "react-native-onyx": "git+https://github.com/Expensify/react-native-onyx.git#586c76e7b90dbbde051d7ec7adbc4d53b2d51cd1", "react-native-pdf": "^6.2.2", "react-native-permissions": "^3.0.1", From 3b4372144a8e1066a5d428938486d8fdaa1fb8a7 Mon Sep 17 00:00:00 2001 From: OSBotify Date: Fri, 21 May 2021 06:13:38 +0000 Subject: [PATCH 2/2] Update version to 1.0.50-2 --- android/app/build.gradle | 4 ++-- ios/ExpensifyCash/Info.plist | 2 +- ios/ExpensifyCashTests/Info.plist | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 85420386f821..9c7d1ac1e4ae 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -148,8 +148,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 1001005001 - versionName "1.0.50-1" + versionCode 1001005002 + versionName "1.0.50-2" } splits { abi { diff --git a/ios/ExpensifyCash/Info.plist b/ios/ExpensifyCash/Info.plist index 724ae52960b7..024734a28309 100644 --- a/ios/ExpensifyCash/Info.plist +++ b/ios/ExpensifyCash/Info.plist @@ -30,7 +30,7 @@ CFBundleVersion - 1.0.50.1 + 1.0.50.2 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/ExpensifyCashTests/Info.plist b/ios/ExpensifyCashTests/Info.plist index 5a077ca69029..fd6e753dd043 100644 --- a/ios/ExpensifyCashTests/Info.plist +++ b/ios/ExpensifyCashTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.0.50.1 + 1.0.50.2 diff --git a/package-lock.json b/package-lock.json index 08c6d391f1e3..3d8724b1293f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "expensify.cash", - "version": "1.0.50-1", + "version": "1.0.50-2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f2d0d349077d..c3e1a5d597f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "expensify.cash", - "version": "1.0.50-1", + "version": "1.0.50-2", "author": "Expensify, Inc.", "homepage": "https://expensify.cash", "description": "Expensify.cash is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",