dohomi / react-hook-form-mui

Material-UI form components ready to use with react-hook-form
https://react-hook-form-material-ui.vercel.app
MIT License
528 stars 107 forks source link

Missing update log #285

Open liaokaime opened 2 months ago

liaokaime commented 2 months ago

Duplicates

Latest version

Summary 💡

I noticed that the version of react-hook-form-mui on npm has reached 7.x, while the release list on GitHub only goes up to 6.x. I have no idea what updates have been made in between. I believe the release list should be updated for two reasons:

  1. To let everyone know that this library is being actively maintained, rather than abandoned.
  2. So that people can see what changes have been made in each version and decide for themselves whether to upgrade.

image

Examples 🌈

No response

dohomi commented 2 months ago

does anybody knows a reliable release tool for monorepos? I tried a few but gave up due to lack of time

sadik-malik commented 2 months ago

You should try NX along with the @jscutlery/semver plugin for managing builds, releases, and changelogs. Additionally, NX provides a plugin for seamless Storybook integration.