Skip to content

Commit 074323f

Browse files
committed
chore(release): publish
- project: react-native-macos 0.78.3
1 parent 34d8bdf commit 074323f

File tree

10 files changed

+14
-19
lines changed

10 files changed

+14
-19
lines changed

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

-5
This file was deleted.

packages/react-native-test-library/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/oss-library-example",
3-
"version": "0.78.2",
3+
"version": "0.78.3",
44
"private": true,
55
"description": "Package that includes native module exapmle, native component example, targets both the old and the new architecture. It should serve as an example of a real-world OSS library.",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/core": "^7.25.2",
2929
"@react-native/babel-preset": "workspace:*",
30-
"react-native-macos": "workspace:*"
30+
"react-native-macos": "0.78.3"
3131
},
3232
"peerDependencies": {
3333
"react": "*",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const version: $ReadOnly<{
1616
}> = {
1717
major: 0,
1818
minor: 78,
19-
patch: 2,
19+
patch: 3,
2020
prerelease: null,
2121
};
2222

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

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

packages/react-native/ReactAndroid/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.78.2
1+
VERSION_NAME=0.78.3
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

+1-1
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", 78,
20-
"patch", 2,
20+
"patch", 3,
2121
"prerelease", null);
2222
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace facebook::react {
1717
constexpr struct {
1818
int32_t Major = 0;
1919
int32_t Minor = 78;
20-
int32_t Patch = 2;
20+
int32_t Patch = 3;
2121
std::string_view Prerelease = "";
2222
} ReactNativeVersion;
2323

packages/react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-macos",
3-
"version": "0.78.2",
3+
"version": "0.78.3",
44
"description": "React Native for macOS",
55
"license": "MIT",
66
"repository": {

packages/rn-tester/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/tester",
3-
"version": "0.78.2",
3+
"version": "0.78.3",
44
"private": true,
55
"description": "React Native tester app.",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"e2e-test-ios": "./scripts/maestro-test-ios.sh"
2828
},
2929
"dependencies": {
30-
"@react-native/oss-library-example": "workspace:*",
30+
"@react-native/oss-library-example": "0.78.3",
3131
"@react-native/popup-menu-android": "workspace:*",
3232
"flow-enums-runtime": "^0.0.6",
3333
"invariant": "^2.2.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3103,13 +3103,13 @@ __metadata:
31033103
languageName: unknown
31043104
linkType: soft
31053105

3106-
"@react-native/oss-library-example@workspace:*, @react-native/oss-library-example@workspace:packages/react-native-test-library":
3106+
"@react-native/oss-library-example@npm:0.78.3, @react-native/oss-library-example@workspace:packages/react-native-test-library":
31073107
version: 0.0.0-use.local
31083108
resolution: "@react-native/oss-library-example@workspace:packages/react-native-test-library"
31093109
dependencies:
31103110
"@babel/core": "npm:^7.25.2"
31113111
"@react-native/babel-preset": "workspace:*"
3112-
react-native-macos: "workspace:*"
3112+
react-native-macos: "npm:0.78.3"
31133113
peerDependencies:
31143114
react: "*"
31153115
react-native-macos: "*"
@@ -3139,7 +3139,7 @@ __metadata:
31393139
"@react-native-community/cli": "npm:15.0.0-alpha.2"
31403140
"@react-native-community/cli-platform-android": "npm:15.0.0-alpha.2"
31413141
"@react-native-community/cli-platform-ios": "npm:15.0.0-alpha.2"
3142-
"@react-native/oss-library-example": "workspace:*"
3142+
"@react-native/oss-library-example": "npm:0.78.3"
31433143
"@react-native/popup-menu-android": "workspace:*"
31443144
flow-enums-runtime: "npm:^0.0.6"
31453145
invariant: "npm:^2.2.4"
@@ -10886,7 +10886,7 @@ __metadata:
1088610886
languageName: unknown
1088710887
linkType: soft
1088810888

10889-
"react-native-macos@workspace:*, react-native-macos@workspace:packages/react-native":
10889+
"react-native-macos@npm:0.78.3, react-native-macos@workspace:packages/react-native":
1089010890
version: 0.0.0-use.local
1089110891
resolution: "react-native-macos@workspace:packages/react-native"
1089210892
dependencies:

0 commit comments

Comments
 (0)