Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: react-native-macos 0.77.0

- project: @react-native-mac/virtualized-lists 0.77.0
  • Loading branch information
rnbot committed Feb 10, 2025
1 parent 2b34fb9 commit 264325d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .nx/version-plans/version-plan-1739175990049.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/react-native-test-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/oss-library-example",
"version": "0.77.0",
"version": "0.77.2",
"private": true,
"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.",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@react-native/babel-preset": "0.77.0",
"react-native-macos": "workspace:*"
"react-native-macos": "0.77.0"
},
"peerDependencies": {
"react": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
},
"dependencies": {
"@jest/create-cache-key-function": "^29.6.3",
"@react-native-mac/virtualized-lists": "workspace:*",
"@react-native-mac/virtualized-lists": "0.77.0",
"@react-native/assets-registry": "0.77.0",
"@react-native/codegen": "0.77.0",
"@react-native/community-cli-plugin": "0.77.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/rn-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/tester",
"version": "0.77.0",
"version": "0.77.1",
"private": true,
"description": "React Native tester app.",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"e2e-test-ios": "./scripts/maestro-test-ios.sh"
},
"dependencies": {
"@react-native/oss-library-example": "workspace:*",
"@react-native/oss-library-example": "0.77.2",
"@react-native/popup-menu-android": "workspace:*",
"flow-enums-runtime": "^0.0.6",
"invariant": "^2.2.4",
Expand Down

0 comments on commit 264325d

Please sign in to comment.