v2.5.0 (2017-11-01)
A new command (lerna add
), new flags for bootstrap and link commands, and a much-improved experience when publishing "final" releases after a series of prereleases!
๐ Enhancement
- #1069 Implement
lerna add <pkg>[@version] [--dev]
. (@marionebl) - #1077 Republish prereleased packages during subsequent non-prerelease publish. (@spudly)
- #1078 Generate root changelog in fixed mode. (@ZauberNerd)
- #1081 Warn during bootstrap when two or more packages have the same package.json name. (@amfio)
- #1082 Add --force-local to link command. (@jiverson)
- #1087 Add --reject-cycles to bootstrap, logging packages when found. (@mitchhentges)
๐ Bug Fix
- #1059 Improve "import" edgecases + (i18n fixes + git tweaks). (@swernerx)
- #1063 Fail when --hoist and --yarn are used together. (@marionebl)
- #1083 Fixed diffing on Windows. (@the0neWhoKnocks)
๐ Documentation
- #1062 Fix README typo. (@imagentleman)
๐ Internal
- #1080 Add test for skipping empty patches during import --flatten. (@gyoshev)
- #1092 Make integration tests less flaky on Windows. (@evocateur)
Committers: 11
- Alex Gyoshev (gyoshev)
- Alexander Field (amfio)
- Bjรถrn Brauer (ZauberNerd)
- Daniel Stockman (evocateur)
- Josh Iverson (jiverson)
- Josรฉ Antonio Chio (imagentleman)
- Mario Nebl (marionebl)
- Mitchell Hentges (mitchhentges)
- Sebastian Werner (swernerx)
- Stephen John Sorensen (spudly)
- the0neWhoKnocks