diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d9f93ca3..a9afa11b84 100644 --- a/CHANGELOG.md +++ b/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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package lerna-monorepo + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) ### Bug Fixes diff --git a/commands/add/CHANGELOG.md b/commands/add/CHANGELOG.md index 1f3333edcd..48ee6a01ce 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/add + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/add diff --git a/commands/add/package.json b/commands/add/package.json index 572515b0ab..f272e7778e 100644 --- a/commands/add/package.json +++ b/commands/add/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/add", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "Add a dependency to matched packages", "keywords": [ "lerna", diff --git a/commands/bootstrap/CHANGELOG.md b/commands/bootstrap/CHANGELOG.md index 04fcb955f2..a97e27613b 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/bootstrap + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/bootstrap diff --git a/commands/bootstrap/package.json b/commands/bootstrap/package.json index c18b6093ba..1d93ce3b95 100644 --- a/commands/bootstrap/package.json +++ b/commands/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/bootstrap", - "version": "6.0.0-alpha.2", + "version": "6.0.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 ca429fc524..242df3a4ed 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/changed + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/changed diff --git a/commands/changed/package.json b/commands/changed/package.json index 23af9cbcb3..88990051cd 100644 --- a/commands/changed/package.json +++ b/commands/changed/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/changed", - "version": "6.0.0-alpha.2", + "version": "6.0.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 783542d50d..37d14ce40b 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/clean + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/clean diff --git a/commands/clean/package.json b/commands/clean/package.json index 3556899357..11fcd96f18 100644 --- a/commands/clean/package.json +++ b/commands/clean/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/clean", - "version": "6.0.0-alpha.2", + "version": "6.0.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 7d502a53d9..e69bdc9cae 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/create + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/create diff --git a/commands/create/package.json b/commands/create/package.json index 3de4bb55a0..482abd31f7 100644 --- a/commands/create/package.json +++ b/commands/create/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/create", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "Create a new lerna-managed package", "keywords": [ "lerna", diff --git a/commands/diff/CHANGELOG.md b/commands/diff/CHANGELOG.md index deef75e789..516df92f67 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/diff + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/diff diff --git a/commands/diff/package.json b/commands/diff/package.json index 680047dd95..de900f9a54 100644 --- a/commands/diff/package.json +++ b/commands/diff/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/diff", - "version": "6.0.0-alpha.2", + "version": "6.0.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 b7e99252cc..2edc197f24 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/exec + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/exec diff --git a/commands/exec/package.json b/commands/exec/package.json index 98b120aafc..0d2d61bb46 100644 --- a/commands/exec/package.json +++ b/commands/exec/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/exec", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "Execute an arbitrary command in each package", "keywords": [ "lerna", diff --git a/commands/import/CHANGELOG.md b/commands/import/CHANGELOG.md index 262fff2f5a..f3aedbe789 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/import + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/import diff --git a/commands/import/package.json b/commands/import/package.json index 0faae39a50..65c0f3e576 100644 --- a/commands/import/package.json +++ b/commands/import/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/import", - "version": "6.0.0-alpha.2", + "version": "6.0.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 62e0850a59..d400681d31 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/info + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/info diff --git a/commands/info/package.json b/commands/info/package.json index b7aaa24551..f62b3f25cc 100644 --- a/commands/info/package.json +++ b/commands/info/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/info", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "Prints local environment information", "keywords": [ "lerna", diff --git a/commands/init/CHANGELOG.md b/commands/init/CHANGELOG.md index c48fd0b46b..8f5bfb16d4 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/init + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/init diff --git a/commands/init/package.json b/commands/init/package.json index be16ba301b..71bed32ab7 100644 --- a/commands/init/package.json +++ b/commands/init/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/init", - "version": "6.0.0-alpha.2", + "version": "6.0.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 c42831a3b1..928a3c7603 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/link + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/link diff --git a/commands/link/package.json b/commands/link/package.json index aedfade938..31e038c184 100644 --- a/commands/link/package.json +++ b/commands/link/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/link", - "version": "6.0.0-alpha.2", + "version": "6.0.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 65e37ac930..a8bdb987cd 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/list + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/list diff --git a/commands/list/package.json b/commands/list/package.json index ce6935da53..9bfcba763e 100644 --- a/commands/list/package.json +++ b/commands/list/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/list", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "List local packages", "keywords": [ "lerna", diff --git a/commands/publish/CHANGELOG.md b/commands/publish/CHANGELOG.md index 7f09af01d1..e69edf3600 100644 --- a/commands/publish/CHANGELOG.md +++ b/commands/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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/publish + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/publish diff --git a/commands/publish/package.json b/commands/publish/package.json index 827695d09f..2811306a02 100644 --- a/commands/publish/package.json +++ b/commands/publish/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/publish", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "Publish packages in the current project", "keywords": [ "lerna", diff --git a/commands/run/CHANGELOG.md b/commands/run/CHANGELOG.md index 145d8a47cf..6773cb1486 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/run + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) ### Bug Fixes diff --git a/commands/run/package.json b/commands/run/package.json index 900dcc567b..e5282dd68f 100644 --- a/commands/run/package.json +++ b/commands/run/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/run", - "version": "6.0.0-alpha.2", + "version": "6.0.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 efcc83fe24..dc3f59a101 100644 --- a/commands/version/CHANGELOG.md +++ b/commands/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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/version + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/version diff --git a/commands/version/package.json b/commands/version/package.json index f3c7cf3699..3e73980512 100644 --- a/commands/version/package.json +++ b/commands/version/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/version", - "version": "6.0.0-alpha.2", + "version": "6.0.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 450af4478e..8b88fd6525 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/child-process + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/child-process diff --git a/core/child-process/package.json b/core/child-process/package.json index 72581808c9..231453262e 100644 --- a/core/child-process/package.json +++ b/core/child-process/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/child-process", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "Lerna's internal child_process wrapper", "keywords": [ "lerna", diff --git a/core/cli/CHANGELOG.md b/core/cli/CHANGELOG.md index 7934e8d5a6..4142328357 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/cli + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/cli diff --git a/core/cli/package.json b/core/cli/package.json index 1745c18e93..0dedaa2f1b 100644 --- a/core/cli/package.json +++ b/core/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/cli", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "Lerna's CLI", "keywords": [ "lerna", diff --git a/core/command/CHANGELOG.md b/core/command/CHANGELOG.md index 6a3241057e..06f5daeca1 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/command + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/command diff --git a/core/command/package.json b/core/command/package.json index 97bc42503f..afad38fbab 100644 --- a/core/command/package.json +++ b/core/command/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/command", - "version": "6.0.0-alpha.2", + "version": "6.0.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 0d6d872b80..2ed1811bbe 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/conventional-commits + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/conventional-commits diff --git a/core/conventional-commits/package.json b/core/conventional-commits/package.json index 5d17321a56..23c572d81b 100644 --- a/core/conventional-commits/package.json +++ b/core/conventional-commits/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/conventional-commits", - "version": "6.0.0-alpha.2", + "version": "6.0.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 f90d0ca962..b4296f338d 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/filter-options + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/filter-options diff --git a/core/filter-options/package.json b/core/filter-options/package.json index 2c25e3c7d6..d1839937cf 100644 --- a/core/filter-options/package.json +++ b/core/filter-options/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/filter-options", - "version": "6.0.0-alpha.2", + "version": "6.0.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 0d69f7a0f0..35a237c323 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/global-options + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) ### Bug Fixes diff --git a/core/global-options/package.json b/core/global-options/package.json index f486e0c3ae..73165cdc6c 100644 --- a/core/global-options/package.json +++ b/core/global-options/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/global-options", - "version": "6.0.0-alpha.2", + "version": "6.0.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 9df144188a..1e19dc6e6a 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package lerna + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) ### Bug Fixes diff --git a/core/lerna/package.json b/core/lerna/package.json index 65cccb0dc4..1107200a1e 100644 --- a/core/lerna/package.json +++ b/core/lerna/package.json @@ -1,6 +1,6 @@ { "name": "lerna", - "version": "6.0.0-alpha.2", + "version": "6.0.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 d2c27215ca..671df45b34 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/otplease + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/otplease diff --git a/core/otplease/package.json b/core/otplease/package.json index 78e1ca3280..eac6eccafc 100644 --- a/core/otplease/package.json +++ b/core/otplease/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/otplease", - "version": "6.0.0-alpha.2", + "version": "6.0.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 a7f91e7df7..af3c2f0045 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/package-graph + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/package-graph diff --git a/core/package-graph/package.json b/core/package-graph/package.json index 67381e4ad8..89aabec633 100644 --- a/core/package-graph/package.json +++ b/core/package-graph/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/package-graph", - "version": "6.0.0-alpha.2", + "version": "6.0.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 46718dcfa1..3bea3a5f8f 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/package + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/package diff --git a/core/package/package.json b/core/package/package.json index 31e2a3b337..59a42d71e1 100644 --- a/core/package/package.json +++ b/core/package/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/package", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "Lerna's internal representation of a package", "keywords": [ "lerna", diff --git a/core/project/CHANGELOG.md b/core/project/CHANGELOG.md index c7a5baef6a..c561f57c75 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/project + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/project diff --git a/core/project/package.json b/core/project/package.json index 3a3f6632bc..292b7849cb 100644 --- a/core/project/package.json +++ b/core/project/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/project", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "Lerna project configuration", "keywords": [ "lerna", diff --git a/core/prompt/CHANGELOG.md b/core/prompt/CHANGELOG.md index 14a9545d31..5ee56a8068 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/prompt + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/prompt diff --git a/core/prompt/package.json b/core/prompt/package.json index 2cae4d9284..dbe40ec18e 100644 --- a/core/prompt/package.json +++ b/core/prompt/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/prompt", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/core/validation-error/CHANGELOG.md b/core/validation-error/CHANGELOG.md index 999819772a..b721e53150 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/validation-error + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/validation-error diff --git a/core/validation-error/package.json b/core/validation-error/package.json index 751db954c1..285474d1b5 100644 --- a/core/validation-error/package.json +++ b/core/validation-error/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/validation-error", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/lerna.json b/lerna.json index 6c874fda62..3d219c34b0 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ }, "ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"], "useWorkspaces": true, - "version": "6.0.0-alpha.2" + "version": "6.0.0" } diff --git a/package-lock.json b/package-lock.json index 8f83f239a6..a3518a5df8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -129,7 +129,7 @@ }, "commands/add": { "name": "@lerna/add", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/bootstrap": "file:../bootstrap", @@ -149,7 +149,7 @@ }, "commands/bootstrap": { "name": "@lerna/bootstrap", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -181,7 +181,7 @@ }, "commands/changed": { "name": "@lerna/changed", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/collect-updates": "file:../../utils/collect-updates", @@ -195,7 +195,7 @@ }, "commands/clean": { "name": "@lerna/clean", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -213,7 +213,7 @@ }, "commands/create": { "name": "@lerna/create", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -239,7 +239,7 @@ }, "commands/diff": { "name": "@lerna/diff", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -253,7 +253,7 @@ }, "commands/exec": { "name": "@lerna/exec", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -270,7 +270,7 @@ }, "commands/import": { "name": "@lerna/import", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -288,7 +288,7 @@ }, "commands/info": { "name": "@lerna/info", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -301,7 +301,7 @@ }, "commands/init": { "name": "@lerna/init", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -317,7 +317,7 @@ }, "commands/link": { "name": "@lerna/link", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -333,7 +333,7 @@ }, "commands/list": { "name": "@lerna/list", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -347,7 +347,7 @@ }, "commands/publish": { "name": "@lerna/publish", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/check-working-tree": "file:../../utils/check-working-tree", @@ -385,7 +385,7 @@ }, "commands/run": { "name": "@lerna/run", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/command": "file:../../core/command", @@ -405,7 +405,7 @@ }, "commands/version": { "name": "@lerna/version", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "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.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "chalk": "^4.1.0", @@ -455,7 +455,7 @@ }, "core/cli": { "name": "@lerna/cli", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/global-options": "file:../global-options", @@ -469,7 +469,7 @@ }, "core/command": { "name": "@lerna/command", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../child-process", @@ -489,7 +489,7 @@ }, "core/conventional-commits": { "name": "@lerna/conventional-commits", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/validation-error": "file:../validation-error", @@ -509,7 +509,7 @@ }, "core/filter-options": { "name": "@lerna/filter-options", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/collect-updates": "file:../../utils/collect-updates", @@ -523,14 +523,14 @@ }, "core/global-options": { "name": "@lerna/global-options", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "engines": { "node": "^14.15.0 || >=16.0.0" } }, "core/lerna": { - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/add": "file:../../commands/add", @@ -566,7 +566,7 @@ }, "core/otplease": { "name": "@lerna/otplease", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/prompt": "file:../prompt" @@ -577,7 +577,7 @@ }, "core/package": { "name": "@lerna/package", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "load-json-file": "^6.2.0", @@ -590,7 +590,7 @@ }, "core/package-graph": { "name": "@lerna/package-graph", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "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.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/package": "file:../package", @@ -628,7 +628,7 @@ }, "core/prompt": { "name": "@lerna/prompt", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "inquirer": "^8.2.4", @@ -640,7 +640,7 @@ }, "core/validation-error": { "name": "@lerna/validation-error", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "npmlog": "^6.0.2" @@ -17524,7 +17524,7 @@ }, "utils/check-working-tree": { "name": "@lerna/check-working-tree", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/collect-uncommitted": "file:../collect-uncommitted", @@ -17537,7 +17537,7 @@ }, "utils/collect-uncommitted": { "name": "@lerna/collect-uncommitted", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -17550,7 +17550,7 @@ }, "utils/collect-updates": { "name": "@lerna/collect-updates", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -17565,7 +17565,7 @@ }, "utils/create-symlink": { "name": "@lerna/create-symlink", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "cmd-shim": "^5.0.0", @@ -17578,7 +17578,7 @@ }, "utils/describe-ref": { "name": "@lerna/describe-ref", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -17590,7 +17590,7 @@ }, "utils/filter-packages": { "name": "@lerna/filter-packages", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/validation-error": "file:../../core/validation-error", @@ -17603,7 +17603,7 @@ }, "utils/get-npm-exec-opts": { "name": "@lerna/get-npm-exec-opts", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "npmlog": "^6.0.2" @@ -17614,7 +17614,7 @@ }, "utils/get-packed": { "name": "@lerna/get-packed", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "fs-extra": "^9.1.0", @@ -17627,7 +17627,7 @@ }, "utils/github-client": { "name": "@lerna/github-client", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -17642,7 +17642,7 @@ }, "utils/gitlab-client": { "name": "@lerna/gitlab-client", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "node-fetch": "^2.6.1", @@ -17654,7 +17654,7 @@ }, "utils/has-npm-version": { "name": "@lerna/has-npm-version", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -17666,7 +17666,7 @@ }, "utils/listable": { "name": "@lerna/listable", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/query-graph": "file:../query-graph", @@ -17679,7 +17679,7 @@ }, "utils/log-packed": { "name": "@lerna/log-packed", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "byte-size": "^7.0.0", @@ -17693,7 +17693,7 @@ }, "utils/map-to-registry": { "name": "@lerna/map-to-registry", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "npm-package-arg": "8.1.1", @@ -17705,7 +17705,7 @@ }, "utils/npm-conf": { "name": "@lerna/npm-conf", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "config-chain": "^1.1.12", @@ -17717,7 +17717,7 @@ }, "utils/npm-dist-tag": { "name": "@lerna/npm-dist-tag", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/otplease": "file:../../core/otplease", @@ -17731,7 +17731,7 @@ }, "utils/npm-install": { "name": "@lerna/npm-install", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -17748,7 +17748,7 @@ }, "utils/npm-publish": { "name": "@lerna/npm-publish", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/otplease": "file:../../core/otplease", @@ -17766,7 +17766,7 @@ }, "utils/npm-run-script": { "name": "@lerna/npm-run-script", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -17779,7 +17779,7 @@ }, "utils/output": { "name": "@lerna/output", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "npmlog": "^6.0.2" @@ -17790,7 +17790,7 @@ }, "utils/pack-directory": { "name": "@lerna/pack-directory", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/get-packed": "file:../get-packed", @@ -17807,7 +17807,7 @@ }, "utils/prerelease-id-from-version": { "name": "@lerna/prerelease-id-from-version", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "semver": "^7.3.4" @@ -17818,7 +17818,7 @@ }, "utils/profiler": { "name": "@lerna/profiler", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "fs-extra": "^9.1.0", @@ -17831,7 +17831,7 @@ }, "utils/pulse-till-done": { "name": "@lerna/pulse-till-done", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "npmlog": "^6.0.2" @@ -17842,7 +17842,7 @@ }, "utils/query-graph": { "name": "@lerna/query-graph", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/package-graph": "file:../../core/package-graph" @@ -17853,7 +17853,7 @@ }, "utils/resolve-symlink": { "name": "@lerna/resolve-symlink", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "fs-extra": "^9.1.0", @@ -17866,7 +17866,7 @@ }, "utils/rimraf-dir": { "name": "@lerna/rimraf-dir", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", @@ -17880,7 +17880,7 @@ }, "utils/run-lifecycle": { "name": "@lerna/run-lifecycle", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/npm-conf": "file:../npm-conf", @@ -17894,7 +17894,7 @@ }, "utils/run-topologically": { "name": "@lerna/run-topologically", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/query-graph": "file:../query-graph", @@ -17906,7 +17906,7 @@ }, "utils/symlink-binary": { "name": "@lerna/symlink-binary", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/create-symlink": "file:../create-symlink", @@ -17920,7 +17920,7 @@ }, "utils/symlink-dependencies": { "name": "@lerna/symlink-dependencies", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@lerna/create-symlink": "file:../create-symlink", @@ -17936,7 +17936,7 @@ }, "utils/temp-write": { "name": "@lerna/temp-write", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "graceful-fs": "^4.1.15", @@ -17948,7 +17948,7 @@ }, "utils/timer": { "name": "@lerna/timer", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "license": "MIT", "engines": { "node": "^14.15.0 || >=16.0.0" @@ -17956,7 +17956,7 @@ }, "utils/write-log-file": { "name": "@lerna/write-log-file", - "version": "6.0.0-alpha.2", + "version": "6.0.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 fe5b49588e..fb87bce73a 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/check-working-tree + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **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 639e5843dd..138ef5496d 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.0-alpha.2", + "version": "6.0.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 5c04e380a2..c584d5b918 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/collect-uncommitted + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/collect-uncommitted diff --git a/utils/collect-uncommitted/package.json b/utils/collect-uncommitted/package.json index a4d4c1e638..31383c47dc 100644 --- a/utils/collect-uncommitted/package.json +++ b/utils/collect-uncommitted/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/collect-uncommitted", - "version": "6.0.0-alpha.2", + "version": "6.0.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 1e38a3d6f9..c79087e965 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/collect-updates + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/collect-updates diff --git a/utils/collect-updates/package.json b/utils/collect-updates/package.json index 6387e310ee..0ca0dc6914 100644 --- a/utils/collect-updates/package.json +++ b/utils/collect-updates/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/collect-updates", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/create-symlink/CHANGELOG.md b/utils/create-symlink/CHANGELOG.md index 92fe268505..a07e2421f8 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/create-symlink + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/create-symlink diff --git a/utils/create-symlink/package.json b/utils/create-symlink/package.json index 76585a9144..b43ce662ea 100644 --- a/utils/create-symlink/package.json +++ b/utils/create-symlink/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/create-symlink", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/describe-ref/CHANGELOG.md b/utils/describe-ref/CHANGELOG.md index cf5e754101..b029f2e1ec 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/describe-ref + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/describe-ref diff --git a/utils/describe-ref/package.json b/utils/describe-ref/package.json index 33c58bfc25..7db32f61fc 100644 --- a/utils/describe-ref/package.json +++ b/utils/describe-ref/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/describe-ref", - "version": "6.0.0-alpha.2", + "version": "6.0.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 e7a03ec345..96c885fff0 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/filter-packages + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/filter-packages diff --git a/utils/filter-packages/package.json b/utils/filter-packages/package.json index 1f3bf3590e..aee1e376f8 100644 --- a/utils/filter-packages/package.json +++ b/utils/filter-packages/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/filter-packages", - "version": "6.0.0-alpha.2", + "version": "6.0.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 968415d1a2..fdc8edef7a 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/get-npm-exec-opts + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **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 ed52f2ab10..c0f24b8a8f 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.0-alpha.2", + "version": "6.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/get-packed/CHANGELOG.md b/utils/get-packed/CHANGELOG.md index 1f25c95da3..4f9cb4b939 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/get-packed + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/get-packed diff --git a/utils/get-packed/package.json b/utils/get-packed/package.json index 5ff388be77..972be4526d 100644 --- a/utils/get-packed/package.json +++ b/utils/get-packed/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/get-packed", - "version": "6.0.0-alpha.2", + "version": "6.0.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 1737db36d6..b7f0967359 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/github-client + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/github-client diff --git a/utils/github-client/package.json b/utils/github-client/package.json index 13c5e93d55..8bad42da74 100644 --- a/utils/github-client/package.json +++ b/utils/github-client/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/github-client", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/gitlab-client/CHANGELOG.md b/utils/gitlab-client/CHANGELOG.md index 164005b209..315eb04baa 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.0](https://gitlab.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/gitlab-client + # [6.0.0-alpha.2](https://gitlab.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/gitlab-client diff --git a/utils/gitlab-client/package.json b/utils/gitlab-client/package.json index 130715b33c..d5981485b3 100644 --- a/utils/gitlab-client/package.json +++ b/utils/gitlab-client/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/gitlab-client", - "version": "6.0.0-alpha.2", + "version": "6.0.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 ba021e0f7e..5bf3ab181e 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/has-npm-version + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **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 5b886545df..329f30f1d8 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.0-alpha.2", + "version": "6.0.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 68b3af590f..439164fa6f 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/listable + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/listable diff --git a/utils/listable/package.json b/utils/listable/package.json index 8988b3d7ce..4db50b03ff 100644 --- a/utils/listable/package.json +++ b/utils/listable/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/listable", - "version": "6.0.0-alpha.2", + "version": "6.0.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 f17ef4317c..c239e11e8f 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/log-packed + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/log-packed diff --git a/utils/log-packed/package.json b/utils/log-packed/package.json index 68b4aa31da..97322c9d93 100644 --- a/utils/log-packed/package.json +++ b/utils/log-packed/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/log-packed", - "version": "6.0.0-alpha.2", + "version": "6.0.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 0f92b8a52d..71c47be2b6 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/map-to-registry + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **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 fe67f2a071..3c823361bc 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.0-alpha.2", + "version": "6.0.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 f638ebefa3..9d00c8d00d 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/npm-conf + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/npm-conf diff --git a/utils/npm-conf/package.json b/utils/npm-conf/package.json index a180fc5113..f0e0c6ced1 100644 --- a/utils/npm-conf/package.json +++ b/utils/npm-conf/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/npm-conf", - "version": "6.0.0-alpha.2", + "version": "6.0.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 50b055a429..d13010fed2 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/npm-dist-tag + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **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 a7fa148d33..6b80a762d5 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.0-alpha.2", + "version": "6.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/npm-install/CHANGELOG.md b/utils/npm-install/CHANGELOG.md index 618ce8c0f5..d0ba7d7604 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/npm-install + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/npm-install diff --git a/utils/npm-install/package.json b/utils/npm-install/package.json index be59c3c7c3..fc15bd12b8 100644 --- a/utils/npm-install/package.json +++ b/utils/npm-install/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/npm-install", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/npm-publish/CHANGELOG.md b/utils/npm-publish/CHANGELOG.md index 7c706e8754..115f4518d3 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/npm-publish + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/npm-publish diff --git a/utils/npm-publish/package.json b/utils/npm-publish/package.json index 05bf9f3c27..7247cdc6b5 100644 --- a/utils/npm-publish/package.json +++ b/utils/npm-publish/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/npm-publish", - "version": "6.0.0-alpha.2", + "version": "6.0.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 9395762bdd..adb8188290 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/npm-run-script + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **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 c3d0397ed0..2f8bd09014 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.0-alpha.2", + "version": "6.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/output/CHANGELOG.md b/utils/output/CHANGELOG.md index 5470c99bd5..290c3972c9 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/output + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/output diff --git a/utils/output/package.json b/utils/output/package.json index 04f834bfef..f4d499df87 100644 --- a/utils/output/package.json +++ b/utils/output/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/output", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/pack-directory/CHANGELOG.md b/utils/pack-directory/CHANGELOG.md index 0255378a9d..27d164b02c 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/pack-directory + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/pack-directory diff --git a/utils/pack-directory/package.json b/utils/pack-directory/package.json index 6dc3638ca0..c61e58e708 100644 --- a/utils/pack-directory/package.json +++ b/utils/pack-directory/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/pack-directory", - "version": "6.0.0-alpha.2", + "version": "6.0.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 98db8b6950..f85c62990c 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/prerelease-id-from-version + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **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 0f88d489b6..9ec37066b6 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.0-alpha.2", + "version": "6.0.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 a492d680bb..4af7b029ea 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/profiler + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/profiler diff --git a/utils/profiler/package.json b/utils/profiler/package.json index 43d2f51585..5c6b72cc65 100644 --- a/utils/profiler/package.json +++ b/utils/profiler/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/profiler", - "version": "6.0.0-alpha.2", + "version": "6.0.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 0b47c13dcc..10e45c68e3 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/pulse-till-done + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **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 b89aacb25c..c8df782149 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.0-alpha.2", + "version": "6.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/query-graph/CHANGELOG.md b/utils/query-graph/CHANGELOG.md index 16e95648c5..8d2df8ace4 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/query-graph + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/query-graph diff --git a/utils/query-graph/package.json b/utils/query-graph/package.json index 7cf9212c02..7bd395f670 100644 --- a/utils/query-graph/package.json +++ b/utils/query-graph/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/query-graph", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/resolve-symlink/CHANGELOG.md b/utils/resolve-symlink/CHANGELOG.md index d96c35cb2d..95d57fca45 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/resolve-symlink + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/resolve-symlink diff --git a/utils/resolve-symlink/package.json b/utils/resolve-symlink/package.json index 3838b92100..0006193d97 100644 --- a/utils/resolve-symlink/package.json +++ b/utils/resolve-symlink/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/resolve-symlink", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/rimraf-dir/CHANGELOG.md b/utils/rimraf-dir/CHANGELOG.md index 5f0dd5230b..0cf99e15bb 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/rimraf-dir + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/rimraf-dir diff --git a/utils/rimraf-dir/package.json b/utils/rimraf-dir/package.json index 76e39daf9b..1f67a9f98f 100644 --- a/utils/rimraf-dir/package.json +++ b/utils/rimraf-dir/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/rimraf-dir", - "version": "6.0.0-alpha.2", + "version": "6.0.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 b499f544d0..e7f5a8ab5c 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/run-lifecycle + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/run-lifecycle diff --git a/utils/run-lifecycle/package.json b/utils/run-lifecycle/package.json index 91bbead5e9..1ba624598c 100644 --- a/utils/run-lifecycle/package.json +++ b/utils/run-lifecycle/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/run-lifecycle", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/run-topologically/CHANGELOG.md b/utils/run-topologically/CHANGELOG.md index 4f36fe5cdd..ed8fe16528 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/run-topologically + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/run-topologically diff --git a/utils/run-topologically/package.json b/utils/run-topologically/package.json index 8da8ae6ed7..204429e13e 100644 --- a/utils/run-topologically/package.json +++ b/utils/run-topologically/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/run-topologically", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/symlink-binary/CHANGELOG.md b/utils/symlink-binary/CHANGELOG.md index ccbe826737..7743026db4 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/symlink-binary + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/symlink-binary diff --git a/utils/symlink-binary/package.json b/utils/symlink-binary/package.json index c7feb6579e..bdee69bf40 100644 --- a/utils/symlink-binary/package.json +++ b/utils/symlink-binary/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/symlink-binary", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", diff --git a/utils/symlink-dependencies/CHANGELOG.md b/utils/symlink-dependencies/CHANGELOG.md index 230c59bcba..964a6f3d2c 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/symlink-dependencies + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/symlink-dependencies diff --git a/utils/symlink-dependencies/package.json b/utils/symlink-dependencies/package.json index 4c42a3963a..9f1b07f8ab 100644 --- a/utils/symlink-dependencies/package.json +++ b/utils/symlink-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/symlink-dependencies", - "version": "6.0.0-alpha.2", + "version": "6.0.0", "description": "Lerna's internal symlinking tool", "keywords": [ "lerna", diff --git a/utils/temp-write/CHANGELOG.md b/utils/temp-write/CHANGELOG.md index b604dcf8ca..de8c0a956c 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/temp-write + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/temp-write diff --git a/utils/temp-write/package.json b/utils/temp-write/package.json index 886594d1f6..ea7509d1b8 100644 --- a/utils/temp-write/package.json +++ b/utils/temp-write/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/temp-write", - "version": "6.0.0-alpha.2", + "version": "6.0.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 d0db1d3066..c2eb12abde 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/timer + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **Note:** Version bump only for package @lerna/timer diff --git a/utils/timer/package.json b/utils/timer/package.json index da1b65d0b6..bed72c2218 100644 --- a/utils/timer/package.json +++ b/utils/timer/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/timer", - "version": "6.0.0-alpha.2", + "version": "6.0.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 17962061e2..01434b5ca9 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.0](https://github.com/lerna/lerna/compare/v6.0.0-alpha.2...v6.0.0) (2022-10-12) + +**Note:** Version bump only for package @lerna/write-log-file + # [6.0.0-alpha.2](https://github.com/lerna/lerna/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-12) **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 6164406b94..e040cc529f 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.0-alpha.2", + "version": "6.0.0", "description": "What lerna uses to dump logs", "keywords": [ "lerna",