@lerna/npm-publish
Advanced tools
Comparing version 3.0.0-beta.1 to 3.0.0-beta.11
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.0.0-beta.11"></a> | ||
# [3.0.0-beta.11](https://github.com/lerna/lerna/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2018-03-29) | ||
### Features | ||
* Execute atomic publish lifecycle during lerna publish ([#1348](https://github.com/lerna/lerna/issues/1348)) ([45efa24](https://github.com/lerna/lerna/commit/45efa24)) | ||
<a name="3.0.0-beta.1"></a> | ||
@@ -8,0 +20,0 @@ # [3.0.0-beta.1](https://github.com/lerna/lerna/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2018-03-09) |
@@ -15,3 +15,3 @@ "use strict"; | ||
const opts = getExecOpts(pkg, registry); | ||
const args = ["publish"]; | ||
const args = ["publish", "--ignore-scripts"]; | ||
@@ -18,0 +18,0 @@ if (distTag) { |
{ | ||
"name": "@lerna/npm-publish", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0-beta.11", | ||
"description": "TODO", | ||
@@ -33,7 +33,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@lerna/child-process": "^3.0.0-beta.0", | ||
"@lerna/child-process": "^3.0.0-beta.11", | ||
"@lerna/get-npm-exec-opts": "^3.0.0-beta.0", | ||
"npmlog": "^4.1.2" | ||
}, | ||
"gitHead": "5a527968bb9f7b7c3af0d5d86391d6d2650ddc7a" | ||
"gitHead": "197a09d58322e86f589ef7839c2438f830d72476" | ||
} |
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
2620