Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: I'm updating the versioning schema of `react-native-codegen` to use minor instead of patch versions. Historically we used to use a version as `0.0.15` and incrementally bump it. Today, we had to do released a patched version of `react-native-codegen` for React Native 0.68. Therefore, we're moving to use a versioning scheme as `0.<RN-VERSION>.x` which gives more flexibility and allows us to follow-up on specific version of the codegen for every RN version, should we need to. `react-native-codegen` 0.70 is essentially a re-publishing of 0.0.16 from `main` Changelog: [General] [Changed] - Bump React Native Codegen to 0.70.0 Reviewed By: motiz88 Differential Revision: D36244307 fbshipit-source-id: 475615e5dbc4e6bc850f64110c060a1c87544292
- Loading branch information