Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚢 Release 2.60.0 #6517

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 213
versionName "2.59.0"
versionName "2.60.0"
}
signingConfigs {
debug {
Expand Down
1 change: 0 additions & 1 deletion client/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<uses-feature android:name="android.hardware.camera.autofocus"/>

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.VIBRATE" />

Expand Down
10 changes: 5 additions & 5 deletions client/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2412,12 +2412,12 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNImageCropPicker (0.41.6):
- RNImageCropPicker (0.42.0):
- React-Core
- React-RCTImage
- RNImageCropPicker/QBImagePickerController (= 0.41.6)
- RNImageCropPicker/QBImagePickerController (= 0.42.0)
- TOCropViewController (~> 2.7.4)
- RNImageCropPicker/QBImagePickerController (0.41.6):
- RNImageCropPicker/QBImagePickerController (0.42.0):
- React-Core
- React-RCTImage
- TOCropViewController (~> 2.7.4)
Expand Down Expand Up @@ -3055,7 +3055,7 @@ SPEC CHECKSUMS:
RNFBFirestore: 9b5e7d645787f02d5d16c4e060e778e9da762e02
RNFBStorage: a86f59a4adae00b3061e55257d6c3d70851a1810
RNGestureHandler: 38b7949a58a56ae0e2a3c38920cb6852cafb6b9f
RNImageCropPicker: 8e39c01f205e00d739c31e682f068aac315587bf
RNImageCropPicker: 64b6bec9ec185ee59b71a93d7058816bd0e1916e
RNLocalize: 4f22418187ecd5ca693231093ff1d912d1b3c9bc
RNNotifee: 522276e0be010e98173175fb838514b69f18cbe0
RNPermissions: b8fcf4c21a018a2eb1869231f3e121aa97c0f642
Expand All @@ -3078,7 +3078,7 @@ SPEC CHECKSUMS:
StripePaymentsUI: 7d7cffb2ecfc0d6b5ac3a4488c02893a5ff6cc77
StripeUICore: bb102d453b1e1a10a37f810bc0a9aa0675fb17fd
TOCropViewController: 80b8985ad794298fb69d3341de183f33d1853654
Yoga: eed50599a85bd9f6882a9938d118aed6a397db9c
Yoga: bd92064a0d558be92786820514d74fc4dddd1233

PODFILE CHECKSUM: 1e2c5c3ea8152bd7472ee44e381909c2f6afd170

Expand Down
12 changes: 6 additions & 6 deletions client/ios/twentyninek.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.59.0;
MARKETING_VERSION = 2.60.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1083,7 +1083,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.59.0;
MARKETING_VERSION = 2.60.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1116,7 +1116,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.59.0;
MARKETING_VERSION = 2.60.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1149,7 +1149,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.59.0;
MARKETING_VERSION = 2.60.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1183,7 +1183,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.59.0;
MARKETING_VERSION = 2.60.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1216,7 +1216,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.59.0;
MARKETING_VERSION = 2.60.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"react-native-get-random-values": "^1.11.0",
"react-native-haptic-feedback": "^2.3.3",
"react-native-idle-timer": "^2.2.3",
"react-native-image-crop-picker": "^0.41.6",
"react-native-image-crop-picker": "^0.42.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.2.1",
"react-native-markdown-display": "^7.0.2",
Expand Down
8 changes: 4 additions & 4 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10015,10 +10015,10 @@ react-native-idle-timer@^2.2.3:
resolved "https://registry.yarnpkg.com/react-native-idle-timer/-/react-native-idle-timer-2.2.3.tgz#88304ea562b06e730048dc6b84910e900247294a"
integrity sha512-psqoUJDHmFkl5o3ublqLI6eiYFiM/o1O7TLeHjW8Fmx/wVXKESoVaWKIP01QqkoUnHqqch3GmBThkDx8plBnVA==

react-native-image-crop-picker@^0.41.6:
version "0.41.6"
resolved "https://registry.yarnpkg.com/react-native-image-crop-picker/-/react-native-image-crop-picker-0.41.6.tgz#de2c00102f4c934848fa11ff2335f29f5dc6b3e3"
integrity sha512-oyEVkiJX1cnjYJolQluOqXxz9xhLHrv+pyCs7+jA87yaa110/0jv1UCqxjVjxueKug7zk/UnjG7i9Ks1cGyLpA==
react-native-image-crop-picker@^0.42.0:
version "0.42.0"
resolved "https://registry.yarnpkg.com/react-native-image-crop-picker/-/react-native-image-crop-picker-0.42.0.tgz#0672c080feb8ffefd65ba00a4e64bc8a1066136e"
integrity sha512-EOEkekPJ7g+CNf92HrWAGM4kcDJyVY02gQJUVH7MSNUOK11SHnurXVM0TnwIt410Y4T+lBkq3rfJEA1qDaDDwA==

react-native-linear-gradient@^2.8.3:
version "2.8.3"
Expand Down
Loading