I just updated my fork with the latest changes from this repo. When I'm running npm run publish I'm getting this output:
Lerna v2.0.0-beta.29
Independent Versioning Mode
Checking for updated packages...
? Select a new version for babel-preset-react-app (currently 0.2.1) (Use arrow keys)
❯ Patch (0.2.2)
I haven't made any changes in babel-preset-react-app, and I don't want to publish a new version of it. I just want to publish a new version of my forked react-scripts.
Am I doing something wrong or is it a bug in lerna?