Skip to content

Commit

Permalink
chore(release): publish v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Oct 4, 2018
1 parent f7fdc77 commit 05a27a6
Show file tree
Hide file tree
Showing 22 changed files with 128 additions and 11 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.1](https://github.com/lerna/lerna/compare/v3.4.0...v3.4.1) (2018-10-04)


### Bug Fixes

* **add:** Allow --registry option ([597606c](https://github.com/lerna/lerna/commit/597606c))
* **bootstrap:** Constrain npm-conf argument object to options.registry only ([987fd26](https://github.com/lerna/lerna/commit/987fd26))
* **conventional-commits:** Upgrade angular preset, ensure header is not duplicated ([159a0b0](https://github.com/lerna/lerna/commit/159a0b0)), closes [#1696](https://github.com/lerna/lerna/issues/1696)
* **conventional-commits:** Upgrade dependencies ([9752f3e](https://github.com/lerna/lerna/commit/9752f3e)), closes [#1641](https://github.com/lerna/lerna/issues/1641) [#1661](https://github.com/lerna/lerna/issues/1661)
* **npm-conf:** Do not overwrite defaults with undefined cli keys ([25af71d](https://github.com/lerna/lerna/commit/25af71d))
* **publish:** Overwrite Yarn registry proxy when encountered ([f7fdc77](https://github.com/lerna/lerna/commit/f7fdc77))
* **publish:** Set token on npm config, allow third-party registries to remain non-compliant ([06a9479](https://github.com/lerna/lerna/commit/06a9479))





<a name="3.4.0"></a>
# [3.4.0](https://github.com/lerna/lerna/compare/v3.3.2...v3.4.0) (2018-09-14)

Expand Down
11 changes: 11 additions & 0 deletions commands/add/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.1](https://github.com/lerna/lerna/compare/v3.4.0...v3.4.1) (2018-10-04)


### Bug Fixes

* **add:** Allow --registry option ([597606c](https://github.com/lerna/lerna/commit/597606c))





<a name="3.3.2"></a>
## [3.3.2](https://github.com/lerna/lerna/compare/v3.3.1...v3.3.2) (2018-09-12)

Expand Down
2 changes: 1 addition & 1 deletion commands/add/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/add",
"version": "3.3.2",
"version": "3.4.1",
"description": "Add a dependency to matched packages",
"keywords": [
"lerna",
Expand Down
11 changes: 11 additions & 0 deletions commands/bootstrap/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.1](https://github.com/lerna/lerna/compare/v3.4.0...v3.4.1) (2018-10-04)


### Bug Fixes

* **bootstrap:** Constrain npm-conf argument object to options.registry only ([987fd26](https://github.com/lerna/lerna/commit/987fd26))





<a name="3.3.2"></a>
## [3.3.2](https://github.com/lerna/lerna/compare/v3.3.1...v3.3.2) (2018-09-12)

Expand Down
2 changes: 1 addition & 1 deletion commands/bootstrap/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/bootstrap",
"version": "3.3.2",
"version": "3.4.1",
"description": "Link local packages together and install remaining package dependencies",
"keywords": [
"lerna",
Expand Down
8 changes: 8 additions & 0 deletions commands/changed/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.4.1](https://github.com/lerna/lerna/compare/v3.4.0...v3.4.1) (2018-10-04)

**Note:** Version bump only for package @lerna/changed





<a name="3.3.2"></a>
## [3.3.2](https://github.com/lerna/lerna/compare/v3.3.1...v3.3.2) (2018-09-12)

Expand Down
2 changes: 1 addition & 1 deletion commands/changed/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/changed",
"version": "3.3.2",
"version": "3.4.1",
"description": "List local packages that have changed since the last tagged release",
"keywords": [
"lerna",
Expand Down
8 changes: 8 additions & 0 deletions commands/create/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.4.1](https://github.com/lerna/lerna/compare/v3.4.0...v3.4.1) (2018-10-04)

**Note:** Version bump only for package @lerna/create





<a name="3.3.1"></a>
## [3.3.1](https://github.com/lerna/lerna/compare/v3.3.0...v3.3.1) (2018-09-11)

Expand Down
2 changes: 1 addition & 1 deletion commands/create/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/create",
"version": "3.3.1",
"version": "3.4.1",
"description": "Create a new lerna-managed package",
"keywords": [
"lerna",
Expand Down
12 changes: 12 additions & 0 deletions commands/publish/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.4.1](https://github.com/lerna/lerna/compare/v3.4.0...v3.4.1) (2018-10-04)


### Bug Fixes

* **publish:** Overwrite Yarn registry proxy when encountered ([f7fdc77](https://github.com/lerna/lerna/commit/f7fdc77))
* **publish:** Set token on npm config, allow third-party registries to remain non-compliant ([06a9479](https://github.com/lerna/lerna/commit/06a9479))





<a name="3.4.0"></a>
# [3.4.0](https://github.com/lerna/lerna/compare/v3.3.2...v3.4.0) (2018-09-14)

Expand Down
2 changes: 1 addition & 1 deletion commands/publish/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/publish",
"version": "3.4.0",
"version": "3.4.1",
"description": "Publish packages in the current project",
"keywords": [
"lerna",
Expand Down
11 changes: 11 additions & 0 deletions commands/version/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.1](https://github.com/lerna/lerna/compare/v3.4.0...v3.4.1) (2018-10-04)


### Bug Fixes

* **conventional-commits:** Upgrade angular preset, ensure header is not duplicated ([159a0b0](https://github.com/lerna/lerna/commit/159a0b0)), closes [#1696](https://github.com/lerna/lerna/issues/1696)





<a name="3.3.2"></a>
## [3.3.2](https://github.com/lerna/lerna/compare/v3.3.1...v3.3.2) (2018-09-12)

Expand Down
2 changes: 1 addition & 1 deletion commands/version/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/version",
"version": "3.3.2",
"version": "3.4.1",
"description": "Bump version of packages changed since the last release",
"keywords": [
"lerna",
Expand Down
12 changes: 12 additions & 0 deletions core/conventional-commits/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.4.1](https://github.com/lerna/lerna/compare/v3.4.0...v3.4.1) (2018-10-04)


### Bug Fixes

* **conventional-commits:** Upgrade angular preset, ensure header is not duplicated ([159a0b0](https://github.com/lerna/lerna/commit/159a0b0)), closes [#1696](https://github.com/lerna/lerna/issues/1696)
* **conventional-commits:** Upgrade dependencies ([9752f3e](https://github.com/lerna/lerna/commit/9752f3e)), closes [#1641](https://github.com/lerna/lerna/issues/1641) [#1661](https://github.com/lerna/lerna/issues/1661)





<a name="3.3.0"></a>
# [3.3.0](https://github.com/lerna/lerna/compare/v3.2.1...v3.3.0) (2018-09-06)

Expand Down
2 changes: 1 addition & 1 deletion core/conventional-commits/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/conventional-commits",
"version": "3.3.0",
"version": "3.4.1",
"description": "Lerna's internal interface to conventional-changelog and friends",
"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.4.1](https://github.com/lerna/lerna/compare/v3.4.0...v3.4.1) (2018-10-04)

**Note:** Version bump only for package lerna





<a name="3.4.0"></a>
# [3.4.0](https://github.com/lerna/lerna/compare/v3.3.2...v3.4.0) (2018-09-14)

Expand Down
2 changes: 1 addition & 1 deletion core/lerna/package.json
@@ -1,6 +1,6 @@
{
"name": "lerna",
"version": "3.4.0",
"version": "3.4.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.4.0"
"version": "3.4.1"
}
11 changes: 11 additions & 0 deletions utils/npm-conf/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.1](https://github.com/lerna/lerna/compare/v3.4.0...v3.4.1) (2018-10-04)


### Bug Fixes

* **npm-conf:** Do not overwrite defaults with undefined cli keys ([25af71d](https://github.com/lerna/lerna/commit/25af71d))





<a name="3.0.0"></a>
# [3.0.0](https://github.com/lerna/lerna/compare/v3.0.0-rc.0...v3.0.0) (2018-08-10)

Expand Down
2 changes: 1 addition & 1 deletion utils/npm-conf/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/npm-conf",
"version": "3.0.0",
"version": "3.4.1",
"description": "Vendored npm-conf with updates",
"keywords": [
"lerna",
Expand Down
8 changes: 8 additions & 0 deletions utils/run-lifecycle/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.4.1](https://github.com/lerna/lerna/compare/v3.4.0...v3.4.1) (2018-10-04)

**Note:** Version bump only for package @lerna/run-lifecycle





<a name="3.3.1"></a>
## [3.3.1](https://github.com/lerna/lerna/compare/v3.3.0...v3.3.1) (2018-09-11)

Expand Down
2 changes: 1 addition & 1 deletion utils/run-lifecycle/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/run-lifecycle",
"version": "3.3.1",
"version": "3.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
Expand Down

0 comments on commit 05a27a6

Please sign in to comment.