yarn lerna 2.0.0-beta.16
v2.0.0-beta.16

latest releases: 8.1.2, 8.1.1, 8.1.0...
7 years ago

New Feature

  • --repo-version: Adds optional argument to specify fixed repo version when publishing (#84) @dijs
    • to bypass user input and good for automation/CI.
lerna publish --repo-version 1.0.1
  • --concurrency: Adds optional argument to specify the level of concurrency when running tasks (default is still 4) @jpnelson @joscha

Bug Fix

  • [Breaking Change]: Use alpha as the version namespace instead of canary (#172) @hzoo
    • ex: 1.0.0-canary.81e3b443 -> 1.0.0-alpha.81e3b443.
    • This is done because of how semver precedence works. The previous implementation prevented users from using beta + canary in the correct order.

Docs

Don't miss a new lerna release

NewReleases is sending notifications on new releases.