Skip to content

7.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@JamesHenry JamesHenry released this 10 May 12:43
· 191 commits to main since this release

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.