Skip to content

Commit 2383438

Browse files
committed
chore(release): publish 0.79.2
1 parent 1f0d434 commit 2383438

File tree

9 files changed

+11
-16
lines changed

9 files changed

+11
-16
lines changed

.nx/version-plans/version-plan-1763786459901.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-native/Libraries/Core/ReactNativeVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ export const version: $ReadOnly<{
1616
}> = {
1717
major: 0,
1818
minor: 79,
19-
patch: 1,
19+
patch: 2,
2020
prerelease: null,
2121
};

packages/react-native/React/Base/RCTVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__rnVersion = @{
2424
RCTVersionMajor: @(0),
2525
RCTVersionMinor: @(79),
26-
RCTVersionPatch: @(1),
26+
RCTVersionPatch: @(2),
2727
RCTVersionPrerelease: [NSNull null],
2828
};
2929
});

packages/react-native/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.79.1
1+
VERSION_NAME=0.79.2
22
react.internal.publishingGroup=com.facebook.react
33

44
android.useAndroidX=true

packages/react-native/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
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
1717
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
1818
"major", 0,
1919
"minor", 79,
20-
"patch", 1,
20+
"patch", 2,
2121
"prerelease", null);
2222
}

packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
#define REACT_NATIVE_VERSION_MAJOR 0
1616
#define REACT_NATIVE_VERSION_MINOR 79
17-
#define REACT_NATIVE_VERSION_PATCH 1
17+
#define REACT_NATIVE_VERSION_PATCH 2
1818

1919
namespace facebook::react {
2020

2121
constexpr struct {
2222
int32_t Major = 0;
2323
int32_t Minor = 79;
24-
int32_t Patch = 1;
24+
int32_t Patch = 2;
2525
std::string_view Prerelease = "";
2626
} ReactNativeVersion;
2727

packages/react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-macos",
3-
"version": "0.79.1",
3+
"version": "0.79.2",
44
"description": "React Native for macOS",
55
"license": "MIT",
66
"repository": {
@@ -113,7 +113,7 @@
113113
},
114114
"dependencies": {
115115
"@jest/create-cache-key-function": "^29.7.0",
116-
"@react-native-macos/virtualized-lists": "0.79.1",
116+
"@react-native-macos/virtualized-lists": "0.79.2",
117117
"@react-native/assets-registry": "0.79.6",
118118
"@react-native/codegen": "0.79.6",
119119
"@react-native/community-cli-plugin": "0.79.6",

packages/virtualized-lists/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-macos/virtualized-lists",
3-
"version": "0.79.1",
3+
"version": "0.79.2",
44
"description": "Virtualized lists for React Native macOS.",
55
"license": "MIT",
66
"repository": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2573,7 +2573,7 @@ __metadata:
25732573
languageName: unknown
25742574
linkType: soft
25752575

2576-
"@react-native-macos/virtualized-lists@npm:0.79.1, @react-native-macos/virtualized-lists@workspace:packages/virtualized-lists":
2576+
"@react-native-macos/virtualized-lists@npm:0.79.2, @react-native-macos/virtualized-lists@workspace:packages/virtualized-lists":
25772577
version: 0.0.0-use.local
25782578
resolution: "@react-native-macos/virtualized-lists@workspace:packages/virtualized-lists"
25792579
dependencies:
@@ -10049,7 +10049,7 @@ __metadata:
1004910049
resolution: "react-native-macos@workspace:packages/react-native"
1005010050
dependencies:
1005110051
"@jest/create-cache-key-function": "npm:^29.7.0"
10052-
"@react-native-macos/virtualized-lists": "npm:0.79.1"
10052+
"@react-native-macos/virtualized-lists": "npm:0.79.2"
1005310053
"@react-native/assets-registry": "npm:0.79.6"
1005410054
"@react-native/codegen": "npm:0.79.6"
1005510055
"@react-native/community-cli-plugin": "npm:0.79.6"

0 commit comments

Comments
 (0)