Skip to content

Commit

Permalink
chore(release): publish v3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Jan 8, 2019
1 parent ea9dbbe commit c2b606c
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down
8 changes: 8 additions & 0 deletions commands/add/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
12 changes: 12 additions & 0 deletions commands/bootstrap/CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
8 changes: 8 additions & 0 deletions core/lerna/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -21,5 +21,5 @@
"**/__tests__/**",
"**/*.md"
],
"version": "3.9.0"
"version": "3.9.1"
}

0 comments on commit c2b606c

Please sign in to comment.