diff --git a/CHANGELOG.md b/CHANGELOG.md index ba6d1bc32d..46a77bbc8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +### Bug Fixes + +- **publish:** support inconsistent workspace prefix usage ([#3413](https://github.com/lerna/lerna/issues/3413)) ([da2274b](https://github.com/lerna/lerna/commit/da2274ba68f75082e3d0399241c27038f99da40a)) +- **version:** only apply prettier if it was explicitly installed ([#3406](https://github.com/lerna/lerna/issues/3406)) ([0161bbe](https://github.com/lerna/lerna/commit/0161bbe187e7d97231e7d36f30371ae0f479da57)) + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) ### Bug Fixes diff --git a/commands/add/CHANGELOG.md b/commands/add/CHANGELOG.md index 6e157ef66c..7a0621aaae 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/add + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/add diff --git a/commands/add/package.json b/commands/add/package.json index 80a9067547..28ac0bd321 100644 --- a/commands/add/package.json +++ b/commands/add/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/add", - "version": "6.0.2", + "version": "6.0.3", "description": "Add a dependency to matched packages", "keywords": [ "lerna", diff --git a/commands/bootstrap/CHANGELOG.md b/commands/bootstrap/CHANGELOG.md index a6001e5fac..20b9d07323 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/bootstrap + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/bootstrap diff --git a/commands/bootstrap/package.json b/commands/bootstrap/package.json index 69dec25cf1..e194d57ca6 100644 --- a/commands/bootstrap/package.json +++ b/commands/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/bootstrap", - "version": "6.0.2", + "version": "6.0.3", "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 c747f0c6ca..633031c3eb 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/changed + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/changed diff --git a/commands/changed/package.json b/commands/changed/package.json index c2c2ef9a22..b97b454cdf 100644 --- a/commands/changed/package.json +++ b/commands/changed/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/changed", - "version": "6.0.2", + "version": "6.0.3", "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 73923dfd0f..d403e6a94b 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/clean + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/clean diff --git a/commands/clean/package.json b/commands/clean/package.json index 4d7fb15dad..e834754440 100644 --- a/commands/clean/package.json +++ b/commands/clean/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/clean", - "version": "6.0.2", + "version": "6.0.3", "description": "Remove the node_modules directory from all packages", "keywords": [ "lerna", diff --git a/commands/create/CHANGELOG.md b/commands/create/CHANGELOG.md index cfa45e3b64..e92ff8f872 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/create + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/create diff --git a/commands/create/package.json b/commands/create/package.json index f4c5a968ed..d225d6575c 100644 --- a/commands/create/package.json +++ b/commands/create/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/create", - "version": "6.0.2", + "version": "6.0.3", "description": "Create a new lerna-managed package", "keywords": [ "lerna", diff --git a/commands/diff/CHANGELOG.md b/commands/diff/CHANGELOG.md index 823c875f2e..2bc114dead 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/diff + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/diff diff --git a/commands/diff/package.json b/commands/diff/package.json index 200fd91076..9b8c4a379a 100644 --- a/commands/diff/package.json +++ b/commands/diff/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/diff", - "version": "6.0.2", + "version": "6.0.3", "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 65e49ec1ab..5b9c805b43 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/exec + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/exec diff --git a/commands/exec/package.json b/commands/exec/package.json index a25fe543c5..519728ad7d 100644 --- a/commands/exec/package.json +++ b/commands/exec/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/exec", - "version": "6.0.2", + "version": "6.0.3", "description": "Execute an arbitrary command in each package", "keywords": [ "lerna", diff --git a/commands/import/CHANGELOG.md b/commands/import/CHANGELOG.md index de02434a8e..39d3f1e7ee 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/import + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/import diff --git a/commands/import/package.json b/commands/import/package.json index 3738c5109f..3a8fc402db 100644 --- a/commands/import/package.json +++ b/commands/import/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/import", - "version": "6.0.2", + "version": "6.0.3", "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 a8c1baf8f1..e0f765f078 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/info + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/info diff --git a/commands/info/package.json b/commands/info/package.json index 97e3da2cca..80cba1188b 100644 --- a/commands/info/package.json +++ b/commands/info/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/info", - "version": "6.0.2", + "version": "6.0.3", "description": "Prints local environment information", "keywords": [ "lerna", diff --git a/commands/init/CHANGELOG.md b/commands/init/CHANGELOG.md index 91623c2877..fd9690156f 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/init + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/init diff --git a/commands/init/package.json b/commands/init/package.json index 6ec69d1c3f..c7c4dc5834 100644 --- a/commands/init/package.json +++ b/commands/init/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/init", - "version": "6.0.2", + "version": "6.0.3", "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 6a726fab8f..facee62295 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/link + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/link diff --git a/commands/link/package.json b/commands/link/package.json index 690c47faa4..fffcaa9cea 100644 --- a/commands/link/package.json +++ b/commands/link/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/link", - "version": "6.0.2", + "version": "6.0.3", "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 5b0145e458..ba85657763 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/list + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/list diff --git a/commands/list/package.json b/commands/list/package.json index 1a92a943a3..7e145ea550 100644 --- a/commands/list/package.json +++ b/commands/list/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/list", - "version": "6.0.2", + "version": "6.0.3", "description": "List local packages", "keywords": [ "lerna", diff --git a/commands/publish/CHANGELOG.md b/commands/publish/CHANGELOG.md index 3fd80ec010..5bfccaf4b6 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +### Bug Fixes + +- **publish:** support inconsistent workspace prefix usage ([#3413](https://github.com/lerna/lerna/issues/3413)) ([da2274b](https://github.com/lerna/lerna/commit/da2274ba68f75082e3d0399241c27038f99da40a)) + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) ### Bug Fixes diff --git a/commands/publish/package.json b/commands/publish/package.json index 33d69cbcd8..565a552dd5 100644 --- a/commands/publish/package.json +++ b/commands/publish/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/publish", - "version": "6.0.2", + "version": "6.0.3", "description": "Publish packages in the current project", "keywords": [ "lerna", diff --git a/commands/run/CHANGELOG.md b/commands/run/CHANGELOG.md index d0a5d0d9d1..e0293d003f 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/run + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/run diff --git a/commands/run/package.json b/commands/run/package.json index b01fa34eea..680c6b28b0 100644 --- a/commands/run/package.json +++ b/commands/run/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/run", - "version": "6.0.2", + "version": "6.0.3", "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 906d6ddd5a..3bf22f8e62 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +### Bug Fixes + +- **version:** only apply prettier if it was explicitly installed ([#3406](https://github.com/lerna/lerna/issues/3406)) ([0161bbe](https://github.com/lerna/lerna/commit/0161bbe187e7d97231e7d36f30371ae0f479da57)) + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/version diff --git a/commands/version/package.json b/commands/version/package.json index 1b03b74e8d..4515864ab5 100644 --- a/commands/version/package.json +++ b/commands/version/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/version", - "version": "6.0.2", + "version": "6.0.3", "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 65d46296eb..18a822d2de 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/child-process + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/child-process diff --git a/core/child-process/package.json b/core/child-process/package.json index 23cb615a78..215a9f8f9d 100644 --- a/core/child-process/package.json +++ b/core/child-process/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/child-process", - "version": "6.0.2", + "version": "6.0.3", "description": "Lerna's internal child_process wrapper", "keywords": [ "lerna", diff --git a/core/cli/CHANGELOG.md b/core/cli/CHANGELOG.md index 9bf4a41359..de554b5af2 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/cli + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/cli diff --git a/core/cli/package.json b/core/cli/package.json index 0ef8239185..77ba643631 100644 --- a/core/cli/package.json +++ b/core/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/cli", - "version": "6.0.2", + "version": "6.0.3", "description": "Lerna's CLI", "keywords": [ "lerna", diff --git a/core/command/CHANGELOG.md b/core/command/CHANGELOG.md index ac70d43b0e..eda45d2bda 100644 --- a/core/command/CHANGELOG.md +++ b/core/command/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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/command + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/command diff --git a/core/command/package.json b/core/command/package.json index af74aafb92..61c26c923d 100644 --- a/core/command/package.json +++ b/core/command/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/command", - "version": "6.0.2", + "version": "6.0.3", "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 4201a67bc8..f017f51950 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/conventional-commits + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/conventional-commits diff --git a/core/conventional-commits/package.json b/core/conventional-commits/package.json index 8731c19d2a..452234fc15 100644 --- a/core/conventional-commits/package.json +++ b/core/conventional-commits/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/conventional-commits", - "version": "6.0.2", + "version": "6.0.3", "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 2e8534b789..e20399945c 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/filter-options + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/filter-options diff --git a/core/filter-options/package.json b/core/filter-options/package.json index b5e4db98bb..e587ed38ef 100644 --- a/core/filter-options/package.json +++ b/core/filter-options/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/filter-options", - "version": "6.0.2", + "version": "6.0.3", "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 5b49874bab..a08a9dde6f 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/global-options + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/global-options diff --git a/core/global-options/package.json b/core/global-options/package.json index 5d9b60901b..c3d69603d9 100644 --- a/core/global-options/package.json +++ b/core/global-options/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/global-options", - "version": "6.0.2", + "version": "6.0.3", "description": "Global options applicable to _every_ lerna sub-command", "keywords": [ "lerna", diff --git a/core/lerna/CHANGELOG.md b/core/lerna/CHANGELOG.md index 7a8db0164b..c604aadb58 100644 --- a/core/lerna/CHANGELOG.md +++ b/core/lerna/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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package lerna + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package lerna diff --git a/core/lerna/package.json b/core/lerna/package.json index 13dc3f68d8..d83e7f9768 100644 --- a/core/lerna/package.json +++ b/core/lerna/package.json @@ -1,6 +1,6 @@ { "name": "lerna", - "version": "6.0.2", + "version": "6.0.3", "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 aa389815cd..5d882a25cb 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/otplease + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/otplease diff --git a/core/otplease/package.json b/core/otplease/package.json index 49eec9bf12..3251e03ff2 100644 --- a/core/otplease/package.json +++ b/core/otplease/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/otplease", - "version": "6.0.2", + "version": "6.0.3", "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 0a5f31d26a..dd71f88223 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/package-graph + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/package-graph diff --git a/core/package-graph/package.json b/core/package-graph/package.json index 2b82d0c06e..e49a7f7a31 100644 --- a/core/package-graph/package.json +++ b/core/package-graph/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/package-graph", - "version": "6.0.2", + "version": "6.0.3", "description": "Lerna's internal representation of a package graph", "keywords": [ "lerna", diff --git a/core/package/CHANGELOG.md b/core/package/CHANGELOG.md index 33ca2e0e2e..2d9dd29805 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/package + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) ### Bug Fixes diff --git a/core/package/package.json b/core/package/package.json index 8acc8faa28..1ebcecc73a 100644 --- a/core/package/package.json +++ b/core/package/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/package", - "version": "6.0.2", + "version": "6.0.3", "description": "Lerna's internal representation of a package", "keywords": [ "lerna", diff --git a/core/project/CHANGELOG.md b/core/project/CHANGELOG.md index a247aac181..fe8b003419 100644 --- a/core/project/CHANGELOG.md +++ b/core/project/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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/project + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/project diff --git a/core/project/package.json b/core/project/package.json index 2a763421ed..fd5c831bbb 100644 --- a/core/project/package.json +++ b/core/project/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/project", - "version": "6.0.2", + "version": "6.0.3", "description": "Lerna project configuration", "keywords": [ "lerna", diff --git a/core/prompt/CHANGELOG.md b/core/prompt/CHANGELOG.md index 819b725202..2a31ffcc6f 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/prompt + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/prompt diff --git a/core/prompt/package.json b/core/prompt/package.json index d8f47fa8ec..7101c0aec8 100644 --- a/core/prompt/package.json +++ b/core/prompt/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/prompt", - "version": "6.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/core/validation-error/CHANGELOG.md b/core/validation-error/CHANGELOG.md index cea1d67fce..0a2f1deed5 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/validation-error + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/validation-error diff --git a/core/validation-error/package.json b/core/validation-error/package.json index 20a14920b9..d0010b8e94 100644 --- a/core/validation-error/package.json +++ b/core/validation-error/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/validation-error", - "version": "6.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/lerna.json b/lerna.json index ab7e282d52..c61e6b4a36 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ }, "ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"], "useWorkspaces": true, - "version": "6.0.2" + "version": "6.0.3" } diff --git a/package-lock.json b/package-lock.json index 6e5c2c5e0c..2ed8efcdea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -129,7 +129,7 @@ }, "commands/add": { "name": "@lerna/add", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/bootstrap": "file:../bootstrap", @@ -149,7 +149,7 @@ }, "commands/bootstrap": { "name": "@lerna/bootstrap", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -181,7 +181,7 @@ }, "commands/changed": { "name": "@lerna/changed", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/collect-updates": "file:../../utils/collect-updates", @@ -195,7 +195,7 @@ }, "commands/clean": { "name": "@lerna/clean", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -213,7 +213,7 @@ }, "commands/create": { "name": "@lerna/create", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -239,7 +239,7 @@ }, "commands/diff": { "name": "@lerna/diff", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -253,7 +253,7 @@ }, "commands/exec": { "name": "@lerna/exec", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -270,7 +270,7 @@ }, "commands/import": { "name": "@lerna/import", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -288,7 +288,7 @@ }, "commands/info": { "name": "@lerna/info", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -301,7 +301,7 @@ }, "commands/init": { "name": "@lerna/init", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -317,7 +317,7 @@ }, "commands/link": { "name": "@lerna/link", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -333,7 +333,7 @@ }, "commands/list": { "name": "@lerna/list", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -347,7 +347,7 @@ }, "commands/publish": { "name": "@lerna/publish", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/check-working-tree": "file:../../utils/check-working-tree", @@ -385,7 +385,7 @@ }, "commands/run": { "name": "@lerna/run", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -405,7 +405,7 @@ }, "commands/version": { "name": "@lerna/version", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/check-working-tree": "file:../../utils/check-working-tree", @@ -442,7 +442,7 @@ }, "core/child-process": { "name": "@lerna/child-process", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "chalk": "^4.1.0", @@ -455,7 +455,7 @@ }, "core/cli": { "name": "@lerna/cli", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/global-options": "file:../global-options", @@ -469,7 +469,7 @@ }, "core/command": { "name": "@lerna/command", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../child-process", @@ -489,7 +489,7 @@ }, "core/conventional-commits": { "name": "@lerna/conventional-commits", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/validation-error": "file:../validation-error", @@ -509,7 +509,7 @@ }, "core/filter-options": { "name": "@lerna/filter-options", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/collect-updates": "file:../../utils/collect-updates", @@ -523,14 +523,14 @@ }, "core/global-options": { "name": "@lerna/global-options", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "engines": { "node": "^14.15.0 || >=16.0.0" } }, "core/lerna": { - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/add": "file:../../commands/add", @@ -566,7 +566,7 @@ }, "core/otplease": { "name": "@lerna/otplease", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/prompt": "file:../prompt" @@ -577,7 +577,7 @@ }, "core/package": { "name": "@lerna/package", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "load-json-file": "^6.2.0", @@ -590,7 +590,7 @@ }, "core/package-graph": { "name": "@lerna/package-graph", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/prerelease-id-from-version": "file:../../utils/prerelease-id-from-version", @@ -605,7 +605,7 @@ }, "core/project": { "name": "@lerna/project", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/package": "file:../package", @@ -628,7 +628,7 @@ }, "core/prompt": { "name": "@lerna/prompt", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "inquirer": "^8.2.4", @@ -640,7 +640,7 @@ }, "core/validation-error": { "name": "@lerna/validation-error", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "npmlog": "^6.0.2" @@ -17547,7 +17547,7 @@ }, "utils/check-working-tree": { "name": "@lerna/check-working-tree", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/collect-uncommitted": "file:../collect-uncommitted", @@ -17560,7 +17560,7 @@ }, "utils/collect-uncommitted": { "name": "@lerna/collect-uncommitted", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -17573,7 +17573,7 @@ }, "utils/collect-updates": { "name": "@lerna/collect-updates", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -17588,7 +17588,7 @@ }, "utils/create-symlink": { "name": "@lerna/create-symlink", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "cmd-shim": "^5.0.0", @@ -17601,7 +17601,7 @@ }, "utils/describe-ref": { "name": "@lerna/describe-ref", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -17613,7 +17613,7 @@ }, "utils/filter-packages": { "name": "@lerna/filter-packages", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/validation-error": "file:../../core/validation-error", @@ -17626,7 +17626,7 @@ }, "utils/get-npm-exec-opts": { "name": "@lerna/get-npm-exec-opts", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "npmlog": "^6.0.2" @@ -17637,7 +17637,7 @@ }, "utils/get-packed": { "name": "@lerna/get-packed", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "fs-extra": "^9.1.0", @@ -17650,7 +17650,7 @@ }, "utils/github-client": { "name": "@lerna/github-client", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -17665,7 +17665,7 @@ }, "utils/gitlab-client": { "name": "@lerna/gitlab-client", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "node-fetch": "^2.6.1", @@ -17677,7 +17677,7 @@ }, "utils/has-npm-version": { "name": "@lerna/has-npm-version", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -17689,7 +17689,7 @@ }, "utils/listable": { "name": "@lerna/listable", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/query-graph": "file:../query-graph", @@ -17702,7 +17702,7 @@ }, "utils/log-packed": { "name": "@lerna/log-packed", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "byte-size": "^7.0.0", @@ -17716,7 +17716,7 @@ }, "utils/map-to-registry": { "name": "@lerna/map-to-registry", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "npm-package-arg": "8.1.1", @@ -17728,7 +17728,7 @@ }, "utils/npm-conf": { "name": "@lerna/npm-conf", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "config-chain": "^1.1.12", @@ -17740,7 +17740,7 @@ }, "utils/npm-dist-tag": { "name": "@lerna/npm-dist-tag", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/otplease": "file:../../core/otplease", @@ -17754,7 +17754,7 @@ }, "utils/npm-install": { "name": "@lerna/npm-install", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -17771,7 +17771,7 @@ }, "utils/npm-publish": { "name": "@lerna/npm-publish", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/otplease": "file:../../core/otplease", @@ -17789,7 +17789,7 @@ }, "utils/npm-run-script": { "name": "@lerna/npm-run-script", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -17802,7 +17802,7 @@ }, "utils/output": { "name": "@lerna/output", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "npmlog": "^6.0.2" @@ -17813,7 +17813,7 @@ }, "utils/pack-directory": { "name": "@lerna/pack-directory", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/get-packed": "file:../get-packed", @@ -17830,7 +17830,7 @@ }, "utils/prerelease-id-from-version": { "name": "@lerna/prerelease-id-from-version", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "semver": "^7.3.4" @@ -17841,7 +17841,7 @@ }, "utils/profiler": { "name": "@lerna/profiler", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "fs-extra": "^9.1.0", @@ -17854,7 +17854,7 @@ }, "utils/pulse-till-done": { "name": "@lerna/pulse-till-done", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "npmlog": "^6.0.2" @@ -17865,7 +17865,7 @@ }, "utils/query-graph": { "name": "@lerna/query-graph", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/package-graph": "file:../../core/package-graph" @@ -17876,7 +17876,7 @@ }, "utils/resolve-symlink": { "name": "@lerna/resolve-symlink", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "fs-extra": "^9.1.0", @@ -17889,7 +17889,7 @@ }, "utils/rimraf-dir": { "name": "@lerna/rimraf-dir", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -17903,7 +17903,7 @@ }, "utils/run-lifecycle": { "name": "@lerna/run-lifecycle", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/npm-conf": "file:../npm-conf", @@ -17917,7 +17917,7 @@ }, "utils/run-topologically": { "name": "@lerna/run-topologically", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/query-graph": "file:../query-graph", @@ -17929,7 +17929,7 @@ }, "utils/symlink-binary": { "name": "@lerna/symlink-binary", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/create-symlink": "file:../create-symlink", @@ -17943,7 +17943,7 @@ }, "utils/symlink-dependencies": { "name": "@lerna/symlink-dependencies", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "@lerna/create-symlink": "file:../create-symlink", @@ -17959,7 +17959,7 @@ }, "utils/temp-write": { "name": "@lerna/temp-write", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "graceful-fs": "^4.1.15", @@ -17971,7 +17971,7 @@ }, "utils/timer": { "name": "@lerna/timer", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "engines": { "node": "^14.15.0 || >=16.0.0" @@ -17979,7 +17979,7 @@ }, "utils/write-log-file": { "name": "@lerna/write-log-file", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "npmlog": "^6.0.2", diff --git a/utils/check-working-tree/CHANGELOG.md b/utils/check-working-tree/CHANGELOG.md index ef5080c156..4e73a6db96 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/check-working-tree + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **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 9989d830ad..ebb3eaa288 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.0.2", + "version": "6.0.3", "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 84afcf67ee..e48c5b246e 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/collect-uncommitted + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/collect-uncommitted diff --git a/utils/collect-uncommitted/package.json b/utils/collect-uncommitted/package.json index 562c1d40be..497eec0c89 100644 --- a/utils/collect-uncommitted/package.json +++ b/utils/collect-uncommitted/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/collect-uncommitted", - "version": "6.0.2", + "version": "6.0.3", "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 b35a1e4122..6c75dc843a 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/collect-updates + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/collect-updates diff --git a/utils/collect-updates/package.json b/utils/collect-updates/package.json index 8a06c38197..22d3d5af40 100644 --- a/utils/collect-updates/package.json +++ b/utils/collect-updates/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/collect-updates", - "version": "6.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/create-symlink/CHANGELOG.md b/utils/create-symlink/CHANGELOG.md index fa6c9b2a8d..e718066c52 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/create-symlink + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/create-symlink diff --git a/utils/create-symlink/package.json b/utils/create-symlink/package.json index ce9e6d6b94..629bc03108 100644 --- a/utils/create-symlink/package.json +++ b/utils/create-symlink/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/create-symlink", - "version": "6.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/describe-ref/CHANGELOG.md b/utils/describe-ref/CHANGELOG.md index 62cace5863..ea912d2942 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/describe-ref + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/describe-ref diff --git a/utils/describe-ref/package.json b/utils/describe-ref/package.json index 7f393050b2..a8f693ebbb 100644 --- a/utils/describe-ref/package.json +++ b/utils/describe-ref/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/describe-ref", - "version": "6.0.2", + "version": "6.0.3", "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 2f9aad5039..c9469344bf 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/filter-packages + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/filter-packages diff --git a/utils/filter-packages/package.json b/utils/filter-packages/package.json index 9c6c6a2ca6..0864665119 100644 --- a/utils/filter-packages/package.json +++ b/utils/filter-packages/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/filter-packages", - "version": "6.0.2", + "version": "6.0.3", "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 38a5481385..671c997e87 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/get-npm-exec-opts + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **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 043d173ca1..2e354e74e8 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.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/get-packed/CHANGELOG.md b/utils/get-packed/CHANGELOG.md index e0e94e4893..d10fc4925d 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/get-packed + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/get-packed diff --git a/utils/get-packed/package.json b/utils/get-packed/package.json index a14e51301b..00cee88a52 100644 --- a/utils/get-packed/package.json +++ b/utils/get-packed/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/get-packed", - "version": "6.0.2", + "version": "6.0.3", "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 43a39a736f..b9d9bb2535 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/github-client + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/github-client diff --git a/utils/github-client/package.json b/utils/github-client/package.json index 38976c33f6..225b73faf8 100644 --- a/utils/github-client/package.json +++ b/utils/github-client/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/github-client", - "version": "6.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/gitlab-client/CHANGELOG.md b/utils/gitlab-client/CHANGELOG.md index aa8e5af8ce..60e0bf2352 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.0.3](https://gitlab.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/gitlab-client + ## [6.0.2](https://gitlab.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/gitlab-client diff --git a/utils/gitlab-client/package.json b/utils/gitlab-client/package.json index 63f633c583..03bfc34371 100644 --- a/utils/gitlab-client/package.json +++ b/utils/gitlab-client/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/gitlab-client", - "version": "6.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/has-npm-version/CHANGELOG.md b/utils/has-npm-version/CHANGELOG.md index e55fa64299..918b9be6a9 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/has-npm-version + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **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 2eaa3d150d..9c96bdb68e 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.0.2", + "version": "6.0.3", "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 58d0869a52..3bd8160055 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/listable + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/listable diff --git a/utils/listable/package.json b/utils/listable/package.json index c5cbde6e8b..887f7f6844 100644 --- a/utils/listable/package.json +++ b/utils/listable/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/listable", - "version": "6.0.2", + "version": "6.0.3", "description": "Shared logic for listing package information", "keywords": [ "lerna", diff --git a/utils/log-packed/CHANGELOG.md b/utils/log-packed/CHANGELOG.md index ccf8d8d77f..16889feff2 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/log-packed + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/log-packed diff --git a/utils/log-packed/package.json b/utils/log-packed/package.json index 5c4ff76dbf..f76a97b952 100644 --- a/utils/log-packed/package.json +++ b/utils/log-packed/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/log-packed", - "version": "6.0.2", + "version": "6.0.3", "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 cba5c3c23d..f22afee035 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/map-to-registry + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **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 860af2015b..14d270e54e 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.0.2", + "version": "6.0.3", "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 22651c781a..27b114c439 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/npm-conf + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/npm-conf diff --git a/utils/npm-conf/package.json b/utils/npm-conf/package.json index 772c1865c3..cbb96c7daf 100644 --- a/utils/npm-conf/package.json +++ b/utils/npm-conf/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/npm-conf", - "version": "6.0.2", + "version": "6.0.3", "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 bf2ea62711..0d8eeafc65 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/npm-dist-tag + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **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 271d3fced9..f119a4121a 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.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/npm-install/CHANGELOG.md b/utils/npm-install/CHANGELOG.md index 6a19376819..7811b723c0 100644 --- a/utils/npm-install/CHANGELOG.md +++ b/utils/npm-install/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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/npm-install + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/npm-install diff --git a/utils/npm-install/package.json b/utils/npm-install/package.json index 3cd0dde23d..a9dea69557 100644 --- a/utils/npm-install/package.json +++ b/utils/npm-install/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/npm-install", - "version": "6.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/npm-publish/CHANGELOG.md b/utils/npm-publish/CHANGELOG.md index 0695941b9d..a251931287 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/npm-publish + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/npm-publish diff --git a/utils/npm-publish/package.json b/utils/npm-publish/package.json index be110fe173..ae5f0aad05 100644 --- a/utils/npm-publish/package.json +++ b/utils/npm-publish/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/npm-publish", - "version": "6.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/npm-run-script/CHANGELOG.md b/utils/npm-run-script/CHANGELOG.md index 29781cb430..091a1242fb 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/npm-run-script + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **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 c5704c3313..ae41e37a2e 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.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/output/CHANGELOG.md b/utils/output/CHANGELOG.md index 8cfcc9f1ba..a5df90ed62 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/output + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/output diff --git a/utils/output/package.json b/utils/output/package.json index 4c77707fc4..bbed8fa260 100644 --- a/utils/output/package.json +++ b/utils/output/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/output", - "version": "6.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/pack-directory/CHANGELOG.md b/utils/pack-directory/CHANGELOG.md index c62b17631b..6d1e8e8889 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/pack-directory + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/pack-directory diff --git a/utils/pack-directory/package.json b/utils/pack-directory/package.json index 7798daf2ad..624a1c7356 100644 --- a/utils/pack-directory/package.json +++ b/utils/pack-directory/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/pack-directory", - "version": "6.0.2", + "version": "6.0.3", "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 10870c2f2d..e5e31d1328 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/prerelease-id-from-version + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **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 37281fbc7b..c7ab5601a0 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.0.2", + "version": "6.0.3", "description": "Get the prerelease ID from a version string", "keywords": [ "lerna", diff --git a/utils/profiler/CHANGELOG.md b/utils/profiler/CHANGELOG.md index 61ec296971..7c4a634352 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/profiler + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/profiler diff --git a/utils/profiler/package.json b/utils/profiler/package.json index abc4148c9e..708fddd746 100644 --- a/utils/profiler/package.json +++ b/utils/profiler/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/profiler", - "version": "6.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/pulse-till-done/CHANGELOG.md b/utils/pulse-till-done/CHANGELOG.md index c6e4c1ef70..034dae2f89 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/pulse-till-done + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **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 bd3e9c829f..59cf43a08a 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.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/query-graph/CHANGELOG.md b/utils/query-graph/CHANGELOG.md index cab04d8f8f..777c1716e5 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/query-graph + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/query-graph diff --git a/utils/query-graph/package.json b/utils/query-graph/package.json index 5ece190f33..591f6c2df5 100644 --- a/utils/query-graph/package.json +++ b/utils/query-graph/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/query-graph", - "version": "6.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/resolve-symlink/CHANGELOG.md b/utils/resolve-symlink/CHANGELOG.md index 3c0be8bf05..49a506ac13 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/resolve-symlink + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/resolve-symlink diff --git a/utils/resolve-symlink/package.json b/utils/resolve-symlink/package.json index 28de54d91b..c94d332afb 100644 --- a/utils/resolve-symlink/package.json +++ b/utils/resolve-symlink/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/resolve-symlink", - "version": "6.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/rimraf-dir/CHANGELOG.md b/utils/rimraf-dir/CHANGELOG.md index cb62a227c8..1babe0a7f4 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/rimraf-dir + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/rimraf-dir diff --git a/utils/rimraf-dir/package.json b/utils/rimraf-dir/package.json index 41752fc0df..de0a219394 100644 --- a/utils/rimraf-dir/package.json +++ b/utils/rimraf-dir/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/rimraf-dir", - "version": "6.0.2", + "version": "6.0.3", "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 1b942e3be0..c248ba31fc 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/run-lifecycle + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/run-lifecycle diff --git a/utils/run-lifecycle/package.json b/utils/run-lifecycle/package.json index 55e1f587f4..f3643e5f0f 100644 --- a/utils/run-lifecycle/package.json +++ b/utils/run-lifecycle/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/run-lifecycle", - "version": "6.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/run-topologically/CHANGELOG.md b/utils/run-topologically/CHANGELOG.md index 57f2bd4ed5..b636fc8475 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/run-topologically + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/run-topologically diff --git a/utils/run-topologically/package.json b/utils/run-topologically/package.json index 009aff319a..392ad2b26e 100644 --- a/utils/run-topologically/package.json +++ b/utils/run-topologically/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/run-topologically", - "version": "6.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/symlink-binary/CHANGELOG.md b/utils/symlink-binary/CHANGELOG.md index ac2362602c..97ab6deda4 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/symlink-binary + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/symlink-binary diff --git a/utils/symlink-binary/package.json b/utils/symlink-binary/package.json index 2921b5f736..2c6ee951bb 100644 --- a/utils/symlink-binary/package.json +++ b/utils/symlink-binary/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/symlink-binary", - "version": "6.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/symlink-dependencies/CHANGELOG.md b/utils/symlink-dependencies/CHANGELOG.md index 155d51a7a6..4333c3d466 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/symlink-dependencies + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/symlink-dependencies diff --git a/utils/symlink-dependencies/package.json b/utils/symlink-dependencies/package.json index fd97bfeea8..d8a568be30 100644 --- a/utils/symlink-dependencies/package.json +++ b/utils/symlink-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/symlink-dependencies", - "version": "6.0.2", + "version": "6.0.3", "description": "Lerna's internal symlinking tool", "keywords": [ "lerna", diff --git a/utils/temp-write/CHANGELOG.md b/utils/temp-write/CHANGELOG.md index 0662991603..876abe1526 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/temp-write + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/temp-write diff --git a/utils/temp-write/package.json b/utils/temp-write/package.json index 34c93ac6a2..7d931da4a1 100644 --- a/utils/temp-write/package.json +++ b/utils/temp-write/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/temp-write", - "version": "6.0.2", + "version": "6.0.3", "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 c78269404f..f23d43dd08 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/timer + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **Note:** Version bump only for package @lerna/timer diff --git a/utils/timer/package.json b/utils/timer/package.json index 09d62ba59b..34fe4b6e7d 100644 --- a/utils/timer/package.json +++ b/utils/timer/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/timer", - "version": "6.0.2", + "version": "6.0.3", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/write-log-file/CHANGELOG.md b/utils/write-log-file/CHANGELOG.md index 142e1ba618..fc8360c6f1 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.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07) + +**Note:** Version bump only for package @lerna/write-log-file + ## [6.0.2](https://github.com/lerna/lerna/compare/v6.0.1...v6.0.2) (2022-11-02) **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 94a91a94c0..a271a88ba1 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.0.2", + "version": "6.0.3", "description": "What lerna uses to dump logs", "keywords": [ "lerna",