Skip to content

Commit

Permalink
Applying package update to 0.73.27 ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbot committed May 21, 2024
1 parent 34aa402 commit 876eafa
Show file tree
Hide file tree
Showing 9 changed files with 256 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.1.0",
"version": "2.3.1",
"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:a3adb34a4fbc7c4788ed5e45c31357c9e1e640132bafdc8fb735c2ed5c8c9968",
"sha256": "a3adb34a4fbc7c4788ed5e45c31357c9e1e640132bafdc8fb735c2ed5c8c9968"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:543c5918f2a6a647a1e2b2a304482f2688c1ca2825510f898f864c3eb93c7953",
"sha256": "543c5918f2a6a647a1e2b2a304482f2688c1ca2825510f898f864c3eb93c7953"
},
"arm64_ventura": {
"cellar": ":any_skip_relocation",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:870cf6e75f0b4b5c23f044809dbd508ca14da7d7de0d3eea0b30b9e607476f71",
"sha256": "870cf6e75f0b4b5c23f044809dbd508ca14da7d7de0d3eea0b30b9e607476f71"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:32bc8ed026621fc0fd722f2414a64b0488b0b4f1eda23c5bfd6d8db63c4b84d6",
"sha256": "32bc8ed026621fc0fd722f2414a64b0488b0b4f1eda23c5bfd6d8db63c4b84d6"
},
"sonoma": {
"cellar": ":any_skip_relocation",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:799183f38cb04b83eab193fdc8995506dcaf06b08dc7e4442121338c16b95d01",
"sha256": "799183f38cb04b83eab193fdc8995506dcaf06b08dc7e4442121338c16b95d01"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:2ee3e892b1cda859310cba25084dcb020fb7cfd6a3a21b8a67b05900ef80bbbb",
"sha256": "2ee3e892b1cda859310cba25084dcb020fb7cfd6a3a21b8a67b05900ef80bbbb"
},
"ventura": {
"cellar": ":any_skip_relocation",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:d11b208c9da76599cada77652b84e403056c5b885394ca3032a7cfcfe83919c0",
"sha256": "d11b208c9da76599cada77652b84e403056c5b885394ca3032a7cfcfe83919c0"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:e46171d00ce5477ebdeaf216970f99079ec669e15ab45b573dbe22fa23a28334",
"sha256": "e46171d00ce5477ebdeaf216970f99079ec669e15ab45b573dbe22fa23a28334"
},
"x86_64_linux": {
"cellar": "/home/linuxbrew/.linuxbrew/Cellar",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:c3fe12f0023ab6ea4fe88882504851b5619fb79bc9fc337e359868245ed7a877",
"sha256": "c3fe12f0023ab6ea4fe88882504851b5619fb79bc9fc337e359868245ed7a877"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:30cb6939d5658722f0768ce58806cda33bea772c4c21e688636ae4c0c70d0b24",
"sha256": "30cb6939d5658722f0768ce58806cda33bea772c4c21e688636ae4c0c70d0b24"
}
}
}
Expand All @@ -40,7 +40,7 @@
"system": {
"macos": {
"ventura": {
"HOMEBREW_VERSION": "4.2.18",
"HOMEBREW_VERSION": "4.3.0",
"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: 26,
patch: 27,
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: @(26),
RCTVersionPatch: @(27),
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.26
VERSION_NAME=0.73.27
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", 26,
"patch", 27,
"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 = 26;
int32_t Patch = 27;
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.26",
"version": "0.73.27",
"description": "React Native for macOS",
"license": "MIT",
"repository": {
Expand Down
Loading

0 comments on commit 876eafa

Please sign in to comment.