Skip to content

Commit

Permalink
Applying package update to 0.73.25 ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbot committed Apr 23, 2024
1 parent dfbf294 commit c6d6cd2
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.0.1",
"version": "2.1.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:1214dd4c5918fe702710ad5a7966239a9102d0d4add685bae3eff71a6c901576",
"sha256": "1214dd4c5918fe702710ad5a7966239a9102d0d4add685bae3eff71a6c901576"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:a3adb34a4fbc7c4788ed5e45c31357c9e1e640132bafdc8fb735c2ed5c8c9968",
"sha256": "a3adb34a4fbc7c4788ed5e45c31357c9e1e640132bafdc8fb735c2ed5c8c9968"
},
"arm64_ventura": {
"cellar": ":any_skip_relocation",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:bbcd950c6e9b581a4840efd703977adffee5f8bbf4c626e29ada9f5396217620",
"sha256": "bbcd950c6e9b581a4840efd703977adffee5f8bbf4c626e29ada9f5396217620"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:870cf6e75f0b4b5c23f044809dbd508ca14da7d7de0d3eea0b30b9e607476f71",
"sha256": "870cf6e75f0b4b5c23f044809dbd508ca14da7d7de0d3eea0b30b9e607476f71"
},
"sonoma": {
"cellar": ":any_skip_relocation",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:980bdf18ca7e57ad1c0f6ab5ba632370db94e29b9eefcab82904de580e15d5d3",
"sha256": "980bdf18ca7e57ad1c0f6ab5ba632370db94e29b9eefcab82904de580e15d5d3"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:799183f38cb04b83eab193fdc8995506dcaf06b08dc7e4442121338c16b95d01",
"sha256": "799183f38cb04b83eab193fdc8995506dcaf06b08dc7e4442121338c16b95d01"
},
"ventura": {
"cellar": ":any_skip_relocation",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:e59fd6d042abb621bd60f88a1cd6fb7a3a8833cdaa28f8773c4888393706305e",
"sha256": "e59fd6d042abb621bd60f88a1cd6fb7a3a8833cdaa28f8773c4888393706305e"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:d11b208c9da76599cada77652b84e403056c5b885394ca3032a7cfcfe83919c0",
"sha256": "d11b208c9da76599cada77652b84e403056c5b885394ca3032a7cfcfe83919c0"
},
"x86_64_linux": {
"cellar": "/home/linuxbrew/.linuxbrew/Cellar",
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:c16e3098d644c3fee4af2646a11d0567b335d5237334ce58d8f1aee86a18a32b",
"sha256": "c16e3098d644c3fee4af2646a11d0567b335d5237334ce58d8f1aee86a18a32b"
"url": "https://ghcr.io/v2/homebrew/core/xcbeautify/blobs/sha256:c3fe12f0023ab6ea4fe88882504851b5619fb79bc9fc337e359868245ed7a877",
"sha256": "c3fe12f0023ab6ea4fe88882504851b5619fb79bc9fc337e359868245ed7a877"
}
}
}
Expand All @@ -40,12 +40,12 @@
"system": {
"macos": {
"ventura": {
"HOMEBREW_VERSION": "4.2.15",
"HOMEBREW_VERSION": "4.2.18",
"HOMEBREW_PREFIX": "/usr/local",
"Homebrew/homebrew-core": "api",
"CLT": "14.3.1.0.1.1683849156",
"Xcode": "15.0.1",
"macOS": "13.6.5"
"macOS": "13.6.6"
}
}
}
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: 24,
patch: 25,
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: @(24),
RCTVersionPatch: @(25),
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.24
VERSION_NAME=0.73.25
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", 24,
"patch", 25,
"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 = 24;
int32_t Patch = 25;
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.24",
"version": "0.73.25",
"description": "React Native for macOS",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit c6d6cd2

Please sign in to comment.