Aldlevine / comptroller

A simple and lightweight tool to manage your monorepo.
MIT License
28 stars 2 forks source link

Package versions don't always update after version bump #34

Open Aldlevine opened 6 years ago

Aldlevine commented 6 years ago

This seems to happen because patches are applied to each package all at once. After bumping the main package version, if one package that includes another as a dependency is patched before the package it depends on the versions won't match. This can likely be solved by applying all inherit patches before applying any other patches,