benduran / lets-version

A package that reads your conventional commits and git history and recommends (or applies) a SemVer version bump for you
MIT License
1 stars 3 forks source link

fix: apply missing bumps to deps for dependents #25

Closed benduran closed 2 months ago

benduran commented 2 months ago

What?

A recent update to lets-version accidentally omitted code that would apply dependency updates to children when a parents changes. This corrects this issue