1.0.0 • Published 5 years ago
bump-siblings v1.0.0
bump-siblings
Bump the version of a package in its monorepo siblings
goal
Publishing with a monorepo tool bumps the version of your package, but will not bump the version of that package in its monorepo siblings' package.json (under dependencies).
usage
yarn add -D bump-siblings
Add to your scripts as publish or postpublish:
{
  "scripts": {
    "publish": "bump-siblings"
  }
}1.0.0
5 years ago