microsoft / react-native-macos

A framework for building native macOS apps with React.
https://microsoft.github.io/react-native-windows/
MIT License
3.45k stars 132 forks source link

[0.73] Align Github version number with NPM package #2029

Closed Saadnajmi closed 8 months ago

Saadnajmi commented 8 months ago

React Native macOS 0.73.3 is published in CI, but our local repo only has 0.73.2, presumably because of a CI pipeline issue. Let's realign and fix by running node scripts/prepare-package-for-release -d -v 0.73.3 and committing the result.