From bb048cb306b5cfcb039aa98f667cf3751cf0ad20 Mon Sep 17 00:00:00 2001 From: Daniel Stockman Date: Tue, 23 Jul 2019 17:26:07 -0700 Subject: [PATCH] chore(release): v3.16.4 --- CHANGELOG.md | 14 ++++++++++++++ commands/changed/CHANGELOG.md | 8 ++++++++ commands/changed/package.json | 2 +- commands/publish/CHANGELOG.md | 11 +++++++++++ commands/publish/package.json | 2 +- commands/version/CHANGELOG.md | 8 ++++++++ commands/version/package.json | 2 +- core/conventional-commits/CHANGELOG.md | 12 ++++++++++++ core/conventional-commits/package.json | 2 +- core/lerna/CHANGELOG.md | 8 ++++++++ core/lerna/package.json | 2 +- lerna.json | 2 +- utils/pack-directory/CHANGELOG.md | 11 +++++++++++ utils/pack-directory/package.json | 2 +- 14 files changed, 79 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f683ceb49..c1d2b93894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.16.4](https://github.com/lerna/lerna/compare/v3.16.3...v3.16.4) (2019-07-24) + + +### Bug Fixes + +* **conventional-commits:** Avoid duplicate root changelog entries with custom `--tag-version-prefix` ([8adeac1](https://github.com/lerna/lerna/commit/8adeac1)), closes [#2197](https://github.com/lerna/lerna/issues/2197) +* **conventional-commits:** Preserve tag prefix in fixed changelog comparison links ([11cf6d2](https://github.com/lerna/lerna/commit/11cf6d2)), closes [#2197](https://github.com/lerna/lerna/issues/2197) +* **pack-directory:** Use correct property when packing subdirectories ([1575396](https://github.com/lerna/lerna/commit/1575396)) +* **publish:** Pass correct arguments to packDirectory() ([b1aade3](https://github.com/lerna/lerna/commit/b1aade3)) + + + + + ## [3.16.3](https://github.com/lerna/lerna/compare/v3.16.2...v3.16.3) (2019-07-23) diff --git a/commands/changed/CHANGELOG.md b/commands/changed/CHANGELOG.md index d6dee1cabd..4119954255 100644 --- a/commands/changed/CHANGELOG.md +++ b/commands/changed/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.16.4](https://github.com/lerna/lerna/compare/v3.16.3...v3.16.4) (2019-07-24) + +**Note:** Version bump only for package @lerna/changed + + + + + ## [3.16.2](https://github.com/lerna/lerna/compare/v3.16.1...v3.16.2) (2019-07-22) **Note:** Version bump only for package @lerna/changed diff --git a/commands/changed/package.json b/commands/changed/package.json index 0f69e8fd7a..50c0fc5c08 100644 --- a/commands/changed/package.json +++ b/commands/changed/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/changed", - "version": "3.16.2", + "version": "3.16.4", "description": "List local packages that have changed since the last tagged release", "keywords": [ "lerna", diff --git a/commands/publish/CHANGELOG.md b/commands/publish/CHANGELOG.md index 47855802ba..2e48b4457f 100644 --- a/commands/publish/CHANGELOG.md +++ b/commands/publish/CHANGELOG.md @@ -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.16.4](https://github.com/lerna/lerna/compare/v3.16.3...v3.16.4) (2019-07-24) + + +### Bug Fixes + +* **publish:** Pass correct arguments to packDirectory() ([b1aade3](https://github.com/lerna/lerna/commit/b1aade3)) + + + + + ## [3.16.3](https://github.com/lerna/lerna/compare/v3.16.2...v3.16.3) (2019-07-23) diff --git a/commands/publish/package.json b/commands/publish/package.json index f5aee4dc65..810a8383f8 100644 --- a/commands/publish/package.json +++ b/commands/publish/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/publish", - "version": "3.16.3", + "version": "3.16.4", "description": "Publish packages in the current project", "keywords": [ "lerna", diff --git a/commands/version/CHANGELOG.md b/commands/version/CHANGELOG.md index 72f9d1bbc7..95686fa3e1 100644 --- a/commands/version/CHANGELOG.md +++ b/commands/version/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.16.4](https://github.com/lerna/lerna/compare/v3.16.3...v3.16.4) (2019-07-24) + +**Note:** Version bump only for package @lerna/version + + + + + ## [3.16.2](https://github.com/lerna/lerna/compare/v3.16.1...v3.16.2) (2019-07-22) **Note:** Version bump only for package @lerna/version diff --git a/commands/version/package.json b/commands/version/package.json index db6d945ebf..cf1e785c78 100644 --- a/commands/version/package.json +++ b/commands/version/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/version", - "version": "3.16.2", + "version": "3.16.4", "description": "Bump version of packages changed since the last release", "keywords": [ "lerna", diff --git a/core/conventional-commits/CHANGELOG.md b/core/conventional-commits/CHANGELOG.md index 2f8747b705..a5b6346e2a 100644 --- a/core/conventional-commits/CHANGELOG.md +++ b/core/conventional-commits/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.16.4](https://github.com/lerna/lerna/compare/v3.16.3...v3.16.4) (2019-07-24) + + +### Bug Fixes + +* **conventional-commits:** Avoid duplicate root changelog entries with custom `--tag-version-prefix` ([8adeac1](https://github.com/lerna/lerna/commit/8adeac1)), closes [#2197](https://github.com/lerna/lerna/issues/2197) +* **conventional-commits:** Preserve tag prefix in fixed changelog comparison links ([11cf6d2](https://github.com/lerna/lerna/commit/11cf6d2)), closes [#2197](https://github.com/lerna/lerna/issues/2197) + + + + + # [3.16.0](https://github.com/lerna/lerna/compare/v3.15.0...v3.16.0) (2019-07-18) diff --git a/core/conventional-commits/package.json b/core/conventional-commits/package.json index b614001284..f10ae72054 100644 --- a/core/conventional-commits/package.json +++ b/core/conventional-commits/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/conventional-commits", - "version": "3.16.0", + "version": "3.16.4", "description": "Lerna's internal interface to conventional-changelog and friends", "keywords": [ "lerna", diff --git a/core/lerna/CHANGELOG.md b/core/lerna/CHANGELOG.md index c91d1341aa..f63d25c685 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.16.4](https://github.com/lerna/lerna/compare/v3.16.3...v3.16.4) (2019-07-24) + +**Note:** Version bump only for package lerna + + + + + ## [3.16.3](https://github.com/lerna/lerna/compare/v3.16.2...v3.16.3) (2019-07-23) **Note:** Version bump only for package lerna diff --git a/core/lerna/package.json b/core/lerna/package.json index 451f941838..eb271c286c 100644 --- a/core/lerna/package.json +++ b/core/lerna/package.json @@ -1,6 +1,6 @@ { "name": "lerna", - "version": "3.16.3", + "version": "3.16.4", "description": "A tool for managing JavaScript projects with multiple packages.", "keywords": [ "lerna", diff --git a/lerna.json b/lerna.json index d715e7f28c..0a0433847a 100644 --- a/lerna.json +++ b/lerna.json @@ -22,5 +22,5 @@ "**/__tests__/**", "**/*.md" ], - "version": "3.16.3" + "version": "3.16.4" } diff --git a/utils/pack-directory/CHANGELOG.md b/utils/pack-directory/CHANGELOG.md index 1867a99f63..780f192db8 100644 --- a/utils/pack-directory/CHANGELOG.md +++ b/utils/pack-directory/CHANGELOG.md @@ -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.16.4](https://github.com/lerna/lerna/compare/v3.16.3...v3.16.4) (2019-07-24) + + +### Bug Fixes + +* **pack-directory:** Use correct property when packing subdirectories ([1575396](https://github.com/lerna/lerna/commit/1575396)) + + + + + ## [3.16.2](https://github.com/lerna/lerna/compare/v3.16.1...v3.16.2) (2019-07-22) **Note:** Version bump only for package @lerna/pack-directory diff --git a/utils/pack-directory/package.json b/utils/pack-directory/package.json index 28971a9746..f8a166c068 100644 --- a/utils/pack-directory/package.json +++ b/utils/pack-directory/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/pack-directory", - "version": "3.16.2", + "version": "3.16.4", "description": "Pack a directory into an npm package tarball", "keywords": [ "lerna",