Will ensure that after bumping the version of the package.json, npm install is ran which will bump the package-lock.json versions accordingly, which will then be added to the changeset bot's release commit. This way pkg lock version stays in sync with pkg json.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes:
Will ensure that after bumping the version of the package.json,
npm install
is ran which will bump the package-lock.json versions accordingly, which will then be added to the changeset bot's release commit. This way pkg lock version stays in sync with pkg json.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.