@lerna/collect-updates
Advanced tools
Comparing version 3.3.2 to 3.5.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.5.0](https://github.com/lerna/lerna/compare/v3.4.3...v3.5.0) (2018-11-27) | ||
### Features | ||
* **version:** Add `--include-merged-tags` option ([#1712](https://github.com/lerna/lerna/issues/1712)) ([7ee05d7](https://github.com/lerna/lerna/commit/7ee05d7)) | ||
<a name="3.3.2"></a> | ||
@@ -8,0 +19,0 @@ ## [3.3.2](https://github.com/lerna/lerna/compare/v3.3.1...v3.3.2) (2018-09-12) |
@@ -24,3 +24,3 @@ "use strict"; | ||
// describe the last annotated tag in the current branch | ||
const { sha, refCount, lastTagName } = describeRef.sync(execOpts); | ||
const { sha, refCount, lastTagName } = describeRef.sync(execOpts, commandOptions); | ||
// TODO: warn about dirty tree? | ||
@@ -27,0 +27,0 @@ |
{ | ||
"name": "@lerna/collect-updates", | ||
"version": "3.3.2", | ||
"version": "3.5.0", | ||
"description": "An internal Lerna tool", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"@lerna/child-process": "^3.3.0", | ||
"@lerna/describe-ref": "^3.3.0", | ||
"@lerna/describe-ref": "^3.5.0", | ||
"minimatch": "^3.0.4", | ||
@@ -41,3 +41,3 @@ "npmlog": "^4.1.2", | ||
}, | ||
"gitHead": "96e1c0086244da05af5602e56cbd790662b0b40a" | ||
"gitHead": "1c142db1ecb50120f0ddce8ff8a7d9cde1bee278" | ||
} |
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
14557
Updated@lerna/describe-ref@^3.5.0