From c2b606c4c890d8942eda6000048e0b480254d00f Mon Sep 17 00:00:00 2001 From: Daniel Stockman Date: Tue, 8 Jan 2019 12:07:46 -0800 Subject: [PATCH] chore(release): publish v3.9.1 --- CHANGELOG.md | 12 ++++++++++++ commands/add/CHANGELOG.md | 8 ++++++++ commands/add/package.json | 2 +- commands/bootstrap/CHANGELOG.md | 12 ++++++++++++ commands/bootstrap/package.json | 2 +- core/lerna/CHANGELOG.md | 8 ++++++++ core/lerna/package.json | 2 +- lerna.json | 2 +- 8 files changed, 44 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e63c446345..a64f131f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.9.1](https://github.com/lerna/lerna/compare/v3.9.0...v3.9.1) (2019-01-08) + + +### Bug Fixes + +* **bootstrap:** Don't pass `--ignore-scripts` to `npm install` ([e602838](https://github.com/lerna/lerna/commit/e602838)), closes [#1855](https://github.com/lerna/lerna/issues/1855) +* **bootstrap:** Prevent recursive execution from all install lifecycles ([ea9dbbe](https://github.com/lerna/lerna/commit/ea9dbbe)) + + + + + # [3.9.0](https://github.com/lerna/lerna/compare/v3.8.5...v3.9.0) (2019-01-08) diff --git a/commands/add/CHANGELOG.md b/commands/add/CHANGELOG.md index 997daaaea5..0ded19590d 100644 --- a/commands/add/CHANGELOG.md +++ b/commands/add/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.9.1](https://github.com/lerna/lerna/compare/v3.9.0...v3.9.1) (2019-01-08) + +**Note:** Version bump only for package @lerna/add + + + + + # [3.9.0](https://github.com/lerna/lerna/compare/v3.8.5...v3.9.0) (2019-01-08) **Note:** Version bump only for package @lerna/add diff --git a/commands/add/package.json b/commands/add/package.json index 14576dd80c..71330f6a3c 100644 --- a/commands/add/package.json +++ b/commands/add/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/add", - "version": "3.9.0", + "version": "3.9.1", "description": "Add a dependency to matched packages", "keywords": [ "lerna", diff --git a/commands/bootstrap/CHANGELOG.md b/commands/bootstrap/CHANGELOG.md index 41a1a80a41..33ca1ada27 100644 --- a/commands/bootstrap/CHANGELOG.md +++ b/commands/bootstrap/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.9.1](https://github.com/lerna/lerna/compare/v3.9.0...v3.9.1) (2019-01-08) + + +### Bug Fixes + +* **bootstrap:** Don't pass `--ignore-scripts` to `npm install` ([e602838](https://github.com/lerna/lerna/commit/e602838)), closes [#1855](https://github.com/lerna/lerna/issues/1855) +* **bootstrap:** Prevent recursive execution from all install lifecycles ([ea9dbbe](https://github.com/lerna/lerna/commit/ea9dbbe)) + + + + + # [3.9.0](https://github.com/lerna/lerna/compare/v3.8.5...v3.9.0) (2019-01-08) diff --git a/commands/bootstrap/package.json b/commands/bootstrap/package.json index 26e0047d78..a8d9dd7174 100644 --- a/commands/bootstrap/package.json +++ b/commands/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/bootstrap", - "version": "3.9.0", + "version": "3.9.1", "description": "Link local packages together and install remaining package dependencies", "keywords": [ "lerna", diff --git a/core/lerna/CHANGELOG.md b/core/lerna/CHANGELOG.md index dfd4266965..8c74126b37 100644 --- a/core/lerna/CHANGELOG.md +++ b/core/lerna/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.9.1](https://github.com/lerna/lerna/compare/v3.9.0...v3.9.1) (2019-01-08) + +**Note:** Version bump only for package lerna + + + + + # [3.9.0](https://github.com/lerna/lerna/compare/v3.8.5...v3.9.0) (2019-01-08) **Note:** Version bump only for package lerna diff --git a/core/lerna/package.json b/core/lerna/package.json index 7c5db7e647..b3e08763b6 100644 --- a/core/lerna/package.json +++ b/core/lerna/package.json @@ -1,6 +1,6 @@ { "name": "lerna", - "version": "3.9.0", + "version": "3.9.1", "description": "A tool for managing JavaScript projects with multiple packages.", "keywords": [ "lerna", diff --git a/lerna.json b/lerna.json index 6569815e50..9f9448e923 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "**/__tests__/**", "**/*.md" ], - "version": "3.9.0" + "version": "3.9.1" }