Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(0.77): prepare for patch release #2409

Open
wants to merge 2 commits into
base: 0.77-stable
Choose a base branch
from

Conversation

Saadnajmi
Copy link
Collaborator

@Saadnajmi Saadnajmi commented Mar 12, 2025

Summary

Create a new version plan to prep CI for the release of RNM 0.77.1

Test Plan

Output of nx release --dry-run

sanajmi@Saads-MacBook-Pro-14 react-native-macos % yarn nx release --dry-run

 NX   Running release version for project: @react-native-mac/virtualized-lists

@react-native-mac/virtualized-lists 🔍 Reading data for package "@react-native-mac/virtualized-lists" from packages/virtualized-lists/package.json
@react-native-mac/virtualized-lists 📄 Resolved the current version as 0.77.0 for tag "latest" from registry https://registry.npmjs.org/
@react-native-mac/virtualized-lists 📄 Resolved the specifier as "patch" using version plans.
@react-native-mac/virtualized-lists ✍️  New version 0.77.1 written to packages/virtualized-lists/package.json
@react-native-mac/virtualized-lists ✍️  Applying new version 0.77.1 to 1 package which depends on @react-native-mac/virtualized-lists

 NX   Running release version for project: react-native-macos

react-native-macos 🔍 Reading data for package "react-native-macos" from packages/react-native/package.json
react-native-macos 📄 Resolved the current version as 0.77.0 for tag "latest" from registry https://registry.npmjs.org/
react-native-macos 📄 Resolved the specifier as "patch" using version plans.
react-native-macos ✍️  New version 0.77.1 written to packages/react-native/package.json

UPDATE packages/virtualized-lists/package.json [dry-run]

    "name": "@react-native-mac/virtualized-lists",
-   "version": "0.77.0",
+   "version": "0.77.1",
    "description": "Virtualized lists for React Native macOS.",

UPDATE packages/react-native/package.json [dry-run]

    "name": "react-native-macos",
-   "version": "0.77.0",
+   "version": "0.77.1",
    "description": "React Native for macOS",

      "@jest/create-cache-key-function": "^29.6.3",
-     "@react-native-mac/virtualized-lists": "0.77.0",
+     "@react-native-mac/virtualized-lists": "0.77.1",
      "@react-native/assets-registry": "0.77.0",

UPDATE packages/react-native-test-library/package.json [dry-run]

    "name": "@react-native/oss-library-example",
-   "version": "0.77.2",
+   "version": "0.77.4",
    "private": true,

      "@react-native/babel-preset": "0.77.0",
-     "react-native-macos": "0.77.0"
+     "react-native-macos": "0.77.1"
    },


 NX   Staging changed files with git


 NX   Removing version plan files


 NX   Committing changes with git


 NX   Tagging commit with git


 NX   Pushing to git remote


 NX   Creating GitHub Release

CREATE https://github.com/Saadnajmi/react-native-macos/releases/tag/[email protected] [dry-run]

+ ## 0.77.1 (2025-03-12)
+
+ ### 🩹 Fixes
+
+ - Release a new patch release of React Native macOS 0.77 ([db9a0f9cf82](https://github.com/Saadnajmi/react-native-macos/commit/db9a0f9cf82))
+
+ ### 🧱 Updated Dependencies
+
+ - Updated @react-native-mac/virtualized-lists to 0.77.1
+
+ ### ❤️  Thank You
+
+ - Saad Najmi @Saadnajmi


 NX   Creating GitHub Release

CREATE https://github.com/Saadnajmi/react-native-macos/releases/tag/@react-native-mac/[email protected] [dry-run]

+ ## 0.77.1 (2025-03-12)
+
+ ### 🩹 Fixes
+
+ - Release a new patch release of React Native macOS 0.77 ([db9a0f9cf82](https://github.com/Saadnajmi/react-native-macos/commit/db9a0f9cf82))
+
+ ### ❤️  Thank You
+
+ - Saad Najmi @Saadnajmi


 NX   Skipped publishing packages.


NOTE: The "dryRun" flag means no changes were made.

@Saadnajmi Saadnajmi requested a review from a team as a code owner March 12, 2025 07:46
@Saadnajmi Saadnajmi changed the base branch from main to 0.77-stable March 12, 2025 07:47
@Saadnajmi
Copy link
Collaborator Author

/azp run

Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@Saadnajmi
Copy link
Collaborator Author

/azp run

Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant