@lerna/npm-install
Advanced tools
Changelog
3.0.0-rc.0 (2018-07-27)
--exact
option to lerna add
(#1478) (346d156), closes #1470rawPackageList
getter (0ad5faf)--amend
flag (#1422) (ef5f0db)$PKGDIR/scripts/{pre,post}publish.js
lifecycles are now opt-in instead of automatic. Pass --require-scripts
explicitly to restore previous functionality.this.packages
no longer exists in Command subclasses, use this.packageGraph.rawPackageList
<a name="3.0.0-beta.21"></a>
Changelog
3.0.0-beta.21 (2018-05-12)
<a name="3.0.0-beta.20"></a>
Changelog
Changelog
3.0.0-beta.15 (2018-04-09)
npm ci
with --ci
option (#1360) (d7e33c6)<a name="3.0.0-beta.14"></a>
Changelog
3.0.0-beta.13 (2018-03-31)
<a name="3.0.0-beta.12"></a>
Changelog
3.0.0-beta.12 (2018-03-30)
serialize()
method (fdec3ac)package
and packageJson
into manifest
(9a47ff7)Package
class no longer provides direct access to the JSON object
used to construct the instance. Map-like get()
/set(val)
methods are
available to modify the internal representation.<a name="3.0.0-beta.11"></a>
Changelog
3.0.0-beta.11 (2018-03-29)
optionalDependencies
(b73e19d), closes #121<a name="3.0.0-beta.10"></a>
Changelog
3.0.0-beta.3 (2018-03-15)
ci
option (86a4d65)--skip-git
or --skip-npm
are passed (#1319) (8eef9ff)<a name="3.0.0-beta.2"></a>
Changelog
3.0.0-beta.2 (2018-03-10)
@lerna/has-dependency-installed
into commands/bootstrap/lib
(c09ccbd)@lerna/fs-utils
=> @lerna/rimraf-dir
(30451ed)@lerna/fs-utils
dependency with fs-extra
(9c35a86)@lerna/match-package-name
with multimatch
(423f82c)filterPackages()
have changed:
include
, exclude
) have replaced the destructured config object<a name="3.0.0-beta.1"></a>
Changelog
v3.0.0-beta.0 (2018-03-07)
This is the first lerna
release published by lerna
itself. :tada:
#1307 Convert lerna/lerna
into a lerna
-based monorepo. (@evocateur)
Rename lerna publish
flag --ignore
to --ignore-changes
(8c92956)
This resolves previous ambiguity as to what exactly was intended by the "ignore" config for lerna publish,
which was not intended to be identical to the filtering option --ignore
.
The old option will still work when found in lerna.json
config, but it is recommended to migrate to the
new option name to ensure future compatibility.