All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.14.0 (2019-03-21)
Note: Version bump only for package @erquhart/lerna-bootstrap
3.13.1 (2019-02-26)
Note: Version bump only for package @lerna/bootstrap
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/bootstrap
3.12.0 (2019-02-14)
Note: Version bump only for package @lerna/bootstrap
3.11.0 (2019-02-08)
- deps: Explicit npm-package-arg ^6.1.0 (4b20791)
- deps: Explicit npmlog ^4.1.2 (571c2e2)
- deps: Remove unused libnpm (replaced by direct sub-packages) (1caeb28)
3.10.6 (2019-01-19)
Note: Version bump only for package @lerna/bootstrap
3.10.5 (2019-01-11)
Note: Version bump only for package @lerna/bootstrap
3.10.4 (2019-01-10)
3.10.3 (2019-01-10)
3.10.2 (2019-01-09)
3.10.1 (2019-01-09)
Note: Version bump only for package @lerna/bootstrap
3.10.0 (2019-01-08)
Note: Version bump only for package @lerna/bootstrap
3.9.1 (2019-01-08)
- bootstrap: Don't pass
--ignore-scripts
tonpm install
(e602838), closes #1855 - bootstrap: Prevent recursive execution from all install lifecycles (ea9dbbe)
3.9.0 (2019-01-08)
- bootstrap: Only run install lifecycles once-per-package, in topological order (929ae22)
- bootstrap: Add
--ignore-prepublish
option (f14fc06) - bootstrap: Run root install lifecycles where appropriate (944e36f)
3.8.5 (2019-01-05)
Note: Version bump only for package @lerna/bootstrap
3.8.2 (2019-01-03)
3.8.1 (2018-12-31)
- progress: Correctly avoid progress where we don't want it (0de3df9)
- progress: Enable progress during logging setup, correcting default (da81e60)
3.7.2 (2018-12-21)
Note: Version bump only for package @lerna/bootstrap
3.7.1 (2018-12-20)
- bootstrap: Pulse progress bar during execution (b38a151)
3.7.0 (2018-12-19)
- bootstrap: Use run-lifecycle factory instead of manual filtering (d32feaa)
3.6.0 (2018-12-07)
- bootstrap: Support
--force-local
option (#1807) (25572af), closes #1763 - Migrate existing usage to libnpm (0d3a786), closes #1767
3.5.0 (2018-11-27)
- prettier (001a6df)
3.4.1 (2018-10-04)
- bootstrap: Constrain npm-conf argument object to options.registry only (987fd26)
3.3.2 (2018-09-12)
Note: Version bump only for package @lerna/bootstrap
3.3.1 (2018-09-11)
Note: Version bump only for package @lerna/bootstrap
3.3.0 (2018-09-06)
3.2.0 (2018-08-28)
Note: Version bump only for package @lerna/bootstrap
3.1.4 (2018-08-21)
Note: Version bump only for package @lerna/bootstrap
3.1.3 (2018-08-21)
3.1.2 (2018-08-20)
- Setup instance.filteredPackages explicitly (32357f8)
- bootstrap: Remove redundant duplicate name check (c2405a1)
3.1.0 (2018-08-17)
Note: Version bump only for package @lerna/bootstrap
3.0.6 (2018-08-16)
Note: Version bump only for package @lerna/bootstrap
3.0.5 (2018-08-15)
Note: Version bump only for package @lerna/bootstrap
3.0.4 (2018-08-14)
Note: Version bump only for package @lerna/bootstrap
3.0.0 (2018-08-10)
Note: Version bump only for package @lerna/bootstrap
3.0.0-rc.0 (2018-07-27)
3.0.0-beta.21 (2018-05-12)
Note: Version bump only for package @lerna/bootstrap
3.0.0-beta.20 (2018-05-07)
Note: Version bump only for package @lerna/bootstrap
3.0.0-beta.19 (2018-05-03)
Note: Version bump only for package @lerna/bootstrap
3.0.0-beta.18 (2018-04-24)
Note: Version bump only for package @lerna/bootstrap
3.0.0-beta.17 (2018-04-13)
- bootstrap: Pass npm-conf to feature predicate instead of directly reading process.env (b4af3c9)
- bootstrap: Pluralize log text (#1232) (5c74760)
3.0.0-beta.15 (2018-04-09)
3.0.0-beta.14 (2018-04-03)
- logging: Log failures from package scripts once, not twice (436cfe1)
3.0.0-beta.13 (2018-03-31)
- Enable progress bars only when necessary (b766c83)
3.0.0-beta.12 (2018-03-30)
- package: Add Map-like get/set methods, remove raw json getter (707d1f0)
- project: Merge
package
andpackageJson
intomanifest
(9a47ff7)
- package: The
Package
class no longer provides direct access to the JSON object used to construct the instance. Map-likeget()
/set(val)
methods are available to modify the internal representation.
3.0.0-beta.11 (2018-03-29)
- bootstrap: Inherit stdio during root-only install (fd8c391)
- bootstrap: Short-circuit when local file: specifiers are detected in the root (d8a8f03)
- Support
optionalDependencies
(b73e19d), closes #121
3.0.0-beta.10 (2018-03-27)
- commands: Delay require of command instantiation (a1284f3)
- commands: The default export of command packages is now a factory, not the subclass (which is now a named export).
3.0.0-beta.9 (2018-03-24)
- command: Rename this.repository -> this.project (43e98a0)
- project: Normalize config.commands -> config.command (24e55e3)
3.0.0-beta.8 (2018-03-22)
- utils: Add "vendored" npm-conf (9c24a25)
3.0.0-beta.7 (2018-03-20)
Note: Version bump only for package @lerna/bootstrap
3.0.0-beta.6 (2018-03-19)
Note: Version bump only for package @lerna/bootstrap
3.0.0-beta.5 (2018-03-19)
3.0.0-beta.4 (2018-03-19)
3.0.0-beta.3 (2018-03-15)
Note: Version bump only for package @lerna/bootstrap
3.0.0-beta.2 (2018-03-10)
- Move @lerna/has-dependency-installed into bootstrap/lib (c09ccbd)
- Rename @lerna/fs-utils => @lerna/rimraf-dir (30451ed)
- Replace @lerna/match-package-name with multimatch (423f82c)