@lerna/filter-options
Advanced tools
Comparing version 3.0.0 to 3.0.5
@@ -6,2 +6,15 @@ # Change Log | ||
<a name="3.0.5"></a> | ||
## [3.0.5](https://github.com/lerna/lerna/compare/v3.0.4...v3.0.5) (2018-08-15) | ||
### Bug Fixes | ||
* **filter-options:** Allow --private to be configured from file ([21e134c](https://github.com/lerna/lerna/commit/21e134c)) | ||
* **help:** Insert line break before describing boolean negations ([da2f886](https://github.com/lerna/lerna/commit/da2f886)) | ||
<a name="3.0.0"></a> | ||
@@ -8,0 +21,0 @@ # [3.0.0](https://github.com/lerna/lerna/compare/v3.0.0-rc.0...v3.0.0) (2018-08-10) |
@@ -19,5 +19,5 @@ "use strict"; | ||
private: { | ||
describe: "Include private packages. Pass --no-private to exclude private packages.", | ||
describe: "Include private packages.\nPass --no-private to exclude private packages.", | ||
type: "boolean", | ||
default: true, | ||
defaultDescription: "true", | ||
}, | ||
@@ -24,0 +24,0 @@ since: { |
{ | ||
"name": "@lerna/filter-options", | ||
"version": "3.0.0", | ||
"version": "3.0.5", | ||
"description": "Options for lerna sub-commands that need filtering", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "0c40a17a7cd4e9acd8e7ec33ffacd1c1acef5dc6" | ||
"gitHead": "882b52eb4eec60f161c77feb0bb175efea0f2909" | ||
} |
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
7661