@lerna/filter-options
Advanced tools
Comparing version 3.0.0-beta.9 to 3.0.0-beta.18
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.0.0-beta.18"></a> | ||
# [3.0.0-beta.18](https://github.com/lerna/lerna/compare/v3.0.0-beta.17...v3.0.0-beta.18) (2018-04-24) | ||
### Features | ||
* **filters:** Add `--include-filtered-dependents` flag ([#1393](https://github.com/lerna/lerna/issues/1393)) ([2838260](https://github.com/lerna/lerna/commit/2838260)) | ||
<a name="3.0.0-beta.9"></a> | ||
@@ -8,0 +20,0 @@ # [3.0.0-beta.9](https://github.com/lerna/lerna/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2018-03-24) |
@@ -30,2 +30,9 @@ "use strict"; | ||
}, | ||
"include-filtered-dependents": { | ||
describe: dedent` | ||
Include all transitive dependents when running a command, | ||
regardless of --include, --exclude or --since. | ||
`, | ||
boolean: true, | ||
}, | ||
"include-filtered-dependencies": { | ||
@@ -32,0 +39,0 @@ describe: dedent` |
{ | ||
"name": "@lerna/filter-options", | ||
"version": "3.0.0-beta.9", | ||
"version": "3.0.0-beta.18", | ||
"description": "Options for lerna sub-commands that need filtering", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "70528f23cad0186fdf7529fe32148cc1eff21272" | ||
"gitHead": "7995561e8d010d9fa2e59109b57b9ad8573baba1" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3497
43