When I call lerna version 1.0.0
it bumps the versions to 1.0.0 for every package that has changed in the /packages
dir.
Additionally, I'd like to bump the version of the root package.json
.
I'm basically trying to do the following in a single commit:
lerna version --no-git-tag-version --yes 1.0.0 && npm version 1.0.0
Any tips?
package.json
s of the project are bumped except the one in the root? any news about it? – Benefit