Skip to content

Commit e4f8562

Browse files
committed
chore(release): publish
- project: react-native-macos 0.76.5
1 parent 859d2f1 commit e4f8562

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

.nx/version-plans/version-plan-1733348231665.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.76.4",
3+
"version": "0.76.5",
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": "0.76.3",
30-
"react-native-macos": "workspace:*"
30+
"react-native-macos": "0.76.5"
3131
},
3232
"peerDependencies": {
3333
"react": "*",

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.76.4",
3+
"version": "0.76.5",
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.76.4",
3+
"version": "0.76.5",
44
"private": true,
55
"description": "React Native tester app.",
66
"license": "MIT",
@@ -23,7 +23,7 @@
2323
"clean-ios": "rm -rf build/generated/ios Pods Podfile.lock"
2424
},
2525
"dependencies": {
26-
"@react-native/oss-library-example": "workspace:*",
26+
"@react-native/oss-library-example": "0.76.5",
2727
"@react-native/popup-menu-android": "workspace:*",
2828
"flow-enums-runtime": "^0.0.6",
2929
"invariant": "^2.2.4",

0 commit comments

Comments
 (0)