Skip to content

Commit

Permalink
Applying package update to 0.74.15 ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbot committed Oct 25, 2024
1 parent 104bb76 commit 22b3514
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
28 changes: 14 additions & 14 deletions .ado/Brewfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/Libraries/Core/ReactNativeVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const version: $ReadOnly<{
}> = {
major: 0,
minor: 74,
patch: 14,
patch: 15,
prerelease: null,
};

Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/React/Base/RCTVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__rnVersion = @{
RCTVersionMajor: @(0),
RCTVersionMinor: @(74),
RCTVersionPatch: @(14),
RCTVersionPatch: @(15),
RCTVersionPrerelease: [NSNull null],
};
});
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/ReactAndroid/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.74.14
VERSION_NAME=0.74.15
react.internal.publishingGroup=com.facebook.react

android.useAndroidX=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 74,
"patch", 14,
"patch", 15,
"prerelease", null);
}
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-macos",
"version": "0.74.14",
"version": "0.74.15",
"description": "React Native for macOS",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 22b3514

Please sign in to comment.