Skip to content

Commit

Permalink
Applying package update to 0.73.35 ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbot committed Aug 19, 2024
1 parent aad5f65 commit 45067e3
Show file tree
Hide file tree
Showing 8 changed files with 253 additions and 253 deletions.
26 changes: 13 additions & 13 deletions .ado/Brewfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@
"entries": {
"brew": {
"xcbeautify": {
"version": "2.4.1",
"version": "2.11.0",
"bottle": {
"rebuild": 0,
"root_url": "https://ghcr.io/v2/homebrew/core",
"files": {
"arm64_sonoma": {
"cellar": ":any_skip_relocation",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:69582093b0a06d7ed3b03b82b29be5723ba6e46f8a7546c59ce1fed364f51701",
"sha256": "69582093b0a06d7ed3b03b82b29be5723ba6e46f8a7546c59ce1fed364f51701"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:697d50f9544c2daa242d7787e43fda4460ece2c3440cd7b9baff4ba051fbaa6c",
"sha256": "697d50f9544c2daa242d7787e43fda4460ece2c3440cd7b9baff4ba051fbaa6c"
},
"arm64_ventura": {
"cellar": ":any_skip_relocation",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:72665b9f9c4d515857bd3545eff067fe37b003f8010bcece75e82f11fb71593c",
"sha256": "72665b9f9c4d515857bd3545eff067fe37b003f8010bcece75e82f11fb71593c"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:f58c2e7342577a7b274bf5be5a9c0915aa3f3ba5b4a05674c6417c8d03637cfb",
"sha256": "f58c2e7342577a7b274bf5be5a9c0915aa3f3ba5b4a05674c6417c8d03637cfb"
},
"sonoma": {
"cellar": ":any_skip_relocation",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:13e8b932e9b7ad308040b3b124fff8acb772e0ab971b253faa36cf1b28c5aef7",
"sha256": "13e8b932e9b7ad308040b3b124fff8acb772e0ab971b253faa36cf1b28c5aef7"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:629341e7c0add869ed6ec0d3a78d6f69e2e53ccf765296981be5677da789df6c",
"sha256": "629341e7c0add869ed6ec0d3a78d6f69e2e53ccf765296981be5677da789df6c"
},
"ventura": {
"cellar": ":any_skip_relocation",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:f337f20e6a7c7683e26ebdc799423551bc44183283466aecbb7710d5a0c9e673",
"sha256": "f337f20e6a7c7683e26ebdc799423551bc44183283466aecbb7710d5a0c9e673"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:bb72929872a1b86e7e9ae523e87a738d940667f482d45cfdf7d8888ffc0efc3a",
"sha256": "bb72929872a1b86e7e9ae523e87a738d940667f482d45cfdf7d8888ffc0efc3a"
},
"x86_64_linux": {
"cellar": "/home/linuxbrew/.linuxbrew/Cellar",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:63cc0e584f5794b0851fb9abefafefc54215812846299f7782ed841809f7ce6b",
"sha256": "63cc0e584f5794b0851fb9abefafefc54215812846299f7782ed841809f7ce6b"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:e9d0709beee07adcc9be5137fcb117191c6d908817223ea9bbcd427127f3e642",
"sha256": "e9d0709beee07adcc9be5137fcb117191c6d908817223ea9bbcd427127f3e642"
}
}
}
Expand All @@ -40,12 +40,12 @@
"system": {
"macos": {
"ventura": {
"HOMEBREW_VERSION": "4.3.10",
"HOMEBREW_VERSION": "4.3.14",
"HOMEBREW_PREFIX": "/usr/local",
"Homebrew/homebrew-core": "api",
"CLT": "14.3.1.0.1.1683849156",
"Xcode": "15.2",
"macOS": "13.6.7"
"macOS": "13.6.9"
}
}
}
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 @@ -12,6 +12,6 @@
exports.version = {
major: 0,
minor: 73,
patch: 34,
patch: 35,
prerelease: null,
};
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: @(73),
RCTVersionPatch: @(34),
RCTVersionPatch: @(35),
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.73.34
VERSION_NAME=0.73.35
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", 73,
"patch", 34,
"patch", 35,
"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 = 73;
int32_t Patch = 34;
int32_t Patch = 35;
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.73.34",
"version": "0.73.35",
"description": "React Native for macOS",
"license": "MIT",
"repository": {
Expand Down
Loading

0 comments on commit 45067e3

Please sign in to comment.