All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.18.0 (2019-10-15)
- options: Explicit
--conventional-graduate
(f73e6ed) - options: Explicit
--conventional-prerelease
(f3581ae) - options: Explicit
--force-publish
(343a751) - options: Explicit
--ignore-scripts
(efcb3bd)
3.16.5 (2019-10-07)
Note: Version bump only for package @lerna/version
3.16.4 (2019-07-24)
Note: Version bump only for package @lerna/version
3.16.2 (2019-07-22)
Note: Version bump only for package @lerna/version
3.16.1 (2019-07-19)
Note: Version bump only for package @lerna/version
3.16.0 (2019-07-18)
3.15.0 (2019-06-09)
3.14.2 (2019-06-09)
- version: Remove unused dependency (285bd7e)
3.14.1 (2019-05-15)
Note: Version bump only for package @lerna/version
3.14.0 (2019-05-14)
- conventional-commits: Add conventional prerelease/graduation (#1991) (5d84b61), closes #1433 #1675
- version: Add just-in-time queue management (290539b)
3.13.4 (2019-04-24)
- version: Resolve prerelease for version without bump (#2041) (aa11325)
- version: Search for complete tag prefix when composing GitHub releases (024a6ab), closes #2038
3.13.3 (2019-04-17)
3.13.2 (2019-04-08)
- lifecycles: Avoid duplicating 'rooted leaf' lifecycles (a7ad9b6)
3.13.1 (2019-02-26)
Note: Version bump only for package @lerna/version
3.13.0 (2019-02-15)
- meta: Add
repository.directory
field to package.json (aec5023) - meta: Normalize package.json
homepage
field (abeb4dc)
3.12.1 (2019-02-14)
Note: Version bump only for package @lerna/version
3.12.0 (2019-02-14)
- version: Log message when git repository validation is skipped (2c40ffd)
3.11.1 (2019-02-11)
- version: Exit with an error when
--github-release
is combined with--no-changelog
(030de9d) - version: Passing
--no-changelog
should not disable root versioning (83c33a3)
3.11.0 (2019-02-08)
- deps: Explicit npmlog ^4.1.2 (571c2e2)
- deps: Remove unused libnpm (replaced by direct sub-packages) (1caeb28)
3.10.8 (2019-02-01)
- version: Fix negated option links in readme (0908212)
3.10.6 (2019-01-19)
- options: Document negated boolean options explicitly (8bc9669)
3.10.5 (2019-01-11)
Note: Version bump only for package @lerna/version
3.10.1 (2019-01-09)
3.10.0 (2019-01-08)
3.9.0 (2019-01-08)
Note: Version bump only for package @lerna/version
3.8.5 (2019-01-05)
Note: Version bump only for package @lerna/version
3.8.2 (2019-01-03)
3.8.1 (2018-12-31)
Note: Version bump only for package @lerna/version
3.8.0 (2018-12-21)
- publish: Unhide options shared with version command (09fccd3)
3.7.2 (2018-12-21)
- version: Prevent clobbering composed --yes option (f3816be)
3.7.1 (2018-12-20)
Note: Version bump only for package @lerna/version
3.7.0 (2018-12-19)
- version: Refresh package manifests after preversion lifecycle (7c7bf9a)
3.6.0 (2018-12-07)
- pkg: Exclude mocks from package tarball (4017f37)
3.5.0 (2018-11-27)
- version: Add friendly error message when remote branch doesn't exist (#1741) (cd34b48)
- version: Don't version private packages lacking a version field (#1654) (578bb19)
3.4.1 (2018-10-04)
- conventional-commits: Upgrade angular preset, ensure header is not duplicated (159a0b0), closes #1696
3.3.2 (2018-09-12)
3.3.1 (2018-09-11)
Note: Version bump only for package @lerna/version
3.3.0 (2018-09-06)
Note: Version bump only for package @lerna/version
3.2.0 (2018-08-28)
- version: Make changes to packages in batched topological order (d799fbf)
- version: Skip working tree validation when
--no-git-tag-version
passed (bd948cc), closes #1613
3.1.3 (2018-08-21)
Note: Version bump only for package @lerna/version
3.1.2 (2018-08-20)
- Use packageGraph.rawPackageList instead of misleading instance.filteredPackages (2e2abdc)
3.1.0 (2018-08-17)
- command: Detect composed commands more accurately (1e51b39)
- command: Log lerna CLI version with less ambiguity (67494e7)
- version: Throw errors if tree is unclean or duplicating tagged release (d8ee1cf)
3.0.6 (2018-08-16)
- command: Silence goalpost logging when running a composed command (12b4280)
- version: Pass --preid to selection prompt (23a30a0), closes #1214
- version: Prioritize
--preid
over existing prerelease ID (#1568) (f2c470a)
3.0.5 (2018-08-15)
- help: Insert line break before describing boolean negations (da2f886)
- options: Provide -y alias for --yes (3ea460c)
- publish: Add confirmation prompt before execution (47766e5), closes #1566
- version: Log skipped publish when composed (89645b7)
3.0.2 (2018-08-11)
- conventional-commits: Pass --tag-version-prefix to changelog utilities (8ed7d83)
- version: Allow config files to override defaults (bb1cfb5)
- version: Positional bump supersedes
--conventional-commits
when choosing version (a74c866)
3.0.0 (2018-08-10)
- Split
lerna version
from oflerna publish
(#1522) (8b97394), closes #277 #936 #956 #961 #1056 #1118 #1385 #1483 #1494
-
--preid
now defaults to "alpha" during prereleases:
The previous default for this option was undefined, which led to an awkward "1.0.1-0" result when passed to
semver.inc()
.The new default "alpha" yields a much more useful "1.0.1-alpha.0" result. Any previous prerelease ID will be preserved, just as it was before.
-
--no-verify
is no longer passed togit commit
by default, but controlled by the new--commit-hooks
option:The previous behavior was too overzealous, and the new option operates exactly like the corresponding npm version option of the same name.
As long as your pre-commit hooks are properly scoped to ignore changes in package.json files, this change should not affect you. If that is not the case, you may pass
--no-commit-hooks
to restore the previous behavior.