diff --git a/.ado/Brewfile.lock.json b/.ado/Brewfile.lock.json index 4217e45c51d78b..881373c3ca4c5b 100644 --- a/.ado/Brewfile.lock.json +++ b/.ado/Brewfile.lock.json @@ -2,40 +2,40 @@ "entries": { "brew": { "xcbeautify": { - "version": "2.11.0", + "version": "2.14.1", "bottle": { "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" + "url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:4cc597f63b3d62f178583c92e1b109b2db4c8ac412d664fe81e270f0e60d23d8", + "sha256": "4cc597f63b3d62f178583c92e1b109b2db4c8ac412d664fe81e270f0e60d23d8" }, "arm64_sonoma": { "cellar": ":any_skip_relocation", - "url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:697d50f9544c2daa242d7787e43fda4460ece2c3440cd7b9baff4ba051fbaa6c", - "sha256": "697d50f9544c2daa242d7787e43fda4460ece2c3440cd7b9baff4ba051fbaa6c" + "url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:d5a34e57b86d3772077128238392d0630b927b5f819e67896945ae8341d256e5", + "sha256": "d5a34e57b86d3772077128238392d0630b927b5f819e67896945ae8341d256e5" }, "arm64_ventura": { "cellar": ":any_skip_relocation", - "url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:f58c2e7342577a7b274bf5be5a9c0915aa3f3ba5b4a05674c6417c8d03637cfb", - "sha256": "f58c2e7342577a7b274bf5be5a9c0915aa3f3ba5b4a05674c6417c8d03637cfb" + "url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:6c89c29d2bb110ee9c4f813805d028ee237eff2a6e796b16b3a237d266508e6f", + "sha256": "6c89c29d2bb110ee9c4f813805d028ee237eff2a6e796b16b3a237d266508e6f" }, "sonoma": { "cellar": ":any_skip_relocation", - "url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:629341e7c0add869ed6ec0d3a78d6f69e2e53ccf765296981be5677da789df6c", - "sha256": "629341e7c0add869ed6ec0d3a78d6f69e2e53ccf765296981be5677da789df6c" + "url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:8f08c5fc5c57ba782edeca3afd40c5d479f43cd434db1e2c87ad38ee4a0062b1", + "sha256": "8f08c5fc5c57ba782edeca3afd40c5d479f43cd434db1e2c87ad38ee4a0062b1" }, "ventura": { "cellar": ":any_skip_relocation", - "url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:bb72929872a1b86e7e9ae523e87a738d940667f482d45cfdf7d8888ffc0efc3a", - "sha256": "bb72929872a1b86e7e9ae523e87a738d940667f482d45cfdf7d8888ffc0efc3a" + "url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:f9e7f55437698cbe39a3a66e9aed794bd8c8f4275c516fe8c644e16822a867ba", + "sha256": "f9e7f55437698cbe39a3a66e9aed794bd8c8f4275c516fe8c644e16822a867ba" }, "x86_64_linux": { "cellar": "/home/linuxbrew/.linuxbrew/Cellar", - "url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:e9d0709beee07adcc9be5137fcb117191c6d908817223ea9bbcd427127f3e642", - "sha256": "e9d0709beee07adcc9be5137fcb117191c6d908817223ea9bbcd427127f3e642" + "url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:d1b78cb2b6799c75faf241bc8606734c534ca86d93d96b5428b77a63f30c4be8", + "sha256": "d1b78cb2b6799c75faf241bc8606734c534ca86d93d96b5428b77a63f30c4be8" } } } @@ -94,7 +94,7 @@ "system": { "macos": { "ventura": { - "HOMEBREW_VERSION": "4.4.0", + "HOMEBREW_VERSION": "4.4.2", "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 3f62ae93a391d5..653e7df98c27d2 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: 14, + patch: 15, prerelease: null, }; diff --git a/packages/react-native/React/Base/RCTVersion.m b/packages/react-native/React/Base/RCTVersion.m index 44cca0883200f6..ca0a7044eb6d97 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: @(14), + RCTVersionPatch: @(15), RCTVersionPrerelease: [NSNull null], }; }); diff --git a/packages/react-native/ReactAndroid/gradle.properties b/packages/react-native/ReactAndroid/gradle.properties index 8c6710f297b7bd..6a53554635d22b 100644 --- a/packages/react-native/ReactAndroid/gradle.properties +++ b/packages/react-native/ReactAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.74.14 +VERSION_NAME=0.74.15 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 88cc9b641d0793..88ae8622ffe903 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", 14, + "patch", 15, "prerelease", null); } diff --git a/packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h b/packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h index 162087aa1fca1e..3fbf2c67ff2f0d 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 = 14; + int32_t Patch = 15; std::string_view Prerelease = ""; } ReactNativeVersion; diff --git a/packages/react-native/package.json b/packages/react-native/package.json index d9c161e87b6ffa..fe641fe62d0053 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "react-native-macos", - "version": "0.74.14", + "version": "0.74.15", "description": "React Native for macOS", "license": "MIT", "repository": {