Skip to content

Commit 264325d

Browse files
committed
chore(release): publish
- project: react-native-macos 0.77.0 - project: @react-native-mac/virtualized-lists 0.77.0
1 parent 2b34fb9 commit 264325d

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

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

-6
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.77.0",
3+
"version": "0.77.2",
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.77.0",
30-
"react-native-macos": "workspace:*"
30+
"react-native-macos": "0.77.0"
3131
},
3232
"peerDependencies": {
3333
"react": "*",

packages/react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
},
111111
"dependencies": {
112112
"@jest/create-cache-key-function": "^29.6.3",
113-
"@react-native-mac/virtualized-lists": "workspace:*",
113+
"@react-native-mac/virtualized-lists": "0.77.0",
114114
"@react-native/assets-registry": "0.77.0",
115115
"@react-native/codegen": "0.77.0",
116116
"@react-native/community-cli-plugin": "0.77.0",

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.77.0",
3+
"version": "0.77.1",
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.77.2",
3131
"@react-native/popup-menu-android": "workspace:*",
3232
"flow-enums-runtime": "^0.0.6",
3333
"invariant": "^2.2.4",

0 commit comments

Comments
 (0)