yarn lerna 7.0.0-alpha.0

latest releases: 8.1.8, 8.1.7, 8.1.6...
16 months ago

7.0.0-alpha.0 (2023-05-10)

Features

  • core: convert commands to use nx project graph instead of legacy package graph (#3667) (8e813c4)
  • do not include bootstrap, add, link commands by default (#3658) (487d475)

BREAKING CHANGES

  • We no longer include the bootstrap, add, and link commands by default. We strongly recommend using your package manager (npm, yarn, pnpm) for package management related concerns such as installing and linking dependencies.

If you want to temporarily continue to use those commands in v7 you can do so by installing the @lerna/legacy-package-management package at the same version as your lerna version.

There will not be any active work done on these commands and you should look to migrate as soon as possible, please check out https://lerna.js.org for further guidance.

Don't miss a new lerna release

NewReleases is sending notifications on new releases.