From 83fd6b6e05298f8f9eb2f90faebd3a70d8632619 Mon Sep 17 00:00:00 2001 From: React-Native Bot <53619745+rnbot@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:26:55 +0000 Subject: [PATCH] Applying package update to 0.74.6 ***NO_CI*** --- .ado/Brewfile.lock.json | 12 +++++++++++- .../Libraries/Core/ReactNativeVersion.js | 2 +- packages/react-native/React/Base/RCTVersion.m | 2 +- packages/react-native/ReactAndroid/gradle.properties | 2 +- .../react/modules/systeminfo/ReactNativeVersion.java | 2 +- .../ReactCommon/cxxreact/ReactNativeVersion.h | 2 +- packages/react-native/package.json | 2 +- 7 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.ado/Brewfile.lock.json b/.ado/Brewfile.lock.json index a0abfc2a6a41a0..19a6155bdf935a 100644 --- a/.ado/Brewfile.lock.json +++ b/.ado/Brewfile.lock.json @@ -7,6 +7,11 @@ "rebuild": 0, "root_url": "https://ghcr.io/v2/homebrew/core", "files": { + "arm64_sequoia": { + "cellar": ":any_skip_relocation", + "url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:9f41d8a052f642e6b1e1edede3dcf42bd0f1a349a3660c05e8876a4267f44910", + "sha256": "9f41d8a052f642e6b1e1edede3dcf42bd0f1a349a3660c05e8876a4267f44910" + }, "arm64_sonoma": { "cellar": ":any_skip_relocation", "url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:697d50f9544c2daa242d7787e43fda4460ece2c3440cd7b9baff4ba051fbaa6c", @@ -41,6 +46,11 @@ "rebuild": 0, "root_url": "https://ghcr.io/v2/homebrew/core", "files": { + "arm64_sequoia": { + "cellar": ":any", + "url": "https://ghcr.io/v2/homebrew/core/ccache/blobs/sha256:f89e12a721fd48ed3dcfcc3eff8287ba0c1998dda77dab5a29da49611f24d473", + "sha256": "f89e12a721fd48ed3dcfcc3eff8287ba0c1998dda77dab5a29da49611f24d473" + }, "arm64_sonoma": { "cellar": ":any", "url": "https://ghcr.io/v2/homebrew/core/ccache/blobs/sha256:99a4fa919beefde392d18a2584582573c1da1846a235dd1cb263143ff6d1b7cb", @@ -84,7 +94,7 @@ "system": { "macos": { "ventura": { - "HOMEBREW_VERSION": "4.3.19", + "HOMEBREW_VERSION": "4.3.21", "HOMEBREW_PREFIX": "/usr/local", "Homebrew/homebrew-core": "api", "CLT": "14.3.1.0.1.1683849156", diff --git a/packages/react-native/Libraries/Core/ReactNativeVersion.js b/packages/react-native/Libraries/Core/ReactNativeVersion.js index 199466cf47faef..1b5cd72e245c71 100644 --- a/packages/react-native/Libraries/Core/ReactNativeVersion.js +++ b/packages/react-native/Libraries/Core/ReactNativeVersion.js @@ -16,7 +16,7 @@ const version: $ReadOnly<{ }> = { major: 0, minor: 74, - patch: 5, + patch: 6, prerelease: null, }; diff --git a/packages/react-native/React/Base/RCTVersion.m b/packages/react-native/React/Base/RCTVersion.m index ebee24ab4329c5..6239bd0ea61715 100644 --- a/packages/react-native/React/Base/RCTVersion.m +++ b/packages/react-native/React/Base/RCTVersion.m @@ -23,7 +23,7 @@ __rnVersion = @{ RCTVersionMajor: @(0), RCTVersionMinor: @(74), - RCTVersionPatch: @(5), + RCTVersionPatch: @(6), RCTVersionPrerelease: [NSNull null], }; }); diff --git a/packages/react-native/ReactAndroid/gradle.properties b/packages/react-native/ReactAndroid/gradle.properties index 6f9b0eb38d802d..4d5adfcbff9a2e 100644 --- a/packages/react-native/ReactAndroid/gradle.properties +++ b/packages/react-native/ReactAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.74.5 +VERSION_NAME=0.74.6 react.internal.publishingGroup=com.facebook.react android.useAndroidX=true diff --git a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java index 4ba3a0499fdaa7..9ed8951f871152 100644 --- a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java +++ b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java @@ -17,6 +17,6 @@ public class ReactNativeVersion { public static final Map VERSION = MapBuilder.of( "major", 0, "minor", 74, - "patch", 5, + "patch", 6, "prerelease", null); } diff --git a/packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h b/packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h index bd3b5618a24e79..747ab8feb0103e 100644 --- a/packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h +++ b/packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h @@ -17,7 +17,7 @@ namespace facebook::react { constexpr struct { int32_t Major = 0; int32_t Minor = 74; - int32_t Patch = 5; + int32_t Patch = 6; std::string_view Prerelease = ""; } ReactNativeVersion; diff --git a/packages/react-native/package.json b/packages/react-native/package.json index a42ad2900da148..284f1d4e9dad04 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "react-native-macos", - "version": "0.74.5", + "version": "0.74.6", "description": "React Native for macOS", "license": "MIT", "repository": {