From e057f56e15562496249d8d0a1e3516bd507536fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CJamesHenry=E2=80=9D?= Date: Tue, 13 Dec 2022 16:51:54 +0400 Subject: [PATCH] chore(release): v6.2.0 --- CHANGELOG.md | 13 ++ commands/add/CHANGELOG.md | 4 + commands/add/package.json | 2 +- commands/bootstrap/CHANGELOG.md | 4 + commands/bootstrap/package.json | 2 +- commands/changed/CHANGELOG.md | 4 + commands/changed/package.json | 2 +- commands/clean/CHANGELOG.md | 4 + commands/clean/package.json | 2 +- commands/create/CHANGELOG.md | 4 + commands/create/package.json | 2 +- commands/diff/CHANGELOG.md | 4 + commands/diff/package.json | 2 +- commands/exec/CHANGELOG.md | 4 + commands/exec/package.json | 2 +- commands/import/CHANGELOG.md | 4 + commands/import/package.json | 2 +- commands/info/CHANGELOG.md | 4 + commands/info/package.json | 2 +- commands/init/CHANGELOG.md | 4 + commands/init/package.json | 2 +- commands/link/CHANGELOG.md | 4 + commands/link/package.json | 2 +- commands/list/CHANGELOG.md | 4 + commands/list/package.json | 2 +- commands/publish/CHANGELOG.md | 6 + commands/publish/package.json | 2 +- commands/run/CHANGELOG.md | 4 + commands/run/package.json | 2 +- commands/version/CHANGELOG.md | 6 + commands/version/package.json | 2 +- core/child-process/CHANGELOG.md | 4 + core/child-process/package.json | 2 +- core/cli/CHANGELOG.md | 4 + core/cli/package.json | 2 +- core/command/CHANGELOG.md | 6 + core/command/package.json | 2 +- core/conventional-commits/CHANGELOG.md | 4 + core/conventional-commits/package.json | 2 +- core/filter-options/CHANGELOG.md | 4 + core/filter-options/package.json | 2 +- core/global-options/CHANGELOG.md | 4 + core/global-options/package.json | 2 +- core/lerna/CHANGELOG.md | 10 ++ core/lerna/package.json | 2 +- core/otplease/CHANGELOG.md | 4 + core/otplease/package.json | 2 +- core/package-graph/CHANGELOG.md | 4 + core/package-graph/package.json | 2 +- core/package/CHANGELOG.md | 4 + core/package/package.json | 2 +- core/project/CHANGELOG.md | 6 + core/project/package.json | 2 +- core/prompt/CHANGELOG.md | 4 + core/prompt/package.json | 2 +- core/validation-error/CHANGELOG.md | 4 + core/validation-error/package.json | 2 +- lerna.json | 2 +- package-lock.json | 124 +++++++++--------- utils/check-working-tree/CHANGELOG.md | 4 + utils/check-working-tree/package.json | 2 +- utils/collect-uncommitted/CHANGELOG.md | 4 + utils/collect-uncommitted/package.json | 2 +- utils/collect-updates/CHANGELOG.md | 4 + utils/collect-updates/package.json | 2 +- utils/create-symlink/CHANGELOG.md | 4 + utils/create-symlink/package.json | 2 +- utils/describe-ref/CHANGELOG.md | 4 + utils/describe-ref/package.json | 2 +- utils/filter-packages/CHANGELOG.md | 4 + utils/filter-packages/package.json | 2 +- utils/get-npm-exec-opts/CHANGELOG.md | 4 + utils/get-npm-exec-opts/package.json | 2 +- utils/get-packed/CHANGELOG.md | 4 + utils/get-packed/package.json | 2 +- utils/github-client/CHANGELOG.md | 4 + utils/github-client/package.json | 2 +- utils/gitlab-client/CHANGELOG.md | 4 + utils/gitlab-client/package.json | 2 +- utils/has-npm-version/CHANGELOG.md | 4 + utils/has-npm-version/package.json | 2 +- utils/listable/CHANGELOG.md | 4 + utils/listable/package.json | 2 +- utils/log-packed/CHANGELOG.md | 4 + utils/log-packed/package.json | 2 +- utils/map-to-registry/CHANGELOG.md | 4 + utils/map-to-registry/package.json | 2 +- utils/npm-conf/CHANGELOG.md | 4 + utils/npm-conf/package.json | 2 +- utils/npm-dist-tag/CHANGELOG.md | 4 + utils/npm-dist-tag/package.json | 2 +- utils/npm-install/CHANGELOG.md | 6 + utils/npm-install/package.json | 2 +- utils/npm-publish/CHANGELOG.md | 4 + utils/npm-publish/package.json | 2 +- utils/npm-run-script/CHANGELOG.md | 4 + utils/npm-run-script/package.json | 2 +- utils/output/CHANGELOG.md | 4 + utils/output/package.json | 2 +- utils/pack-directory/CHANGELOG.md | 4 + utils/pack-directory/package.json | 2 +- utils/prerelease-id-from-version/CHANGELOG.md | 4 + utils/prerelease-id-from-version/package.json | 2 +- utils/profiler/CHANGELOG.md | 4 + utils/profiler/package.json | 2 +- utils/pulse-till-done/CHANGELOG.md | 4 + utils/pulse-till-done/package.json | 2 +- utils/query-graph/CHANGELOG.md | 4 + utils/query-graph/package.json | 2 +- utils/resolve-symlink/CHANGELOG.md | 4 + utils/resolve-symlink/package.json | 2 +- utils/rimraf-dir/CHANGELOG.md | 4 + utils/rimraf-dir/package.json | 2 +- utils/run-lifecycle/CHANGELOG.md | 4 + utils/run-lifecycle/package.json | 2 +- utils/run-topologically/CHANGELOG.md | 4 + utils/run-topologically/package.json | 2 +- utils/symlink-binary/CHANGELOG.md | 4 + utils/symlink-binary/package.json | 2 +- utils/symlink-dependencies/CHANGELOG.md | 4 + utils/symlink-dependencies/package.json | 2 +- utils/temp-write/CHANGELOG.md | 4 + utils/temp-write/package.json | 2 +- utils/timer/CHANGELOG.md | 4 + utils/timer/package.json | 2 +- utils/write-log-file/CHANGELOG.md | 4 + utils/write-log-file/package.json | 2 +- 127 files changed, 402 insertions(+), 125 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd48033b67..a428a4668c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +### Bug Fixes + +- **core:** more detailed error message when version cannot be found ([#3424](https://github.com/lerna/lerna/issues/3424)) ([b729b0c](https://github.com/lerna/lerna/commit/b729b0c01a6d303c6f3bc5d65beb0dcde924160f)) +- **schema:** add the other format changelogPreset can assume ([#3441](https://github.com/lerna/lerna/issues/3441)) ([d286973](https://github.com/lerna/lerna/commit/d286973d7c2c9b43db65b903f94debd21bafd76e)) +- **utils:** check validity of bundledDependencies before iteration ([#2960](https://github.com/lerna/lerna/issues/2960)) ([2517ffb](https://github.com/lerna/lerna/commit/2517ffb5a2854ca65ccb9128446eda8b5bc8741f)) + +### Features + +- **publish:** add --summary-file option ([#2653](https://github.com/lerna/lerna/issues/2653)) ([027d943](https://github.com/lerna/lerna/commit/027d9433b7bb0ca1de5fa593ed411e012af57623)) +- **version:** add --signoff git flag ([#2897](https://github.com/lerna/lerna/issues/2897)) ([93b24d7](https://github.com/lerna/lerna/commit/93b24d72d9a9b47fbbc2cec02919c572b0440e79)) + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) ### Bug Fixes diff --git a/commands/add/CHANGELOG.md b/commands/add/CHANGELOG.md index 56fd7e85d9..80bc69274e 100644 --- a/commands/add/CHANGELOG.md +++ b/commands/add/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/add + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/add diff --git a/commands/add/package.json b/commands/add/package.json index a51b827514..53785e69c3 100644 --- a/commands/add/package.json +++ b/commands/add/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/add", - "version": "6.1.0", + "version": "6.2.0", "description": "Add a dependency to matched packages", "keywords": [ "lerna", diff --git a/commands/bootstrap/CHANGELOG.md b/commands/bootstrap/CHANGELOG.md index 88baf41d0d..caad99063c 100644 --- a/commands/bootstrap/CHANGELOG.md +++ b/commands/bootstrap/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/bootstrap + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/bootstrap diff --git a/commands/bootstrap/package.json b/commands/bootstrap/package.json index c026f302ae..5708412f0e 100644 --- a/commands/bootstrap/package.json +++ b/commands/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/bootstrap", - "version": "6.1.0", + "version": "6.2.0", "description": "Link local packages together and install remaining package dependencies", "keywords": [ "lerna", diff --git a/commands/changed/CHANGELOG.md b/commands/changed/CHANGELOG.md index 6e3ccf9cf8..c76da6b862 100644 --- a/commands/changed/CHANGELOG.md +++ b/commands/changed/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/changed + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/changed diff --git a/commands/changed/package.json b/commands/changed/package.json index aa07bdf052..c096c64b59 100644 --- a/commands/changed/package.json +++ b/commands/changed/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/changed", - "version": "6.1.0", + "version": "6.2.0", "description": "List local packages that have changed since the last tagged release", "keywords": [ "lerna", diff --git a/commands/clean/CHANGELOG.md b/commands/clean/CHANGELOG.md index b68a4c753e..c300a00e55 100644 --- a/commands/clean/CHANGELOG.md +++ b/commands/clean/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/clean + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/clean diff --git a/commands/clean/package.json b/commands/clean/package.json index c4b7205b84..da2c83b954 100644 --- a/commands/clean/package.json +++ b/commands/clean/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/clean", - "version": "6.1.0", + "version": "6.2.0", "description": "Remove the node_modules directory from all packages", "keywords": [ "lerna", diff --git a/commands/create/CHANGELOG.md b/commands/create/CHANGELOG.md index 8a78059ef2..281b71a3e8 100644 --- a/commands/create/CHANGELOG.md +++ b/commands/create/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/create + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/create diff --git a/commands/create/package.json b/commands/create/package.json index d53f7ea517..992503275f 100644 --- a/commands/create/package.json +++ b/commands/create/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/create", - "version": "6.1.0", + "version": "6.2.0", "description": "Create a new lerna-managed package", "keywords": [ "lerna", diff --git a/commands/diff/CHANGELOG.md b/commands/diff/CHANGELOG.md index 73913218c8..6c54076091 100644 --- a/commands/diff/CHANGELOG.md +++ b/commands/diff/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/diff + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/diff diff --git a/commands/diff/package.json b/commands/diff/package.json index b073f1609f..7b08f594b3 100644 --- a/commands/diff/package.json +++ b/commands/diff/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/diff", - "version": "6.1.0", + "version": "6.2.0", "description": "Diff all packages or a single package since the last release", "keywords": [ "lerna", diff --git a/commands/exec/CHANGELOG.md b/commands/exec/CHANGELOG.md index 96a99aa9c1..606d4db979 100644 --- a/commands/exec/CHANGELOG.md +++ b/commands/exec/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/exec + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/exec diff --git a/commands/exec/package.json b/commands/exec/package.json index 69ae7160ea..ef0bb5b27a 100644 --- a/commands/exec/package.json +++ b/commands/exec/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/exec", - "version": "6.1.0", + "version": "6.2.0", "description": "Execute an arbitrary command in each package", "keywords": [ "lerna", diff --git a/commands/import/CHANGELOG.md b/commands/import/CHANGELOG.md index 805a7cd910..f040009213 100644 --- a/commands/import/CHANGELOG.md +++ b/commands/import/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/import + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/import diff --git a/commands/import/package.json b/commands/import/package.json index 3513aa1b8b..e9ebcff42e 100644 --- a/commands/import/package.json +++ b/commands/import/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/import", - "version": "6.1.0", + "version": "6.2.0", "description": "Import a package into the monorepo with commit history", "keywords": [ "lerna", diff --git a/commands/info/CHANGELOG.md b/commands/info/CHANGELOG.md index 60da291db0..3d60f83ad9 100644 --- a/commands/info/CHANGELOG.md +++ b/commands/info/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/info + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/info diff --git a/commands/info/package.json b/commands/info/package.json index 9752af3cdd..c96f2c4563 100644 --- a/commands/info/package.json +++ b/commands/info/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/info", - "version": "6.1.0", + "version": "6.2.0", "description": "Prints local environment information", "keywords": [ "lerna", diff --git a/commands/init/CHANGELOG.md b/commands/init/CHANGELOG.md index f6a8ac237e..d9c8cafd10 100644 --- a/commands/init/CHANGELOG.md +++ b/commands/init/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/init + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/init diff --git a/commands/init/package.json b/commands/init/package.json index 581c1e740c..f3c3503ae5 100644 --- a/commands/init/package.json +++ b/commands/init/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/init", - "version": "6.1.0", + "version": "6.2.0", "description": "Create a new Lerna repo or upgrade an existing repo to the current version of Lerna", "keywords": [ "lerna", diff --git a/commands/link/CHANGELOG.md b/commands/link/CHANGELOG.md index 876da040f7..d62e6071f0 100644 --- a/commands/link/CHANGELOG.md +++ b/commands/link/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/link + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/link diff --git a/commands/link/package.json b/commands/link/package.json index 0df35f1682..08433fd72b 100644 --- a/commands/link/package.json +++ b/commands/link/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/link", - "version": "6.1.0", + "version": "6.2.0", "description": "Symlink together all packages that are dependencies of each other", "keywords": [ "lerna", diff --git a/commands/list/CHANGELOG.md b/commands/list/CHANGELOG.md index 50b8f18068..138dbbcb73 100644 --- a/commands/list/CHANGELOG.md +++ b/commands/list/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/list + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/list diff --git a/commands/list/package.json b/commands/list/package.json index dd232839ac..faae903cc9 100644 --- a/commands/list/package.json +++ b/commands/list/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/list", - "version": "6.1.0", + "version": "6.2.0", "description": "List local packages", "keywords": [ "lerna", diff --git a/commands/publish/CHANGELOG.md b/commands/publish/CHANGELOG.md index ab123eb6be..a89f6695ae 100644 --- a/commands/publish/CHANGELOG.md +++ b/commands/publish/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +### Features + +- **publish:** add --summary-file option ([#2653](https://github.com/lerna/lerna/issues/2653)) ([027d943](https://github.com/lerna/lerna/commit/027d9433b7bb0ca1de5fa593ed411e012af57623)) + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/publish diff --git a/commands/publish/package.json b/commands/publish/package.json index 25bc054a37..3c99105cb9 100644 --- a/commands/publish/package.json +++ b/commands/publish/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/publish", - "version": "6.1.0", + "version": "6.2.0", "description": "Publish packages in the current project", "keywords": [ "lerna", diff --git a/commands/run/CHANGELOG.md b/commands/run/CHANGELOG.md index 7bf8e87f6e..5102307c73 100644 --- a/commands/run/CHANGELOG.md +++ b/commands/run/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/run + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) ### Bug Fixes diff --git a/commands/run/package.json b/commands/run/package.json index a1ddae6b80..95682addd8 100644 --- a/commands/run/package.json +++ b/commands/run/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/run", - "version": "6.1.0", + "version": "6.2.0", "description": "Run an npm script in each package that contains that script", "keywords": [ "lerna", diff --git a/commands/version/CHANGELOG.md b/commands/version/CHANGELOG.md index e9f974670b..1fdda2acc9 100644 --- a/commands/version/CHANGELOG.md +++ b/commands/version/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +### Features + +- **version:** add --signoff git flag ([#2897](https://github.com/lerna/lerna/issues/2897)) ([93b24d7](https://github.com/lerna/lerna/commit/93b24d72d9a9b47fbbc2cec02919c572b0440e79)) + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) ### Features diff --git a/commands/version/package.json b/commands/version/package.json index e9f8d1176c..4ac2fbb9ba 100644 --- a/commands/version/package.json +++ b/commands/version/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/version", - "version": "6.1.0", + "version": "6.2.0", "description": "Bump version of packages changed since the last release", "keywords": [ "lerna", diff --git a/core/child-process/CHANGELOG.md b/core/child-process/CHANGELOG.md index 3da71e2a13..60f2b1b85b 100644 --- a/core/child-process/CHANGELOG.md +++ b/core/child-process/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/child-process + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/child-process diff --git a/core/child-process/package.json b/core/child-process/package.json index db6b2f001d..970d045ce4 100644 --- a/core/child-process/package.json +++ b/core/child-process/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/child-process", - "version": "6.1.0", + "version": "6.2.0", "description": "Lerna's internal child_process wrapper", "keywords": [ "lerna", diff --git a/core/cli/CHANGELOG.md b/core/cli/CHANGELOG.md index c54c1c830e..cc0514dad1 100644 --- a/core/cli/CHANGELOG.md +++ b/core/cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/cli + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/cli diff --git a/core/cli/package.json b/core/cli/package.json index 35cd65beaf..744be1fc40 100644 --- a/core/cli/package.json +++ b/core/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/cli", - "version": "6.1.0", + "version": "6.2.0", "description": "Lerna's CLI", "keywords": [ "lerna", diff --git a/core/command/CHANGELOG.md b/core/command/CHANGELOG.md index 86d45ec9ec..4f230a2f6a 100644 --- a/core/command/CHANGELOG.md +++ b/core/command/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +### Bug Fixes + +- **core:** more detailed error message when version cannot be found ([#3424](https://github.com/lerna/lerna/issues/3424)) ([b729b0c](https://github.com/lerna/lerna/commit/b729b0c01a6d303c6f3bc5d65beb0dcde924160f)) + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/command diff --git a/core/command/package.json b/core/command/package.json index a3b8e5e299..9e52461f83 100644 --- a/core/command/package.json +++ b/core/command/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/command", - "version": "6.1.0", + "version": "6.2.0", "description": "Lerna's internal base class for commands", "keywords": [ "lerna", diff --git a/core/conventional-commits/CHANGELOG.md b/core/conventional-commits/CHANGELOG.md index 365898ca07..0629bdcef3 100644 --- a/core/conventional-commits/CHANGELOG.md +++ b/core/conventional-commits/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/conventional-commits + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) ### Features diff --git a/core/conventional-commits/package.json b/core/conventional-commits/package.json index ca596915d9..850c2c99b3 100644 --- a/core/conventional-commits/package.json +++ b/core/conventional-commits/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/conventional-commits", - "version": "6.1.0", + "version": "6.2.0", "description": "Lerna's internal interface to conventional-changelog and friends", "keywords": [ "lerna", diff --git a/core/filter-options/CHANGELOG.md b/core/filter-options/CHANGELOG.md index 19c5e9bcfa..82f6f2f9c6 100644 --- a/core/filter-options/CHANGELOG.md +++ b/core/filter-options/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/filter-options + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/filter-options diff --git a/core/filter-options/package.json b/core/filter-options/package.json index 69c31392fa..8d270cb1a1 100644 --- a/core/filter-options/package.json +++ b/core/filter-options/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/filter-options", - "version": "6.1.0", + "version": "6.2.0", "description": "Options for lerna sub-commands that need filtering", "keywords": [ "lerna", diff --git a/core/global-options/CHANGELOG.md b/core/global-options/CHANGELOG.md index 8bfa79c42c..30499cd410 100644 --- a/core/global-options/CHANGELOG.md +++ b/core/global-options/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/global-options + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/global-options diff --git a/core/global-options/package.json b/core/global-options/package.json index fad2ec6c2a..850a9a1329 100644 --- a/core/global-options/package.json +++ b/core/global-options/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/global-options", - "version": "6.1.0", + "version": "6.2.0", "description": "Global options applicable to _every_ lerna sub-command", "keywords": [ "lerna", diff --git a/core/lerna/CHANGELOG.md b/core/lerna/CHANGELOG.md index 15f93f6162..faab6b299b 100644 --- a/core/lerna/CHANGELOG.md +++ b/core/lerna/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +### Bug Fixes + +- **schema:** add the other format changelogPreset can assume ([#3441](https://github.com/lerna/lerna/issues/3441)) ([d286973](https://github.com/lerna/lerna/commit/d286973d7c2c9b43db65b903f94debd21bafd76e)) + +### Features + +- **publish:** add --summary-file option ([#2653](https://github.com/lerna/lerna/issues/2653)) ([027d943](https://github.com/lerna/lerna/commit/027d9433b7bb0ca1de5fa593ed411e012af57623)) + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) ### Features diff --git a/core/lerna/package.json b/core/lerna/package.json index 53e8c08f18..669697a15b 100644 --- a/core/lerna/package.json +++ b/core/lerna/package.json @@ -1,6 +1,6 @@ { "name": "lerna", - "version": "6.1.0", + "version": "6.2.0", "description": "A tool for managing JavaScript projects with multiple packages.", "keywords": [ "lerna", diff --git a/core/otplease/CHANGELOG.md b/core/otplease/CHANGELOG.md index 4e85d36f82..0640d9940a 100644 --- a/core/otplease/CHANGELOG.md +++ b/core/otplease/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/otplease + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/otplease diff --git a/core/otplease/package.json b/core/otplease/package.json index f534d6efb1..c5b2953eb9 100644 --- a/core/otplease/package.json +++ b/core/otplease/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/otplease", - "version": "6.1.0", + "version": "6.2.0", "description": "Prompt for OTP when wrapped Promise fails", "keywords": [ "lerna", diff --git a/core/package-graph/CHANGELOG.md b/core/package-graph/CHANGELOG.md index 8b4f06cc38..5b1d83bfc5 100644 --- a/core/package-graph/CHANGELOG.md +++ b/core/package-graph/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/package-graph + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/package-graph diff --git a/core/package-graph/package.json b/core/package-graph/package.json index 8766033d0c..a3c9e54a6e 100644 --- a/core/package-graph/package.json +++ b/core/package-graph/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/package-graph", - "version": "6.1.0", + "version": "6.2.0", "description": "Lerna's internal representation of a package graph", "keywords": [ "lerna", diff --git a/core/package/CHANGELOG.md b/core/package/CHANGELOG.md index a158bd0865..6101717b6a 100644 --- a/core/package/CHANGELOG.md +++ b/core/package/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/package + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/package diff --git a/core/package/package.json b/core/package/package.json index 8445e4bfee..74fbe88392 100644 --- a/core/package/package.json +++ b/core/package/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/package", - "version": "6.1.0", + "version": "6.2.0", "description": "Lerna's internal representation of a package", "keywords": [ "lerna", diff --git a/core/project/CHANGELOG.md b/core/project/CHANGELOG.md index 6884e89138..5dc25f311b 100644 --- a/core/project/CHANGELOG.md +++ b/core/project/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +### Bug Fixes + +- **core:** more detailed error message when version cannot be found ([#3424](https://github.com/lerna/lerna/issues/3424)) ([b729b0c](https://github.com/lerna/lerna/commit/b729b0c01a6d303c6f3bc5d65beb0dcde924160f)) + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/project diff --git a/core/project/package.json b/core/project/package.json index abab64da3e..5445a6433e 100644 --- a/core/project/package.json +++ b/core/project/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/project", - "version": "6.1.0", + "version": "6.2.0", "description": "Lerna project configuration", "keywords": [ "lerna", diff --git a/core/prompt/CHANGELOG.md b/core/prompt/CHANGELOG.md index 1b816eec0a..c60b496964 100644 --- a/core/prompt/CHANGELOG.md +++ b/core/prompt/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/prompt + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/prompt diff --git a/core/prompt/package.json b/core/prompt/package.json index 44e7e6de25..26e7e797e4 100644 --- a/core/prompt/package.json +++ b/core/prompt/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/prompt", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/core/validation-error/CHANGELOG.md b/core/validation-error/CHANGELOG.md index 581818b80a..ba301e0b8e 100644 --- a/core/validation-error/CHANGELOG.md +++ b/core/validation-error/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/validation-error + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/validation-error diff --git a/core/validation-error/package.json b/core/validation-error/package.json index 91e62166f1..19c6adbfa6 100644 --- a/core/validation-error/package.json +++ b/core/validation-error/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/validation-error", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/lerna.json b/lerna.json index 2ef4e1c0ae..35a9812626 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ }, "ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"], "useWorkspaces": true, - "version": "6.1.0" + "version": "6.2.0" } diff --git a/package-lock.json b/package-lock.json index 2f0884d835..e79ca678d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -140,7 +140,7 @@ }, "commands/add": { "name": "@lerna/add", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/bootstrap": "file:../bootstrap", @@ -160,7 +160,7 @@ }, "commands/bootstrap": { "name": "@lerna/bootstrap", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -192,7 +192,7 @@ }, "commands/changed": { "name": "@lerna/changed", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/collect-updates": "file:../../utils/collect-updates", @@ -206,7 +206,7 @@ }, "commands/clean": { "name": "@lerna/clean", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -224,7 +224,7 @@ }, "commands/create": { "name": "@lerna/create", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -250,7 +250,7 @@ }, "commands/diff": { "name": "@lerna/diff", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -264,7 +264,7 @@ }, "commands/exec": { "name": "@lerna/exec", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -281,7 +281,7 @@ }, "commands/import": { "name": "@lerna/import", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -299,7 +299,7 @@ }, "commands/info": { "name": "@lerna/info", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -312,7 +312,7 @@ }, "commands/init": { "name": "@lerna/init", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -328,7 +328,7 @@ }, "commands/link": { "name": "@lerna/link", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -344,7 +344,7 @@ }, "commands/list": { "name": "@lerna/list", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -358,7 +358,7 @@ }, "commands/publish": { "name": "@lerna/publish", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/check-working-tree": "file:../../utils/check-working-tree", @@ -396,7 +396,7 @@ }, "commands/run": { "name": "@lerna/run", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -416,7 +416,7 @@ }, "commands/version": { "name": "@lerna/version", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/check-working-tree": "file:../../utils/check-working-tree", @@ -453,7 +453,7 @@ }, "core/child-process": { "name": "@lerna/child-process", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "chalk": "^4.1.0", @@ -466,7 +466,7 @@ }, "core/cli": { "name": "@lerna/cli", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/global-options": "file:../global-options", @@ -480,7 +480,7 @@ }, "core/command": { "name": "@lerna/command", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../child-process", @@ -500,7 +500,7 @@ }, "core/conventional-commits": { "name": "@lerna/conventional-commits", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/validation-error": "file:../validation-error", @@ -520,7 +520,7 @@ }, "core/filter-options": { "name": "@lerna/filter-options", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/collect-updates": "file:../../utils/collect-updates", @@ -534,14 +534,14 @@ }, "core/global-options": { "name": "@lerna/global-options", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "engines": { "node": "^14.15.0 || >=16.0.0" } }, "core/lerna": { - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/add": "file:../../commands/add", @@ -577,7 +577,7 @@ }, "core/otplease": { "name": "@lerna/otplease", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/prompt": "file:../prompt" @@ -588,7 +588,7 @@ }, "core/package": { "name": "@lerna/package", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "load-json-file": "^6.2.0", @@ -601,7 +601,7 @@ }, "core/package-graph": { "name": "@lerna/package-graph", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/prerelease-id-from-version": "file:../../utils/prerelease-id-from-version", @@ -616,7 +616,7 @@ }, "core/project": { "name": "@lerna/project", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/package": "file:../package", @@ -639,7 +639,7 @@ }, "core/prompt": { "name": "@lerna/prompt", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "inquirer": "^8.2.4", @@ -651,7 +651,7 @@ }, "core/validation-error": { "name": "@lerna/validation-error", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "npmlog": "^6.0.2" @@ -18881,7 +18881,7 @@ }, "utils/check-working-tree": { "name": "@lerna/check-working-tree", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/collect-uncommitted": "file:../collect-uncommitted", @@ -18894,7 +18894,7 @@ }, "utils/collect-uncommitted": { "name": "@lerna/collect-uncommitted", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -18907,7 +18907,7 @@ }, "utils/collect-updates": { "name": "@lerna/collect-updates", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -18922,7 +18922,7 @@ }, "utils/create-symlink": { "name": "@lerna/create-symlink", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "cmd-shim": "^5.0.0", @@ -18935,7 +18935,7 @@ }, "utils/describe-ref": { "name": "@lerna/describe-ref", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -18947,7 +18947,7 @@ }, "utils/filter-packages": { "name": "@lerna/filter-packages", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/validation-error": "file:../../core/validation-error", @@ -18960,7 +18960,7 @@ }, "utils/get-npm-exec-opts": { "name": "@lerna/get-npm-exec-opts", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "npmlog": "^6.0.2" @@ -18971,7 +18971,7 @@ }, "utils/get-packed": { "name": "@lerna/get-packed", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "fs-extra": "^9.1.0", @@ -18984,7 +18984,7 @@ }, "utils/github-client": { "name": "@lerna/github-client", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -18999,7 +18999,7 @@ }, "utils/gitlab-client": { "name": "@lerna/gitlab-client", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "node-fetch": "^2.6.1", @@ -19011,7 +19011,7 @@ }, "utils/has-npm-version": { "name": "@lerna/has-npm-version", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -19023,7 +19023,7 @@ }, "utils/listable": { "name": "@lerna/listable", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/query-graph": "file:../query-graph", @@ -19036,7 +19036,7 @@ }, "utils/log-packed": { "name": "@lerna/log-packed", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "byte-size": "^7.0.0", @@ -19050,7 +19050,7 @@ }, "utils/map-to-registry": { "name": "@lerna/map-to-registry", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "npm-package-arg": "8.1.1", @@ -19062,7 +19062,7 @@ }, "utils/npm-conf": { "name": "@lerna/npm-conf", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "config-chain": "^1.1.12", @@ -19074,7 +19074,7 @@ }, "utils/npm-dist-tag": { "name": "@lerna/npm-dist-tag", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/otplease": "file:../../core/otplease", @@ -19088,7 +19088,7 @@ }, "utils/npm-install": { "name": "@lerna/npm-install", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -19105,7 +19105,7 @@ }, "utils/npm-publish": { "name": "@lerna/npm-publish", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/otplease": "file:../../core/otplease", @@ -19123,7 +19123,7 @@ }, "utils/npm-run-script": { "name": "@lerna/npm-run-script", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -19136,7 +19136,7 @@ }, "utils/output": { "name": "@lerna/output", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "npmlog": "^6.0.2" @@ -19147,7 +19147,7 @@ }, "utils/pack-directory": { "name": "@lerna/pack-directory", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/get-packed": "file:../get-packed", @@ -19164,7 +19164,7 @@ }, "utils/prerelease-id-from-version": { "name": "@lerna/prerelease-id-from-version", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "semver": "^7.3.4" @@ -19175,7 +19175,7 @@ }, "utils/profiler": { "name": "@lerna/profiler", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "fs-extra": "^9.1.0", @@ -19188,7 +19188,7 @@ }, "utils/pulse-till-done": { "name": "@lerna/pulse-till-done", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "npmlog": "^6.0.2" @@ -19199,7 +19199,7 @@ }, "utils/query-graph": { "name": "@lerna/query-graph", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/package-graph": "file:../../core/package-graph" @@ -19210,7 +19210,7 @@ }, "utils/resolve-symlink": { "name": "@lerna/resolve-symlink", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "fs-extra": "^9.1.0", @@ -19223,7 +19223,7 @@ }, "utils/rimraf-dir": { "name": "@lerna/rimraf-dir", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -19237,7 +19237,7 @@ }, "utils/run-lifecycle": { "name": "@lerna/run-lifecycle", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/npm-conf": "file:../npm-conf", @@ -19251,7 +19251,7 @@ }, "utils/run-topologically": { "name": "@lerna/run-topologically", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/query-graph": "file:../query-graph", @@ -19263,7 +19263,7 @@ }, "utils/symlink-binary": { "name": "@lerna/symlink-binary", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/create-symlink": "file:../create-symlink", @@ -19277,7 +19277,7 @@ }, "utils/symlink-dependencies": { "name": "@lerna/symlink-dependencies", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@lerna/create-symlink": "file:../create-symlink", @@ -19293,7 +19293,7 @@ }, "utils/temp-write": { "name": "@lerna/temp-write", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "graceful-fs": "^4.1.15", @@ -19305,7 +19305,7 @@ }, "utils/timer": { "name": "@lerna/timer", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "engines": { "node": "^14.15.0 || >=16.0.0" @@ -19313,7 +19313,7 @@ }, "utils/write-log-file": { "name": "@lerna/write-log-file", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "npmlog": "^6.0.2", diff --git a/utils/check-working-tree/CHANGELOG.md b/utils/check-working-tree/CHANGELOG.md index b16c8e81d7..1346326856 100644 --- a/utils/check-working-tree/CHANGELOG.md +++ b/utils/check-working-tree/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/check-working-tree + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/check-working-tree diff --git a/utils/check-working-tree/package.json b/utils/check-working-tree/package.json index 5d9a428a07..26323d28d0 100644 --- a/utils/check-working-tree/package.json +++ b/utils/check-working-tree/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/check-working-tree", - "version": "6.1.0", + "version": "6.2.0", "description": "Check git working tree status and error appropriately", "keywords": [ "lerna", diff --git a/utils/collect-uncommitted/CHANGELOG.md b/utils/collect-uncommitted/CHANGELOG.md index 826713b6a0..3b24d0297b 100644 --- a/utils/collect-uncommitted/CHANGELOG.md +++ b/utils/collect-uncommitted/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/collect-uncommitted + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/collect-uncommitted diff --git a/utils/collect-uncommitted/package.json b/utils/collect-uncommitted/package.json index 9b8ff8daa2..ab0bef204c 100644 --- a/utils/collect-uncommitted/package.json +++ b/utils/collect-uncommitted/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/collect-uncommitted", - "version": "6.1.0", + "version": "6.2.0", "description": "Collect uncommitted changes to working tree for display in error messages", "keywords": [ "lerna", diff --git a/utils/collect-updates/CHANGELOG.md b/utils/collect-updates/CHANGELOG.md index 6eb5093168..d81b7c3d98 100644 --- a/utils/collect-updates/CHANGELOG.md +++ b/utils/collect-updates/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/collect-updates + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/collect-updates diff --git a/utils/collect-updates/package.json b/utils/collect-updates/package.json index 9855aa01ba..30898df5c9 100644 --- a/utils/collect-updates/package.json +++ b/utils/collect-updates/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/collect-updates", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/create-symlink/CHANGELOG.md b/utils/create-symlink/CHANGELOG.md index 5d096d3641..2be93b2ad1 100644 --- a/utils/create-symlink/CHANGELOG.md +++ b/utils/create-symlink/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/create-symlink + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/create-symlink diff --git a/utils/create-symlink/package.json b/utils/create-symlink/package.json index 33ef9cfcc7..f92488770f 100644 --- a/utils/create-symlink/package.json +++ b/utils/create-symlink/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/create-symlink", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/describe-ref/CHANGELOG.md b/utils/describe-ref/CHANGELOG.md index 544b186b30..3f65b6b00d 100644 --- a/utils/describe-ref/CHANGELOG.md +++ b/utils/describe-ref/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/describe-ref + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/describe-ref diff --git a/utils/describe-ref/package.json b/utils/describe-ref/package.json index 919305f37b..d6309646bd 100644 --- a/utils/describe-ref/package.json +++ b/utils/describe-ref/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/describe-ref", - "version": "6.1.0", + "version": "6.2.0", "description": "Parse git describe output for lerna-related tags", "keywords": [ "lerna", diff --git a/utils/filter-packages/CHANGELOG.md b/utils/filter-packages/CHANGELOG.md index f0ee025774..928c4d763d 100644 --- a/utils/filter-packages/CHANGELOG.md +++ b/utils/filter-packages/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/filter-packages + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/filter-packages diff --git a/utils/filter-packages/package.json b/utils/filter-packages/package.json index cecfe1d6ac..a4f0de048f 100644 --- a/utils/filter-packages/package.json +++ b/utils/filter-packages/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/filter-packages", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/get-npm-exec-opts/CHANGELOG.md b/utils/get-npm-exec-opts/CHANGELOG.md index 1481186d33..ba38550c1b 100644 --- a/utils/get-npm-exec-opts/CHANGELOG.md +++ b/utils/get-npm-exec-opts/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/get-npm-exec-opts + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/get-npm-exec-opts diff --git a/utils/get-npm-exec-opts/package.json b/utils/get-npm-exec-opts/package.json index 533858af44..e3e6200ef6 100644 --- a/utils/get-npm-exec-opts/package.json +++ b/utils/get-npm-exec-opts/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/get-npm-exec-opts", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/get-packed/CHANGELOG.md b/utils/get-packed/CHANGELOG.md index edf73a3b5b..a2f632481d 100644 --- a/utils/get-packed/CHANGELOG.md +++ b/utils/get-packed/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/get-packed + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/get-packed diff --git a/utils/get-packed/package.json b/utils/get-packed/package.json index 7f887b6e3f..e5259e3c73 100644 --- a/utils/get-packed/package.json +++ b/utils/get-packed/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/get-packed", - "version": "6.1.0", + "version": "6.2.0", "description": "Read contents of package tarball created by npm pack", "keywords": [ "lerna", diff --git a/utils/github-client/CHANGELOG.md b/utils/github-client/CHANGELOG.md index 863602ee65..b100769ab5 100644 --- a/utils/github-client/CHANGELOG.md +++ b/utils/github-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/github-client + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/github-client diff --git a/utils/github-client/package.json b/utils/github-client/package.json index fa0d0ba1e4..c66a0e7584 100644 --- a/utils/github-client/package.json +++ b/utils/github-client/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/github-client", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/gitlab-client/CHANGELOG.md b/utils/gitlab-client/CHANGELOG.md index 4a56f1af30..4f709d05de 100644 --- a/utils/gitlab-client/CHANGELOG.md +++ b/utils/gitlab-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://gitlab.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/gitlab-client + # [6.1.0](https://gitlab.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/gitlab-client diff --git a/utils/gitlab-client/package.json b/utils/gitlab-client/package.json index ef70886233..5a2cc7f6c6 100644 --- a/utils/gitlab-client/package.json +++ b/utils/gitlab-client/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/gitlab-client", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/has-npm-version/CHANGELOG.md b/utils/has-npm-version/CHANGELOG.md index b3715a0a84..1a2455ae6f 100644 --- a/utils/has-npm-version/CHANGELOG.md +++ b/utils/has-npm-version/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/has-npm-version + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/has-npm-version diff --git a/utils/has-npm-version/package.json b/utils/has-npm-version/package.json index 39a8bc0e3a..bae8e72c8e 100644 --- a/utils/has-npm-version/package.json +++ b/utils/has-npm-version/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/has-npm-version", - "version": "6.1.0", + "version": "6.2.0", "description": "Test if the current version of npm satisfies a given semver range", "keywords": [ "lerna", diff --git a/utils/listable/CHANGELOG.md b/utils/listable/CHANGELOG.md index 07289bc8ed..2059ac9016 100644 --- a/utils/listable/CHANGELOG.md +++ b/utils/listable/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/listable + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/listable diff --git a/utils/listable/package.json b/utils/listable/package.json index 958ad8183d..544b828874 100644 --- a/utils/listable/package.json +++ b/utils/listable/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/listable", - "version": "6.1.0", + "version": "6.2.0", "description": "Shared logic for listing package information", "keywords": [ "lerna", diff --git a/utils/log-packed/CHANGELOG.md b/utils/log-packed/CHANGELOG.md index da0f4722b2..229249b8e5 100644 --- a/utils/log-packed/CHANGELOG.md +++ b/utils/log-packed/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/log-packed + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/log-packed diff --git a/utils/log-packed/package.json b/utils/log-packed/package.json index bb18436a55..f7c36dd22b 100644 --- a/utils/log-packed/package.json +++ b/utils/log-packed/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/log-packed", - "version": "6.1.0", + "version": "6.2.0", "description": "Log the result of npm pack --json", "keywords": [ "lerna", diff --git a/utils/map-to-registry/CHANGELOG.md b/utils/map-to-registry/CHANGELOG.md index 7cd1f9a266..b1f69d9890 100644 --- a/utils/map-to-registry/CHANGELOG.md +++ b/utils/map-to-registry/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/map-to-registry + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/map-to-registry diff --git a/utils/map-to-registry/package.json b/utils/map-to-registry/package.json index 0da86047f0..8e9f957240 100644 --- a/utils/map-to-registry/package.json +++ b/utils/map-to-registry/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/map-to-registry", - "version": "6.1.0", + "version": "6.2.0", "description": "Produce registry uri and auth of package name from npm config", "keywords": [ "lerna", diff --git a/utils/npm-conf/CHANGELOG.md b/utils/npm-conf/CHANGELOG.md index 6d92771a9a..758f39babc 100644 --- a/utils/npm-conf/CHANGELOG.md +++ b/utils/npm-conf/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/npm-conf + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/npm-conf diff --git a/utils/npm-conf/package.json b/utils/npm-conf/package.json index b3d39c5625..48242acd0f 100644 --- a/utils/npm-conf/package.json +++ b/utils/npm-conf/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/npm-conf", - "version": "6.1.0", + "version": "6.2.0", "description": "Vendored npm-conf with updates", "keywords": [ "lerna", diff --git a/utils/npm-dist-tag/CHANGELOG.md b/utils/npm-dist-tag/CHANGELOG.md index f6c21f791e..c5b2af081d 100644 --- a/utils/npm-dist-tag/CHANGELOG.md +++ b/utils/npm-dist-tag/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/npm-dist-tag + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/npm-dist-tag diff --git a/utils/npm-dist-tag/package.json b/utils/npm-dist-tag/package.json index d6633a1c9b..304f4c8499 100644 --- a/utils/npm-dist-tag/package.json +++ b/utils/npm-dist-tag/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/npm-dist-tag", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/npm-install/CHANGELOG.md b/utils/npm-install/CHANGELOG.md index 77ee8cce5d..a0df258563 100644 --- a/utils/npm-install/CHANGELOG.md +++ b/utils/npm-install/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +### Bug Fixes + +- **utils:** check validity of bundledDependencies before iteration ([#2960](https://github.com/lerna/lerna/issues/2960)) ([2517ffb](https://github.com/lerna/lerna/commit/2517ffb5a2854ca65ccb9128446eda8b5bc8741f)) + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/npm-install diff --git a/utils/npm-install/package.json b/utils/npm-install/package.json index 7f2d5a0a41..8c42b6dca7 100644 --- a/utils/npm-install/package.json +++ b/utils/npm-install/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/npm-install", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/npm-publish/CHANGELOG.md b/utils/npm-publish/CHANGELOG.md index 9220abdf7d..1f4b9a78e1 100644 --- a/utils/npm-publish/CHANGELOG.md +++ b/utils/npm-publish/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/npm-publish + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/npm-publish diff --git a/utils/npm-publish/package.json b/utils/npm-publish/package.json index 620684d732..75357ba2b6 100644 --- a/utils/npm-publish/package.json +++ b/utils/npm-publish/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/npm-publish", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/npm-run-script/CHANGELOG.md b/utils/npm-run-script/CHANGELOG.md index a9ed91a98e..ff30b731e6 100644 --- a/utils/npm-run-script/CHANGELOG.md +++ b/utils/npm-run-script/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/npm-run-script + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/npm-run-script diff --git a/utils/npm-run-script/package.json b/utils/npm-run-script/package.json index f355c44b9a..6dff2b751f 100644 --- a/utils/npm-run-script/package.json +++ b/utils/npm-run-script/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/npm-run-script", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/output/CHANGELOG.md b/utils/output/CHANGELOG.md index 628405b40a..e1972eff39 100644 --- a/utils/output/CHANGELOG.md +++ b/utils/output/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/output + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/output diff --git a/utils/output/package.json b/utils/output/package.json index c4ad549d9b..b9ad20b696 100644 --- a/utils/output/package.json +++ b/utils/output/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/output", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/pack-directory/CHANGELOG.md b/utils/pack-directory/CHANGELOG.md index 067834f4ad..43e1ae89b7 100644 --- a/utils/pack-directory/CHANGELOG.md +++ b/utils/pack-directory/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/pack-directory + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/pack-directory diff --git a/utils/pack-directory/package.json b/utils/pack-directory/package.json index 60fdfb50d2..34950d2b25 100644 --- a/utils/pack-directory/package.json +++ b/utils/pack-directory/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/pack-directory", - "version": "6.1.0", + "version": "6.2.0", "description": "Pack a directory into an npm package tarball", "keywords": [ "lerna", diff --git a/utils/prerelease-id-from-version/CHANGELOG.md b/utils/prerelease-id-from-version/CHANGELOG.md index e93f934da9..3e13730b31 100644 --- a/utils/prerelease-id-from-version/CHANGELOG.md +++ b/utils/prerelease-id-from-version/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/prerelease-id-from-version + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/prerelease-id-from-version diff --git a/utils/prerelease-id-from-version/package.json b/utils/prerelease-id-from-version/package.json index 08dc95ba45..a5a66b9a8d 100644 --- a/utils/prerelease-id-from-version/package.json +++ b/utils/prerelease-id-from-version/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/prerelease-id-from-version", - "version": "6.1.0", + "version": "6.2.0", "description": "Get the prerelease ID from a version string", "keywords": [ "lerna", diff --git a/utils/profiler/CHANGELOG.md b/utils/profiler/CHANGELOG.md index 0d9cfa095e..f660866e5a 100644 --- a/utils/profiler/CHANGELOG.md +++ b/utils/profiler/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/profiler + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/profiler diff --git a/utils/profiler/package.json b/utils/profiler/package.json index 71642606cb..181845dfb4 100644 --- a/utils/profiler/package.json +++ b/utils/profiler/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/profiler", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/pulse-till-done/CHANGELOG.md b/utils/pulse-till-done/CHANGELOG.md index 1fc81f2c09..12d8ca8e33 100644 --- a/utils/pulse-till-done/CHANGELOG.md +++ b/utils/pulse-till-done/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/pulse-till-done + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/pulse-till-done diff --git a/utils/pulse-till-done/package.json b/utils/pulse-till-done/package.json index 70b76c75ed..629f76ce99 100644 --- a/utils/pulse-till-done/package.json +++ b/utils/pulse-till-done/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/pulse-till-done", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/query-graph/CHANGELOG.md b/utils/query-graph/CHANGELOG.md index 625e72cbd1..8fd26c3551 100644 --- a/utils/query-graph/CHANGELOG.md +++ b/utils/query-graph/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/query-graph + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/query-graph diff --git a/utils/query-graph/package.json b/utils/query-graph/package.json index 7bfe486aa7..e591324b9a 100644 --- a/utils/query-graph/package.json +++ b/utils/query-graph/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/query-graph", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/resolve-symlink/CHANGELOG.md b/utils/resolve-symlink/CHANGELOG.md index 85554354e1..a11fbb1b05 100644 --- a/utils/resolve-symlink/CHANGELOG.md +++ b/utils/resolve-symlink/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/resolve-symlink + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/resolve-symlink diff --git a/utils/resolve-symlink/package.json b/utils/resolve-symlink/package.json index 551af16d81..4d93ce3950 100644 --- a/utils/resolve-symlink/package.json +++ b/utils/resolve-symlink/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/resolve-symlink", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/rimraf-dir/CHANGELOG.md b/utils/rimraf-dir/CHANGELOG.md index 12f5628d97..3f891dd02e 100644 --- a/utils/rimraf-dir/CHANGELOG.md +++ b/utils/rimraf-dir/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/rimraf-dir + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/rimraf-dir diff --git a/utils/rimraf-dir/package.json b/utils/rimraf-dir/package.json index 1bafc7bd2c..62a6dd3b07 100644 --- a/utils/rimraf-dir/package.json +++ b/utils/rimraf-dir/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/rimraf-dir", - "version": "6.1.0", + "version": "6.2.0", "description": "Run rimraf on a directory in a subprocess to hack around slowness", "keywords": [ "lerna", diff --git a/utils/run-lifecycle/CHANGELOG.md b/utils/run-lifecycle/CHANGELOG.md index d2c6c9bad7..f57ef39952 100644 --- a/utils/run-lifecycle/CHANGELOG.md +++ b/utils/run-lifecycle/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/run-lifecycle + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/run-lifecycle diff --git a/utils/run-lifecycle/package.json b/utils/run-lifecycle/package.json index 586dd06967..6808049db0 100644 --- a/utils/run-lifecycle/package.json +++ b/utils/run-lifecycle/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/run-lifecycle", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/run-topologically/CHANGELOG.md b/utils/run-topologically/CHANGELOG.md index fa2fd77d40..af2ec3479f 100644 --- a/utils/run-topologically/CHANGELOG.md +++ b/utils/run-topologically/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/run-topologically + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/run-topologically diff --git a/utils/run-topologically/package.json b/utils/run-topologically/package.json index 2ec3b8d5e6..c6ca706297 100644 --- a/utils/run-topologically/package.json +++ b/utils/run-topologically/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/run-topologically", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/symlink-binary/CHANGELOG.md b/utils/symlink-binary/CHANGELOG.md index dd3e4f4eba..56819da8d7 100644 --- a/utils/symlink-binary/CHANGELOG.md +++ b/utils/symlink-binary/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/symlink-binary + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/symlink-binary diff --git a/utils/symlink-binary/package.json b/utils/symlink-binary/package.json index 34379920fe..f28e4ad8e0 100644 --- a/utils/symlink-binary/package.json +++ b/utils/symlink-binary/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/symlink-binary", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/symlink-dependencies/CHANGELOG.md b/utils/symlink-dependencies/CHANGELOG.md index 6e98b71c0b..35ed1025f9 100644 --- a/utils/symlink-dependencies/CHANGELOG.md +++ b/utils/symlink-dependencies/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/symlink-dependencies + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/symlink-dependencies diff --git a/utils/symlink-dependencies/package.json b/utils/symlink-dependencies/package.json index 5ce4b38457..ceb03d6e08 100644 --- a/utils/symlink-dependencies/package.json +++ b/utils/symlink-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/symlink-dependencies", - "version": "6.1.0", + "version": "6.2.0", "description": "Lerna's internal symlinking tool", "keywords": [ "lerna", diff --git a/utils/temp-write/CHANGELOG.md b/utils/temp-write/CHANGELOG.md index c2bfce0d02..a2ca2fc789 100644 --- a/utils/temp-write/CHANGELOG.md +++ b/utils/temp-write/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/temp-write + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/temp-write diff --git a/utils/temp-write/package.json b/utils/temp-write/package.json index efe1b9e256..0ad5a38278 100644 --- a/utils/temp-write/package.json +++ b/utils/temp-write/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/temp-write", - "version": "6.1.0", + "version": "6.2.0", "description": "Write string/buffer/stream to a random temp file", "homepage": "https://lerna.js.org", "license": "MIT", diff --git a/utils/timer/CHANGELOG.md b/utils/timer/CHANGELOG.md index dfbfe0cc68..34b3937cc9 100644 --- a/utils/timer/CHANGELOG.md +++ b/utils/timer/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/timer + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/timer diff --git a/utils/timer/package.json b/utils/timer/package.json index 09d92fec56..f60abb8188 100644 --- a/utils/timer/package.json +++ b/utils/timer/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/timer", - "version": "6.1.0", + "version": "6.2.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/write-log-file/CHANGELOG.md b/utils/write-log-file/CHANGELOG.md index 902153ea20..6d26457042 100644 --- a/utils/write-log-file/CHANGELOG.md +++ b/utils/write-log-file/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/lerna/lerna/compare/v6.1.0...v6.2.0) (2022-12-13) + +**Note:** Version bump only for package @lerna/write-log-file + # [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29) **Note:** Version bump only for package @lerna/write-log-file diff --git a/utils/write-log-file/package.json b/utils/write-log-file/package.json index 682777a87c..daffd95c6a 100644 --- a/utils/write-log-file/package.json +++ b/utils/write-log-file/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/write-log-file", - "version": "6.1.0", + "version": "6.2.0", "description": "What lerna uses to dump logs", "keywords": [ "lerna",