Skip to content

Commit

Permalink
Applying package update to 0.73.32 ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbot committed Jun 20, 2024
1 parent 69ec3ae commit e4ce256
Show file tree
Hide file tree
Showing 8 changed files with 252 additions and 252 deletions.
24 changes: 12 additions & 12 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.3.1",
"version": "2.4.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:543c5918f2a6a647a1e2b2a304482f2688c1ca2825510f898f864c3eb93c7953",
"sha256": "543c5918f2a6a647a1e2b2a304482f2688c1ca2825510f898f864c3eb93c7953"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:6a51e17f553aa9d493bf806489fa506c178fed38b18b45a94cd6cbb8a50ed042",
"sha256": "6a51e17f553aa9d493bf806489fa506c178fed38b18b45a94cd6cbb8a50ed042"
},
"arm64_ventura": {
"cellar": ":any_skip_relocation",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:32bc8ed026621fc0fd722f2414a64b0488b0b4f1eda23c5bfd6d8db63c4b84d6",
"sha256": "32bc8ed026621fc0fd722f2414a64b0488b0b4f1eda23c5bfd6d8db63c4b84d6"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:9717191935a921a937474cc785728238efe4cbea9d590d97927f4f9c990d5e6b",
"sha256": "9717191935a921a937474cc785728238efe4cbea9d590d97927f4f9c990d5e6b"
},
"sonoma": {
"cellar": ":any_skip_relocation",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:2ee3e892b1cda859310cba25084dcb020fb7cfd6a3a21b8a67b05900ef80bbbb",
"sha256": "2ee3e892b1cda859310cba25084dcb020fb7cfd6a3a21b8a67b05900ef80bbbb"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:61a163991b33aa679931917fb1952aa9d6c3b3bf57c5637c24be89da513cb49f",
"sha256": "61a163991b33aa679931917fb1952aa9d6c3b3bf57c5637c24be89da513cb49f"
},
"ventura": {
"cellar": ":any_skip_relocation",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:e46171d00ce5477ebdeaf216970f99079ec669e15ab45b573dbe22fa23a28334",
"sha256": "e46171d00ce5477ebdeaf216970f99079ec669e15ab45b573dbe22fa23a28334"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:08bdbf866a823ba2d27db510eaaf191d0c2a87a69687b86c5efa96e546f43d51",
"sha256": "08bdbf866a823ba2d27db510eaaf191d0c2a87a69687b86c5efa96e546f43d51"
},
"x86_64_linux": {
"cellar": "/home/linuxbrew/.linuxbrew/Cellar",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:30cb6939d5658722f0768ce58806cda33bea772c4c21e688636ae4c0c70d0b24",
"sha256": "30cb6939d5658722f0768ce58806cda33bea772c4c21e688636ae4c0c70d0b24"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:a157d806c66671dec34bd0dc3dd7ae5fe193e59a527579db79ba7d3fe1824770",
"sha256": "a157d806c66671dec34bd0dc3dd7ae5fe193e59a527579db79ba7d3fe1824770"
}
}
}
Expand All @@ -40,7 +40,7 @@
"system": {
"macos": {
"ventura": {
"HOMEBREW_VERSION": "4.3.3",
"HOMEBREW_VERSION": "4.3.5",
"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 @@ -12,6 +12,6 @@
exports.version = {
major: 0,
minor: 73,
patch: 31,
patch: 32,
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: @(31),
RCTVersionPatch: @(32),
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.31
VERSION_NAME=0.73.32
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", 31,
"patch", 32,
"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 = 31;
int32_t Patch = 32;
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.31",
"version": "0.73.32",
"description": "React Native for macOS",
"license": "MIT",
"repository": {
Expand Down
Loading

0 comments on commit e4ce256

Please sign in to comment.