Steps to reproduce:
- Bump a package version
- Release package version
package.json version is updated, but package-lock.json still has the old version
Expected behavior:
package-lock.json version is also updated (or yarn.lock)
Right now, I can run install to update the lockfile, but it would be great if beachball could update the version change automatically.
Steps to reproduce:
package.jsonversion is updated, butpackage-lock.jsonstill has the old versionExpected behavior:
package-lock.jsonversion is also updated (oryarn.lock)Right now, I can run install to update the lockfile, but it would be great if beachball could update the version change automatically.