You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR 142, the versioning of the sub-packages in the mono-repository was broken. Now only the root package is versioned and only its change log is updated. But this is a mono-repo and the change logs are actually in the individual packages and they should be updated with the new changes and their versions bumped. I am okay with all packages using the same version, and actually the same change log I guess, but I do need to have their package.json versions updated when a new release is made.
I suspect there is an obvious part of the setup missing that mono-repos usually have.