Skip to content

Commit 32579a6

Browse files
authored
chore: Merge 4.71.1 into master (#7094)
2 parents b755414 + dc7a300 commit 32579a6

7 files changed

Lines changed: 31 additions & 20 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ android {
9090
minSdkVersion rootProject.ext.minSdkVersion
9191
targetSdkVersion rootProject.ext.targetSdkVersion
9292
versionCode VERSIONCODE as Integer
93-
versionName "4.70.1"
93+
versionName "4.71.1"
9494
vectorDrawables.useSupportLibrary = true
9595
manifestPlaceholders = [BugsnagAPIKey: BugsnagAPIKey as String]
9696
resValue "string", "rn_config_reader_custom_package", "chat.rocket.reactnative"

app/containers/MessageComposer/components/Buttons/ActionsButton.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const ActionsButton = () => {
5656
// This is necessary because the action sheet does not close properly on Android
5757
setTimeout(() => {
5858
takePhoto();
59-
}, 250);
59+
}, 550);
6060
}
6161
},
6262
{
@@ -67,7 +67,7 @@ export const ActionsButton = () => {
6767
// This is necessary because the action sheet does not close properly on Android
6868
setTimeout(() => {
6969
takeVideo();
70-
}, 250);
70+
}, 550);
7171
}
7272
},
7373
{
@@ -78,7 +78,7 @@ export const ActionsButton = () => {
7878
// This is necessary because the action sheet does not close properly on Android
7979
setTimeout(() => {
8080
chooseFromLibrary();
81-
}, 250);
81+
}, 550);
8282
}
8383
},
8484
{

ios/RocketChatRN.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2935,7 +2935,7 @@
29352935
"@executable_path/Frameworks",
29362936
"@executable_path/../../Frameworks",
29372937
);
2938-
MARKETING_VERSION = 4.70.1;
2938+
MARKETING_VERSION = 4.71.1;
29392939
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
29402940
MTL_FAST_MATH = YES;
29412941
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
@@ -2988,7 +2988,7 @@
29882988
"@executable_path/Frameworks",
29892989
"@executable_path/../../Frameworks",
29902990
);
2991-
MARKETING_VERSION = 4.70.1;
2991+
MARKETING_VERSION = 4.71.1;
29922992
MTL_FAST_MATH = YES;
29932993
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
29942994
PRODUCT_BUNDLE_IDENTIFIER = chat.rocket.reactnative.NotificationService;

ios/RocketChatRN/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<key>CFBundlePackageType</key>
2929
<string>APPL</string>
3030
<key>CFBundleShortVersionString</key>
31-
<string>4.70.1</string>
31+
<string>4.71.1</string>
3232
<key>CFBundleSignature</key>
3333
<string>????</string>
3434
<key>CFBundleURLTypes</key>

ios/ShareRocketChatRN/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<key>CFBundlePackageType</key>
2727
<string>XPC!</string>
2828
<key>CFBundleShortVersionString</key>
29-
<string>4.70.1</string>
29+
<string>4.71.1</string>
3030
<key>CFBundleVersion</key>
3131
<string>1</string>
3232
<key>KeychainGroup</key>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rocket-chat-reactnative",
3-
"version": "4.70.1",
3+
"version": "4.71.1",
44
"private": true,
55
"packageManager": "yarn@1.22.22",
66
"scripts": {
@@ -51,7 +51,7 @@
5151
"@rocket.chat/mobile-crypto": "RocketChat/rocket.chat-mobile-crypto",
5252
"@rocket.chat/sdk": "RocketChat/Rocket.Chat.js.SDK#mobile",
5353
"@rocket.chat/ui-kit": "^0.39.0",
54-
"axios": "~0.28.1",
54+
"axios": "0.30.3",
5555
"bytebuffer": "~5.0.1",
5656
"color2k": "1.2.4",
5757
"dayjs": "^1.11.18",

yarn.lock

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5854,13 +5854,13 @@ available-typed-arrays@^1.0.7:
58545854
dependencies:
58555855
possible-typed-array-names "^1.0.0"
58565856

5857-
axios@~0.28.1:
5858-
version "0.28.1"
5859-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
5860-
integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==
5857+
axios@0.30.3:
5858+
version "0.30.3"
5859+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.3.tgz#ab1be887a2d37dd9ebc219657704180faf2c4920"
5860+
integrity sha512-5/tmEb6TmE/ax3mdXBc/Mi6YdPGxQsv+0p5YlciXWt3PHIn0VamqCXhRMtScnwY3lbgSXLneOuXAKUhgmSRpwg==
58615861
dependencies:
5862-
follow-redirects "^1.15.0"
5863-
form-data "^4.0.0"
5862+
follow-redirects "^1.15.4"
5863+
form-data "^4.0.4"
58645864
proxy-from-env "^1.1.0"
58655865

58665866
b4a@^1.6.4:
@@ -8400,10 +8400,10 @@ flow-parser@0.*:
84008400
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.231.0.tgz#13daa172b3c06ffacbb31025592dc0db41fe28f3"
84018401
integrity sha512-WVzuqwq7ZnvBceCG0DGeTQebZE+iIU0mlk5PmJgYj9DDrt+0isGC2m1ezW9vxL4V+HERJJo9ExppOnwKH2op6Q==
84028402

8403-
follow-redirects@^1.15.0:
8404-
version "1.15.6"
8405-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
8406-
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
8403+
follow-redirects@^1.15.4:
8404+
version "1.15.11"
8405+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
8406+
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
84078407

84088408
fontfaceobserver@^2.1.0:
84098409
version "2.3.0"
@@ -8450,6 +8450,17 @@ form-data@^4.0.0:
84508450
combined-stream "^1.0.8"
84518451
mime-types "^2.1.12"
84528452

8453+
form-data@^4.0.4:
8454+
version "4.0.5"
8455+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
8456+
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
8457+
dependencies:
8458+
asynckit "^0.4.0"
8459+
combined-stream "^1.0.8"
8460+
es-set-tostringtag "^2.1.0"
8461+
hasown "^2.0.2"
8462+
mime-types "^2.1.12"
8463+
84538464
freeport-async@^2.0.0:
84548465
version "2.0.0"
84558466
resolved "https://registry.yarnpkg.com/freeport-async/-/freeport-async-2.0.0.tgz#6adf2ec0c629d11abff92836acd04b399135bab4"

0 commit comments

Comments
 (0)