@lerna/publish
Advanced tools
Comparing version 3.2.1 to 3.3.0
@@ -6,2 +6,19 @@ # Change Log | ||
<a name="3.3.0"></a> | ||
# [3.3.0](https://github.com/lerna/lerna/compare/v3.2.1...v3.3.0) (2018-09-06) | ||
### Bug Fixes | ||
* **describe-ref:** Fallback refCount is the number of commits since beginning of repository ([6dfea52](https://github.com/lerna/lerna/commit/6dfea52)) | ||
### Features | ||
* **deps:** Upgrade fs-extra to ^7.0.0 ([042b1a3](https://github.com/lerna/lerna/commit/042b1a3)) | ||
<a name="3.2.1"></a> | ||
@@ -8,0 +25,0 @@ ## [3.2.1](https://github.com/lerna/lerna/compare/v3.2.0...v3.2.1) (2018-08-28) |
@@ -233,3 +233,3 @@ "use strict"; | ||
}) | ||
.then(({ lastVersion = pkg.version, refCount = 1, sha }) => | ||
.then(({ lastVersion = pkg.version, refCount, sha }) => | ||
// an unpublished package will have no reachable git tag | ||
@@ -236,0 +236,0 @@ makeVersion({ lastVersion, refCount, sha }) |
{ | ||
"name": "@lerna/publish", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"description": "Publish packages in the current project", | ||
@@ -36,17 +36,17 @@ "keywords": [ | ||
"@lerna/batch-packages": "^3.1.2", | ||
"@lerna/check-working-tree": "^3.1.0", | ||
"@lerna/child-process": "^3.0.0", | ||
"@lerna/collect-updates": "^3.1.0", | ||
"@lerna/command": "^3.1.3", | ||
"@lerna/describe-ref": "^3.1.0", | ||
"@lerna/check-working-tree": "^3.3.0", | ||
"@lerna/child-process": "^3.3.0", | ||
"@lerna/collect-updates": "^3.3.0", | ||
"@lerna/command": "^3.3.0", | ||
"@lerna/describe-ref": "^3.3.0", | ||
"@lerna/get-npm-exec-opts": "^3.0.0", | ||
"@lerna/npm-dist-tag": "^3.0.0", | ||
"@lerna/npm-publish": "^3.2.0", | ||
"@lerna/npm-dist-tag": "^3.3.0", | ||
"@lerna/npm-publish": "^3.3.0", | ||
"@lerna/output": "^3.0.0", | ||
"@lerna/prompt": "^3.0.0", | ||
"@lerna/run-lifecycle": "^3.2.0", | ||
"@lerna/run-lifecycle": "^3.3.0", | ||
"@lerna/run-parallel-batches": "^3.0.0", | ||
"@lerna/validation-error": "^3.0.0", | ||
"@lerna/version": "^3.2.0", | ||
"fs-extra": "^6.0.1", | ||
"@lerna/version": "^3.3.0", | ||
"fs-extra": "^7.0.0", | ||
"npm-package-arg": "^6.0.0", | ||
@@ -60,3 +60,3 @@ "npmlog": "^4.1.2", | ||
}, | ||
"gitHead": "da1763cbd07e73ece563061a9086b9205063ffc3" | ||
"gitHead": "901e6d54a47151dfed3d6ed2912804b97d05c6b5" | ||
} |
Sorry, the diff of this file is not supported yet
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
54219
+ Addedfs-extra@7.0.1(transitive)
- Removedfs-extra@6.0.1(transitive)
Updated@lerna/child-process@^3.3.0
Updated@lerna/command@^3.3.0
Updated@lerna/describe-ref@^3.3.0
Updated@lerna/npm-dist-tag@^3.3.0
Updated@lerna/npm-publish@^3.3.0
Updated@lerna/run-lifecycle@^3.3.0
Updated@lerna/version@^3.3.0
Updatedfs-extra@^7.0.0