Skip to content

Commit cea2953

Browse files
committed
Applying package update to 0.68.24 ***NO_CI***
1 parent 38a5b65 commit cea2953

File tree

8 files changed

+274
-274
lines changed

8 files changed

+274
-274
lines changed

Libraries/Core/ReactNativeVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
exports.version = {
1717
major: 0,
1818
minor: 68,
19-
patch: 23,
19+
patch: 24,
2020
prerelease: null,
2121
};

React/Base/RCTVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
__rnVersion = @{
2828
RCTVersionMajor: @(0),
2929
RCTVersionMinor: @(68),
30-
RCTVersionPatch: @(23),
30+
RCTVersionPatch: @(24),
3131
RCTVersionPrerelease: [NSNull null],
3232
};
3333
});

ReactAndroid/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.68.23
1+
VERSION_NAME=0.68.24
22
GROUP=com.facebook.react
33

44
POM_NAME=ReactNative

ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ public class ReactNativeVersion {
2121
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
2222
"major", 0,
2323
"minor", 68,
24-
"patch", 23,
24+
"patch", 24,
2525
"prerelease", null);
2626
}

ReactCommon/cxxreact/ReactNativeVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace facebook::react {
2121
constexpr struct {
2222
int32_t Major = 0;
2323
int32_t Minor = 68;
24-
int32_t Patch = 23;
24+
int32_t Patch = 24;
2525
std::string_view Prerelease = "";
2626
} ReactNativeVersion;
2727

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-macos",
33
"private": true,
4-
"version": "0.68.23",
4+
"version": "0.68.24",
55
"bin": "./cli.js",
66
"description": "React Native for macOS",
77
"license": "MIT",

0 commit comments

Comments
 (0)