avishayil / react-native-restart

React Native Package With One Purpose: To Restart Your React Native Project
MIT License
926 stars 145 forks source link

Request to Use Minor Version for Breaking Changes #269

Closed phazei closed 4 months ago

phazei commented 4 months ago

I noticed that react-native-restart uses patch versions for all updates, including those with breaking changes. This makes dependency management tricky, especially given the various compatibility requirements with different React Native versions.

Could we switch to using the minor version for significant updates? It would help clarify what each update entails and manage dependencies more predictively.

thanks

avishayil commented 4 months ago

Sounds great, will be taken to account on next releases.