Skip to content

Commit b583c5b

Browse files
committed
chore(release): publish 0.81.2
1 parent bb8f07f commit b583c5b

File tree

9 files changed

+11
-16
lines changed

9 files changed

+11
-16
lines changed

.nx/version-plans/version-plan-1770765547216.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
@@ -17,6 +17,6 @@ export const version: $ReadOnly<{
1717
}> = {
1818
major: 0,
1919
minor: 81,
20-
patch: 1,
20+
patch: 2,
2121
prerelease: null,
2222
};

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: @(81),
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.81.1
1+
VERSION_NAME=0.81.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.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public object ReactNativeVersion {
1414
public val VERSION: Map<String, Any?> = mapOf(
1515
"major" to 0,
1616
"minor" to 81,
17-
"patch" to 1,
17+
"patch" to 2,
1818
"prerelease" to null
1919
)
2020
}

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 81
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 = 81;
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.81.1",
3+
"version": "0.81.2",
44
"description": "React Native for macOS",
55
"license": "MIT",
66
"repository": {
@@ -166,7 +166,7 @@
166166
},
167167
"dependencies": {
168168
"@jest/create-cache-key-function": "^29.7.0",
169-
"@react-native-macos/virtualized-lists": "0.81.1",
169+
"@react-native-macos/virtualized-lists": "0.81.2",
170170
"@react-native/assets-registry": "0.81.5",
171171
"@react-native/codegen": "0.81.5",
172172
"@react-native/community-cli-plugin": "0.81.5",

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.81.1",
3+
"version": "0.81.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
@@ -3412,7 +3412,7 @@ __metadata:
34123412
languageName: unknown
34133413
linkType: soft
34143414

3415-
"@react-native-macos/virtualized-lists@npm:0.81.1, @react-native-macos/virtualized-lists@workspace:packages/virtualized-lists":
3415+
"@react-native-macos/virtualized-lists@npm:0.81.2, @react-native-macos/virtualized-lists@workspace:packages/virtualized-lists":
34163416
version: 0.0.0-use.local
34173417
resolution: "@react-native-macos/virtualized-lists@workspace:packages/virtualized-lists"
34183418
dependencies:
@@ -12759,7 +12759,7 @@ __metadata:
1275912759
resolution: "react-native-macos@workspace:packages/react-native"
1276012760
dependencies:
1276112761
"@jest/create-cache-key-function": "npm:^29.7.0"
12762-
"@react-native-macos/virtualized-lists": "npm:0.81.1"
12762+
"@react-native-macos/virtualized-lists": "npm:0.81.2"
1276312763
"@react-native/assets-registry": "npm:0.81.5"
1276412764
"@react-native/codegen": "npm:0.81.5"
1276512765
"@react-native/community-cli-plugin": "npm:0.81.5"

0 commit comments

Comments
 (0)