diff --git a/CHANGELOG.md b/CHANGELOG.md
index 542587fdbc..c3f46e8d1d 100644
--- a/CHANGELOG.md
+++ b/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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+### Bug Fixes
+
+- **run:** resolve erroneous failures ([#3495](https://github.com/lerna/lerna/issues/3495)) ([24d0d5c](https://github.com/lerna/lerna/commit/24d0d5c43b857f8da0d2e06b76bb3ee79fda51ff))
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
### Bug Fixes
diff --git a/commands/add/CHANGELOG.md b/commands/add/CHANGELOG.md
index 17b7acce3c..c5226770cb 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/add
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/add
diff --git a/commands/add/package.json b/commands/add/package.json
index ae2d96674c..393929b28d 100644
--- a/commands/add/package.json
+++ b/commands/add/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/add",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Add a dependency to matched packages",
"keywords": [
"lerna",
diff --git a/commands/bootstrap/CHANGELOG.md b/commands/bootstrap/CHANGELOG.md
index a27d04b318..124ce7ab8e 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/bootstrap
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/bootstrap
diff --git a/commands/bootstrap/package.json b/commands/bootstrap/package.json
index 5e4319d0de..bd0cc4415c 100644
--- a/commands/bootstrap/package.json
+++ b/commands/bootstrap/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/bootstrap",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 16a2e67adb..92e70e9584 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/changed
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/changed
diff --git a/commands/changed/package.json b/commands/changed/package.json
index bc422125fe..ca54fa24ac 100644
--- a/commands/changed/package.json
+++ b/commands/changed/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/changed",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 e45ea59ce4..0ffb221709 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/clean
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/clean
diff --git a/commands/clean/package.json b/commands/clean/package.json
index 32d44d7e87..afd772a625 100644
--- a/commands/clean/package.json
+++ b/commands/clean/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/clean",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Remove the node_modules directory from all packages",
"keywords": [
"lerna",
diff --git a/commands/create/CHANGELOG.md b/commands/create/CHANGELOG.md
index 05f8a16faa..ad6a0e3d8d 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/create
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
### Features
diff --git a/commands/create/package.json b/commands/create/package.json
index 1a9608062b..d7e035a743 100644
--- a/commands/create/package.json
+++ b/commands/create/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/create",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Create a new lerna-managed package",
"keywords": [
"lerna",
diff --git a/commands/diff/CHANGELOG.md b/commands/diff/CHANGELOG.md
index bfeebd657f..f60218c5a4 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/diff
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/diff
diff --git a/commands/diff/package.json b/commands/diff/package.json
index 9b0a672462..7c41c1f407 100644
--- a/commands/diff/package.json
+++ b/commands/diff/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/diff",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 38118b0e9e..ce04b0b63b 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/exec
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/exec
diff --git a/commands/exec/package.json b/commands/exec/package.json
index 4a468085fe..a1924596df 100644
--- a/commands/exec/package.json
+++ b/commands/exec/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/exec",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Execute an arbitrary command in each package",
"keywords": [
"lerna",
diff --git a/commands/import/CHANGELOG.md b/commands/import/CHANGELOG.md
index 0e4bf6d3cb..9f8e0ec8f9 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/import
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/import
diff --git a/commands/import/package.json b/commands/import/package.json
index 01fd79f5bf..c98a1b44ef 100644
--- a/commands/import/package.json
+++ b/commands/import/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/import",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 5d13c6dfd1..c2df4b9a6b 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/info
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/info
diff --git a/commands/info/package.json b/commands/info/package.json
index 85a6dc91bd..d44e36dd88 100644
--- a/commands/info/package.json
+++ b/commands/info/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/info",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Prints local environment information",
"keywords": [
"lerna",
diff --git a/commands/init/CHANGELOG.md b/commands/init/CHANGELOG.md
index ec6919474c..802dcdafc7 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/init
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/init
diff --git a/commands/init/package.json b/commands/init/package.json
index b39a0311bc..4b604f564b 100644
--- a/commands/init/package.json
+++ b/commands/init/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/init",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 8afdb11892..e79628722c 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/link
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/link
diff --git a/commands/link/package.json b/commands/link/package.json
index d997905578..69ba1e4001 100644
--- a/commands/link/package.json
+++ b/commands/link/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/link",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 f399c2e24e..f31c58c01c 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/list
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/list
diff --git a/commands/list/package.json b/commands/list/package.json
index c98ab88f88..1873b1d4c6 100644
--- a/commands/list/package.json
+++ b/commands/list/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/list",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "List local packages",
"keywords": [
"lerna",
diff --git a/commands/publish/CHANGELOG.md b/commands/publish/CHANGELOG.md
index 7a0c91b598..9712b29d92 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/publish
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/publish
diff --git a/commands/publish/package.json b/commands/publish/package.json
index 12b8405217..aee3a32d89 100644
--- a/commands/publish/package.json
+++ b/commands/publish/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/publish",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Publish packages in the current project",
"keywords": [
"lerna",
diff --git a/commands/run/CHANGELOG.md b/commands/run/CHANGELOG.md
index a660a4ded0..d4d4bc1610 100644
--- a/commands/run/CHANGELOG.md
+++ b/commands/run/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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+### Bug Fixes
+
+- **run:** resolve erroneous failures ([#3495](https://github.com/lerna/lerna/issues/3495)) ([24d0d5c](https://github.com/lerna/lerna/commit/24d0d5c43b857f8da0d2e06b76bb3ee79fda51ff))
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
### Bug Fixes
diff --git a/commands/run/package.json b/commands/run/package.json
index c81f5d9fab..13e3202d2c 100644
--- a/commands/run/package.json
+++ b/commands/run/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/run",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Run an npm script in each package that contains that script",
"keywords": [
"lerna",
@@ -42,7 +42,7 @@
"@lerna/timer": "file:../../utils/timer",
"@lerna/validation-error": "file:../../core/validation-error",
"fs-extra": "^9.1.0",
- "nx": ">=14.8.6 < 16",
+ "nx": ">=15.4.2 < 16",
"p-map": "^4.0.0"
}
}
diff --git a/commands/version/CHANGELOG.md b/commands/version/CHANGELOG.md
index 284b0c4200..f29d0b18ef 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/version
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
### Bug Fixes
diff --git a/commands/version/package.json b/commands/version/package.json
index 07b1845c1c..4daafcd971 100644
--- a/commands/version/package.json
+++ b/commands/version/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/version",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 10b5dfb3e8..c9d21b80f2 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/child-process
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/child-process
diff --git a/core/child-process/package.json b/core/child-process/package.json
index 5adbc8098a..540799b8bc 100644
--- a/core/child-process/package.json
+++ b/core/child-process/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/child-process",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Lerna's internal child_process wrapper",
"keywords": [
"lerna",
diff --git a/core/cli/CHANGELOG.md b/core/cli/CHANGELOG.md
index c7f157d675..514f53442f 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/cli
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/cli
diff --git a/core/cli/package.json b/core/cli/package.json
index 1ce98ec716..47f70676f0 100644
--- a/core/cli/package.json
+++ b/core/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/cli",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Lerna's CLI",
"keywords": [
"lerna",
diff --git a/core/command/CHANGELOG.md b/core/command/CHANGELOG.md
index 1622b0057a..6634c4aa57 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/command
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/command
diff --git a/core/command/package.json b/core/command/package.json
index af8b2984a1..4199791c4b 100644
--- a/core/command/package.json
+++ b/core/command/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/command",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 0ee2c5ecaf..947ac7b2e2 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/conventional-commits
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/conventional-commits
diff --git a/core/conventional-commits/package.json b/core/conventional-commits/package.json
index 6224861537..f992a46fd2 100644
--- a/core/conventional-commits/package.json
+++ b/core/conventional-commits/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/conventional-commits",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 1805fda93e..3098131cc0 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/filter-options
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/filter-options
diff --git a/core/filter-options/package.json b/core/filter-options/package.json
index 491fb971ef..816d73bb4c 100644
--- a/core/filter-options/package.json
+++ b/core/filter-options/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/filter-options",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 6c106b2ce5..8e0568bf8b 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/global-options
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/global-options
diff --git a/core/global-options/package.json b/core/global-options/package.json
index 2696bf1163..ec6ae44c96 100644
--- a/core/global-options/package.json
+++ b/core/global-options/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/global-options",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Global options applicable to _every_ lerna sub-command",
"keywords": [
"lerna",
diff --git a/core/lerna/CHANGELOG.md b/core/lerna/CHANGELOG.md
index bc028bb14d..81b1c1ec6b 100644
--- a/core/lerna/CHANGELOG.md
+++ b/core/lerna/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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+### Bug Fixes
+
+- **run:** resolve erroneous failures ([#3495](https://github.com/lerna/lerna/issues/3495)) ([24d0d5c](https://github.com/lerna/lerna/commit/24d0d5c43b857f8da0d2e06b76bb3ee79fda51ff))
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
### Features
diff --git a/core/lerna/commands/repair/index.js b/core/lerna/commands/repair/index.js
index d14561e34b..28b293aae9 100644
--- a/core/lerna/commands/repair/index.js
+++ b/core/lerna/commands/repair/index.js
@@ -35,7 +35,13 @@ class RepairCommand extends Command {
});
});
- await repair({ verbose }, lernaMigrations);
+ // await repair({ verbose }, lernaMigrations);
+
+ // fake the success case until nx repair no longer depends on nx.json's existence
+ // eslint-disable-next-line global-require
+ require("nx/src/utils/output").output.success({
+ title: `No changes were necessary. This workspace is up to date!`,
+ });
}
configureNxOutput() {
diff --git a/core/lerna/commands/watch/README.md b/core/lerna/commands/watch/README.md
index 3c189df6b6..231f7fa619 100644
--- a/core/lerna/commands/watch/README.md
+++ b/core/lerna/commands/watch/README.md
@@ -4,6 +4,8 @@
Install [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.
+Check out the [Workspace Watching](https://lerna.js.org/docs/features/workspace-watching#watch-environment-variables) feature overview for more information.
+
## Usage
```sh
diff --git a/core/lerna/package.json b/core/lerna/package.json
index a8b54bdd82..5d69c632c6 100644
--- a/core/lerna/package.json
+++ b/core/lerna/package.json
@@ -1,6 +1,6 @@
{
"name": "lerna",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 12f587e5cc..95d151bd83 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/otplease
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/otplease
diff --git a/core/otplease/package.json b/core/otplease/package.json
index fffe009257..3324e349e9 100644
--- a/core/otplease/package.json
+++ b/core/otplease/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/otplease",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 fec5f76b82..55af085dd7 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/package-graph
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/package-graph
diff --git a/core/package-graph/package.json b/core/package-graph/package.json
index 09943a4b8e..7b1380fe56 100644
--- a/core/package-graph/package.json
+++ b/core/package-graph/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/package-graph",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Lerna's internal representation of a package graph",
"keywords": [
"lerna",
diff --git a/core/package/CHANGELOG.md b/core/package/CHANGELOG.md
index 3c1cc472ba..26f5c7a727 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/package
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/package
diff --git a/core/package/package.json b/core/package/package.json
index 1821b9d570..3efe1f820d 100644
--- a/core/package/package.json
+++ b/core/package/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/package",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Lerna's internal representation of a package",
"keywords": [
"lerna",
diff --git a/core/project/CHANGELOG.md b/core/project/CHANGELOG.md
index 21be6a2d75..acd90607d2 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/project
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/project
diff --git a/core/project/package.json b/core/project/package.json
index ece9c86ace..0088e04e74 100644
--- a/core/project/package.json
+++ b/core/project/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/project",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Lerna project configuration",
"keywords": [
"lerna",
diff --git a/core/prompt/CHANGELOG.md b/core/prompt/CHANGELOG.md
index 4de4a81a15..2ac11e81ec 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/prompt
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/prompt
diff --git a/core/prompt/package.json b/core/prompt/package.json
index b2d142ca54..8d6bbe8123 100644
--- a/core/prompt/package.json
+++ b/core/prompt/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/prompt",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/core/validation-error/CHANGELOG.md b/core/validation-error/CHANGELOG.md
index f319d929fa..5353d11bd8 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/validation-error
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/validation-error
diff --git a/core/validation-error/package.json b/core/validation-error/package.json
index a5c6391c60..e4b0e19402 100644
--- a/core/validation-error/package.json
+++ b/core/validation-error/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/validation-error",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/lerna.json b/lerna.json
index fa1e0614a1..534b527dcb 100644
--- a/lerna.json
+++ b/lerna.json
@@ -17,5 +17,5 @@
},
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"],
"useWorkspaces": true,
- "version": "6.4.0"
+ "version": "6.4.1"
}
diff --git a/package-lock.json b/package-lock.json
index 866357f854..6a78e8d387 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -140,7 +140,7 @@
},
"commands/add": {
"name": "@lerna/add",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/bootstrap": "file:../bootstrap",
@@ -160,7 +160,7 @@
},
"commands/bootstrap": {
"name": "@lerna/bootstrap",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/command": "file:../../core/command",
@@ -192,7 +192,7 @@
},
"commands/changed": {
"name": "@lerna/changed",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/collect-updates": "file:../../utils/collect-updates",
@@ -206,7 +206,7 @@
},
"commands/clean": {
"name": "@lerna/clean",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/command": "file:../../core/command",
@@ -224,7 +224,7 @@
},
"commands/create": {
"name": "@lerna/create",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
@@ -250,7 +250,7 @@
},
"commands/diff": {
"name": "@lerna/diff",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
@@ -264,7 +264,7 @@
},
"commands/exec": {
"name": "@lerna/exec",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
@@ -281,7 +281,7 @@
},
"commands/import": {
"name": "@lerna/import",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
@@ -299,7 +299,7 @@
},
"commands/info": {
"name": "@lerna/info",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/command": "file:../../core/command",
@@ -312,7 +312,7 @@
},
"commands/init": {
"name": "@lerna/init",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
@@ -328,7 +328,7 @@
},
"commands/link": {
"name": "@lerna/link",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/command": "file:../../core/command",
@@ -344,7 +344,7 @@
},
"commands/list": {
"name": "@lerna/list",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/command": "file:../../core/command",
@@ -358,7 +358,7 @@
},
"commands/publish": {
"name": "@lerna/publish",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/check-working-tree": "file:../../utils/check-working-tree",
@@ -396,7 +396,7 @@
},
"commands/run": {
"name": "@lerna/run",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/command": "file:../../core/command",
@@ -408,7 +408,7 @@
"@lerna/timer": "file:../../utils/timer",
"@lerna/validation-error": "file:../../core/validation-error",
"fs-extra": "^9.1.0",
- "nx": ">=14.8.6 < 16",
+ "nx": ">=15.4.2 < 16",
"p-map": "^4.0.0"
},
"engines": {
@@ -417,7 +417,7 @@
},
"commands/version": {
"name": "@lerna/version",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/check-working-tree": "file:../../utils/check-working-tree",
@@ -454,7 +454,7 @@
},
"core/child-process": {
"name": "@lerna/child-process",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
@@ -467,7 +467,7 @@
},
"core/cli": {
"name": "@lerna/cli",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/global-options": "file:../global-options",
@@ -481,7 +481,7 @@
},
"core/command": {
"name": "@lerna/command",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/child-process": "file:../child-process",
@@ -501,7 +501,7 @@
},
"core/conventional-commits": {
"name": "@lerna/conventional-commits",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/validation-error": "file:../validation-error",
@@ -521,7 +521,7 @@
},
"core/filter-options": {
"name": "@lerna/filter-options",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/collect-updates": "file:../../utils/collect-updates",
@@ -535,14 +535,14 @@
},
"core/global-options": {
"name": "@lerna/global-options",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"engines": {
"node": "^14.15.0 || >=16.0.0"
}
},
"core/lerna": {
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/add": "file:../../commands/add",
@@ -580,7 +580,7 @@
},
"core/otplease": {
"name": "@lerna/otplease",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/prompt": "file:../prompt"
@@ -591,7 +591,7 @@
},
"core/package": {
"name": "@lerna/package",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"load-json-file": "^6.2.0",
@@ -604,7 +604,7 @@
},
"core/package-graph": {
"name": "@lerna/package-graph",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/prerelease-id-from-version": "file:../../utils/prerelease-id-from-version",
@@ -619,7 +619,7 @@
},
"core/project": {
"name": "@lerna/project",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/package": "file:../package",
@@ -642,7 +642,7 @@
},
"core/prompt": {
"name": "@lerna/prompt",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"inquirer": "^8.2.4",
@@ -654,7 +654,7 @@
},
"core/validation-error": {
"name": "@lerna/validation-error",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"npmlog": "^6.0.2"
@@ -18487,7 +18487,7 @@
},
"utils/check-working-tree": {
"name": "@lerna/check-working-tree",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/collect-uncommitted": "file:../collect-uncommitted",
@@ -18500,7 +18500,7 @@
},
"utils/collect-uncommitted": {
"name": "@lerna/collect-uncommitted",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
@@ -18513,7 +18513,7 @@
},
"utils/collect-updates": {
"name": "@lerna/collect-updates",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
@@ -18528,7 +18528,7 @@
},
"utils/create-symlink": {
"name": "@lerna/create-symlink",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"cmd-shim": "^5.0.0",
@@ -18541,7 +18541,7 @@
},
"utils/describe-ref": {
"name": "@lerna/describe-ref",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
@@ -18553,7 +18553,7 @@
},
"utils/filter-packages": {
"name": "@lerna/filter-packages",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/validation-error": "file:../../core/validation-error",
@@ -18566,7 +18566,7 @@
},
"utils/get-npm-exec-opts": {
"name": "@lerna/get-npm-exec-opts",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"npmlog": "^6.0.2"
@@ -18577,7 +18577,7 @@
},
"utils/get-packed": {
"name": "@lerna/get-packed",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"fs-extra": "^9.1.0",
@@ -18590,7 +18590,7 @@
},
"utils/github-client": {
"name": "@lerna/github-client",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
@@ -18605,7 +18605,7 @@
},
"utils/gitlab-client": {
"name": "@lerna/gitlab-client",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1",
@@ -18617,7 +18617,7 @@
},
"utils/has-npm-version": {
"name": "@lerna/has-npm-version",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
@@ -18629,7 +18629,7 @@
},
"utils/listable": {
"name": "@lerna/listable",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/query-graph": "file:../query-graph",
@@ -18642,7 +18642,7 @@
},
"utils/log-packed": {
"name": "@lerna/log-packed",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"byte-size": "^7.0.0",
@@ -18656,7 +18656,7 @@
},
"utils/map-to-registry": {
"name": "@lerna/map-to-registry",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"npm-package-arg": "8.1.1",
@@ -18668,7 +18668,7 @@
},
"utils/npm-conf": {
"name": "@lerna/npm-conf",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"config-chain": "^1.1.12",
@@ -18680,7 +18680,7 @@
},
"utils/npm-dist-tag": {
"name": "@lerna/npm-dist-tag",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/otplease": "file:../../core/otplease",
@@ -18694,7 +18694,7 @@
},
"utils/npm-install": {
"name": "@lerna/npm-install",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
@@ -18711,7 +18711,7 @@
},
"utils/npm-publish": {
"name": "@lerna/npm-publish",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/otplease": "file:../../core/otplease",
@@ -18729,7 +18729,7 @@
},
"utils/npm-run-script": {
"name": "@lerna/npm-run-script",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
@@ -18742,7 +18742,7 @@
},
"utils/output": {
"name": "@lerna/output",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"npmlog": "^6.0.2"
@@ -18753,7 +18753,7 @@
},
"utils/pack-directory": {
"name": "@lerna/pack-directory",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/get-packed": "file:../get-packed",
@@ -18770,7 +18770,7 @@
},
"utils/prerelease-id-from-version": {
"name": "@lerna/prerelease-id-from-version",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"semver": "^7.3.4"
@@ -18781,7 +18781,7 @@
},
"utils/profiler": {
"name": "@lerna/profiler",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"fs-extra": "^9.1.0",
@@ -18794,7 +18794,7 @@
},
"utils/pulse-till-done": {
"name": "@lerna/pulse-till-done",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"npmlog": "^6.0.2"
@@ -18805,7 +18805,7 @@
},
"utils/query-graph": {
"name": "@lerna/query-graph",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/package-graph": "file:../../core/package-graph"
@@ -18816,7 +18816,7 @@
},
"utils/resolve-symlink": {
"name": "@lerna/resolve-symlink",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"fs-extra": "^9.1.0",
@@ -18829,7 +18829,7 @@
},
"utils/rimraf-dir": {
"name": "@lerna/rimraf-dir",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
@@ -18843,7 +18843,7 @@
},
"utils/run-lifecycle": {
"name": "@lerna/run-lifecycle",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/npm-conf": "file:../npm-conf",
@@ -18857,7 +18857,7 @@
},
"utils/run-topologically": {
"name": "@lerna/run-topologically",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/query-graph": "file:../query-graph",
@@ -18869,7 +18869,7 @@
},
"utils/symlink-binary": {
"name": "@lerna/symlink-binary",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/create-symlink": "file:../create-symlink",
@@ -18883,7 +18883,7 @@
},
"utils/symlink-dependencies": {
"name": "@lerna/symlink-dependencies",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"@lerna/create-symlink": "file:../create-symlink",
@@ -18899,7 +18899,7 @@
},
"utils/temp-write": {
"name": "@lerna/temp-write",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"graceful-fs": "^4.1.15",
@@ -18911,7 +18911,7 @@
},
"utils/timer": {
"name": "@lerna/timer",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"engines": {
"node": "^14.15.0 || >=16.0.0"
@@ -18919,7 +18919,7 @@
},
"utils/write-log-file": {
"name": "@lerna/write-log-file",
- "version": "6.4.0",
+ "version": "6.4.1",
"license": "MIT",
"dependencies": {
"npmlog": "^6.0.2",
@@ -20856,7 +20856,7 @@
"@lerna/timer": "file:../../utils/timer",
"@lerna/validation-error": "file:../../core/validation-error",
"fs-extra": "^9.1.0",
- "nx": ">=14.8.6 < 16",
+ "nx": ">=15.4.2 < 16",
"p-map": "^4.0.0"
}
},
diff --git a/utils/check-working-tree/CHANGELOG.md b/utils/check-working-tree/CHANGELOG.md
index fb9d6cac37..f98fde4883 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/check-working-tree
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**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 a3e56cc4d7..74d747a583 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.4.0",
+ "version": "6.4.1",
"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 8cb9761b70..31e0e0f1b3 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/collect-uncommitted
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/collect-uncommitted
diff --git a/utils/collect-uncommitted/package.json b/utils/collect-uncommitted/package.json
index f2ded86067..ae04168da3 100644
--- a/utils/collect-uncommitted/package.json
+++ b/utils/collect-uncommitted/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/collect-uncommitted",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 c0c730c059..7d041254f5 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/collect-updates
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/collect-updates
diff --git a/utils/collect-updates/package.json b/utils/collect-updates/package.json
index 13e6e15be1..65f59c7cfb 100644
--- a/utils/collect-updates/package.json
+++ b/utils/collect-updates/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/collect-updates",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/create-symlink/CHANGELOG.md b/utils/create-symlink/CHANGELOG.md
index 34b04830d3..4e0561049c 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/create-symlink
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/create-symlink
diff --git a/utils/create-symlink/package.json b/utils/create-symlink/package.json
index 6f753f2b5e..4e6e070479 100644
--- a/utils/create-symlink/package.json
+++ b/utils/create-symlink/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/create-symlink",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/describe-ref/CHANGELOG.md b/utils/describe-ref/CHANGELOG.md
index 6ec2b9b47c..a80f1efd5e 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/describe-ref
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/describe-ref
diff --git a/utils/describe-ref/package.json b/utils/describe-ref/package.json
index d366d970da..585487c7de 100644
--- a/utils/describe-ref/package.json
+++ b/utils/describe-ref/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/describe-ref",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 f255856a0b..38606e4cb1 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/filter-packages
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/filter-packages
diff --git a/utils/filter-packages/package.json b/utils/filter-packages/package.json
index 41990aa6c5..e754497073 100644
--- a/utils/filter-packages/package.json
+++ b/utils/filter-packages/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/filter-packages",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 6fc767cb3b..a54727ebd8 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/get-npm-exec-opts
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**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 72da043448..1a21ac1f2c 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.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/get-packed/CHANGELOG.md b/utils/get-packed/CHANGELOG.md
index 2ba030f45d..5b72c88f95 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/get-packed
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/get-packed
diff --git a/utils/get-packed/package.json b/utils/get-packed/package.json
index c3b7666eff..89846c492e 100644
--- a/utils/get-packed/package.json
+++ b/utils/get-packed/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/get-packed",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 ad2e395415..0f9cf0af6b 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/github-client
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/github-client
diff --git a/utils/github-client/package.json b/utils/github-client/package.json
index a226ab08c3..7ee8b083c6 100644
--- a/utils/github-client/package.json
+++ b/utils/github-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/github-client",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/gitlab-client/CHANGELOG.md b/utils/gitlab-client/CHANGELOG.md
index 2a505a795a..24ad083123 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.4.1](https://gitlab.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/gitlab-client
+
# [6.4.0](https://gitlab.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/gitlab-client
diff --git a/utils/gitlab-client/package.json b/utils/gitlab-client/package.json
index bbdd883aa4..5cf387d73a 100644
--- a/utils/gitlab-client/package.json
+++ b/utils/gitlab-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/gitlab-client",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/has-npm-version/CHANGELOG.md b/utils/has-npm-version/CHANGELOG.md
index ab15b08a4b..0935f36d65 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/has-npm-version
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**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 30db49a0e8..263e41b3c9 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.4.0",
+ "version": "6.4.1",
"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 6d9283e94b..89a40a5a37 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/listable
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/listable
diff --git a/utils/listable/package.json b/utils/listable/package.json
index fd59eb028c..4ffab84ae4 100644
--- a/utils/listable/package.json
+++ b/utils/listable/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/listable",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Shared logic for listing package information",
"keywords": [
"lerna",
diff --git a/utils/log-packed/CHANGELOG.md b/utils/log-packed/CHANGELOG.md
index fddd0ca7ea..a45d2d3938 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/log-packed
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/log-packed
diff --git a/utils/log-packed/package.json b/utils/log-packed/package.json
index 859808a947..7940506420 100644
--- a/utils/log-packed/package.json
+++ b/utils/log-packed/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/log-packed",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 28b1f5f5a7..800d48e677 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/map-to-registry
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**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 2d038edb1d..6344362ae7 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.4.0",
+ "version": "6.4.1",
"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 c8a520c7b1..5a72196732 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/npm-conf
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/npm-conf
diff --git a/utils/npm-conf/package.json b/utils/npm-conf/package.json
index 15d80d594d..1ff094e9ce 100644
--- a/utils/npm-conf/package.json
+++ b/utils/npm-conf/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/npm-conf",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 f42a9a3ae7..81c0878acd 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/npm-dist-tag
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**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 52685e80ae..766cc66fe9 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.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/npm-install/CHANGELOG.md b/utils/npm-install/CHANGELOG.md
index 9e76b43248..d6d188e659 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/npm-install
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/npm-install
diff --git a/utils/npm-install/package.json b/utils/npm-install/package.json
index dd2e9a357f..aab079ce69 100644
--- a/utils/npm-install/package.json
+++ b/utils/npm-install/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/npm-install",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/npm-publish/CHANGELOG.md b/utils/npm-publish/CHANGELOG.md
index 20a8456974..9e5002c404 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/npm-publish
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/npm-publish
diff --git a/utils/npm-publish/package.json b/utils/npm-publish/package.json
index 9269d2f558..939b34aa01 100644
--- a/utils/npm-publish/package.json
+++ b/utils/npm-publish/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/npm-publish",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/npm-run-script/CHANGELOG.md b/utils/npm-run-script/CHANGELOG.md
index 1d21ccdeb1..15aa2646b5 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/npm-run-script
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**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 9c9ea342cb..b8c9fd9ff9 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.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/output/CHANGELOG.md b/utils/output/CHANGELOG.md
index fb623cc95d..eed2f419d4 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/output
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/output
diff --git a/utils/output/package.json b/utils/output/package.json
index 18b436fb0e..7eebf30924 100644
--- a/utils/output/package.json
+++ b/utils/output/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/output",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/pack-directory/CHANGELOG.md b/utils/pack-directory/CHANGELOG.md
index e0bab3b8bc..ee8744e82a 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/pack-directory
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/pack-directory
diff --git a/utils/pack-directory/package.json b/utils/pack-directory/package.json
index ea731f7ad7..8c020a231e 100644
--- a/utils/pack-directory/package.json
+++ b/utils/pack-directory/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/pack-directory",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 c2bd6e260b..d45adf8f9a 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/prerelease-id-from-version
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**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 4eaf955fa8..d6850e3968 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.4.0",
+ "version": "6.4.1",
"description": "Get the prerelease ID from a version string",
"keywords": [
"lerna",
diff --git a/utils/profiler/CHANGELOG.md b/utils/profiler/CHANGELOG.md
index 76838d3bc2..3c9ce69b20 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/profiler
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/profiler
diff --git a/utils/profiler/package.json b/utils/profiler/package.json
index eec0b8495b..f53223e319 100644
--- a/utils/profiler/package.json
+++ b/utils/profiler/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/profiler",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/pulse-till-done/CHANGELOG.md b/utils/pulse-till-done/CHANGELOG.md
index 54f63dae5c..cfdfba56f3 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/pulse-till-done
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**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 4856d9e95b..3f134c7e6c 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.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/query-graph/CHANGELOG.md b/utils/query-graph/CHANGELOG.md
index 0ec7f512f7..75dc66d338 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/query-graph
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/query-graph
diff --git a/utils/query-graph/package.json b/utils/query-graph/package.json
index 22334fafb7..8b4a78736b 100644
--- a/utils/query-graph/package.json
+++ b/utils/query-graph/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/query-graph",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/resolve-symlink/CHANGELOG.md b/utils/resolve-symlink/CHANGELOG.md
index b70fa90292..2c4321c560 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/resolve-symlink
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/resolve-symlink
diff --git a/utils/resolve-symlink/package.json b/utils/resolve-symlink/package.json
index c69cfd2c53..47e63ad672 100644
--- a/utils/resolve-symlink/package.json
+++ b/utils/resolve-symlink/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/resolve-symlink",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/rimraf-dir/CHANGELOG.md b/utils/rimraf-dir/CHANGELOG.md
index 8c3940e956..ca56af1ffc 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/rimraf-dir
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/rimraf-dir
diff --git a/utils/rimraf-dir/package.json b/utils/rimraf-dir/package.json
index 4e95087b05..edff2ebb04 100644
--- a/utils/rimraf-dir/package.json
+++ b/utils/rimraf-dir/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/rimraf-dir",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 a116b2ed16..af25b83e42 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/run-lifecycle
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/run-lifecycle
diff --git a/utils/run-lifecycle/package.json b/utils/run-lifecycle/package.json
index 8ddb5289af..a146745bb6 100644
--- a/utils/run-lifecycle/package.json
+++ b/utils/run-lifecycle/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/run-lifecycle",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/run-topologically/CHANGELOG.md b/utils/run-topologically/CHANGELOG.md
index 6965272738..c1bc846f17 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/run-topologically
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/run-topologically
diff --git a/utils/run-topologically/package.json b/utils/run-topologically/package.json
index b17bc7066d..7db188bd3c 100644
--- a/utils/run-topologically/package.json
+++ b/utils/run-topologically/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/run-topologically",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/symlink-binary/CHANGELOG.md b/utils/symlink-binary/CHANGELOG.md
index 91003bbc58..ae4ade910d 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/symlink-binary
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/symlink-binary
diff --git a/utils/symlink-binary/package.json b/utils/symlink-binary/package.json
index 277b0e1bf4..d3972ba5a2 100644
--- a/utils/symlink-binary/package.json
+++ b/utils/symlink-binary/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/symlink-binary",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/symlink-dependencies/CHANGELOG.md b/utils/symlink-dependencies/CHANGELOG.md
index cdd82758b2..44fc7b8026 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/symlink-dependencies
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/symlink-dependencies
diff --git a/utils/symlink-dependencies/package.json b/utils/symlink-dependencies/package.json
index a9aabe9001..fe1d33fa7a 100644
--- a/utils/symlink-dependencies/package.json
+++ b/utils/symlink-dependencies/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/symlink-dependencies",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Lerna's internal symlinking tool",
"keywords": [
"lerna",
diff --git a/utils/temp-write/CHANGELOG.md b/utils/temp-write/CHANGELOG.md
index 46679d176a..1732724d07 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/temp-write
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/temp-write
diff --git a/utils/temp-write/package.json b/utils/temp-write/package.json
index 494b744ed4..55f01d5d65 100644
--- a/utils/temp-write/package.json
+++ b/utils/temp-write/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/temp-write",
- "version": "6.4.0",
+ "version": "6.4.1",
"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 035a24d562..b00e6845ad 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/timer
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**Note:** Version bump only for package @lerna/timer
diff --git a/utils/timer/package.json b/utils/timer/package.json
index 9054fcc232..779cf21969 100644
--- a/utils/timer/package.json
+++ b/utils/timer/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/timer",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
diff --git a/utils/write-log-file/CHANGELOG.md b/utils/write-log-file/CHANGELOG.md
index 279b53bfeb..9983af57b3 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.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)
+
+**Note:** Version bump only for package @lerna/write-log-file
+
# [6.4.0](https://github.com/lerna/lerna/compare/v6.3.0...v6.4.0) (2023-01-05)
**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 91a5a66ef8..59e3a244a3 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.4.0",
+ "version": "6.4.1",
"description": "What lerna uses to dump logs",
"keywords": [
"lerna",
diff --git a/website/docs/api-reference/commands.md b/website/docs/api-reference/commands.md
index 0a8d9fe26b..641e9e9796 100644
--- a/website/docs/api-reference/commands.md
+++ b/website/docs/api-reference/commands.md
@@ -23,7 +23,8 @@ type: reference
- [`lerna info`](https://github.com/lerna/lerna/tree/main/commands/info#readme)
- [`lerna add-caching`](https://github.com/lerna/lerna/tree/main/core/lerna/commands/add-caching#readme)
- [`lerna repair`](https://github.com/lerna/lerna/tree/main/core/lerna/commands/repair#readme)
+- [`lerna watch`](https://github.com/lerna/lerna/tree/main/core/lerna/commands/watch#readme)
## Filter Options
-Lerna commands can have filter options applied to control which packages they operate on. Read more [here](https://github.com/lerna/lerna/tree/main/core/filter-options#readme)
+Lerna commands can have filter options applied to control which packages they operate on. Read more [here](https://github.com/lerna/lerna/tree/main/core/filter-options#readme)
diff --git a/website/docs/features/workspace-watching.md b/website/docs/features/workspace-watching.md
new file mode 100644
index 0000000000..c53ea789b8
--- /dev/null
+++ b/website/docs/features/workspace-watching.md
@@ -0,0 +1,86 @@
+---
+id: workspace-watching
+title: Workspace Watching
+type: recipe
+---
+
+# Workspace Watching
+
+:::note
+Workspace Watching is available as of Lerna 6.4.0.
+:::
+
+Lerna can watch for file changes within packages and automatically execute commands from the root of the repository. This is useful if you need to rebuild packages or rerun tests as you update files during your development workflow.
+
+This replaces the need to manually set up watching for each package individually.
+
+## Examples
+
+Watch all packages and echo the package name and the files that changed:
+
+```sh
+$ lerna watch -- echo \$LERNA_PACKAGE_NAME \$LERNA_FILE_CHANGES
+```
+
+Watch all packages and run the "build" script on a package when a file within it changes:
+
+```sh
+$ lerna watch -- lerna run build --scope=\$LERNA_PACKAGE_NAME
+```
+
+Watch all packages and run the "build" script on everything affected by the changes:
+
+```sh
+$ lerna watch -- lerna run build --since
+```
+
+Watch a single package and run the "build" script on it when a file within it changes:
+
+```sh
+$ lerna watch --scope="my-package-1" -- lerna run build --scope=\$LERNA_PACKAGE_NAME
+```
+
+Watch a single package and its dependencies, running the "build" script on any of them that change:
+
+```sh
+$ lerna watch --scope="my-package-1" --include-dependencies -- lerna run build --scope=\$LERNA_PACKAGE_NAME
+```
+
+For more advanced filtering, see the [filter options](https://github.com/lerna/lerna/tree/main/core/filter-options#lernafilter-options) documentation. For more available options, see the [`lerna watch`](https://github.com/lerna/lerna/tree/main/core/lerna/commands/watch#lerna-watch) documentation.
+
+## Watch Environment Variables
+
+Lerna will set the environment variables `$LERNA_PACKAGE_NAME` and `$LERNA_FILE_CHANGES` when running the inner command. These can be used to customize the command that is run.
+
+- `$LERNA_PACKAGE_NAME` will be replaced with the name of the package that changed.
+- `$LERNA_FILE_CHANGES` will be replaced with the file(s) that changed. If multiple file changes are detected in one cycle, then `$LERNA_FILE_CHANGES` will list them all, separated by spaces.
+
+:::note
+When using `$LERNA_PACKAGE_NAME` and `$LERNA_FILE_CHANGES`, you will need to escape the `$` with a backslash (`\`). See the [examples](#examples) above.
+:::
+
+## Running With Package Managers
+
+The examples above showcase using `lerna` directly in the terminal. However, you can also use `lerna` via a package manager without adding it to your path:
+
+pnpm:
+
+```sh
+pnpm lerna watch -- lerna run build --scope=\$LERNA_PACKAGE_NAME
+```
+
+yarn:
+
+```sh
+yarn lerna -- watch -- lerna run build --scope=\$LERNA_PACKAGE_NAME
+```
+
+npx:
+
+```sh
+npx -c 'lerna watch -- lerna run build --scope=\$LERNA_PACKAGE_NAME'
+```
+
+:::note
+When using `npx`, you will need to use `-c` and surround the entire `lerna watch` command in single quotes (`'`). Without this, `npx` will try to replace the [watch environment variables](#watch-environment-variables) before passing the command to `lerna`, resulting in an always empty value for `$LERNA_PACKAGE_NAME` and `$LERNA_FILE_CHANGES`.
+:::
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index a4c233cac5..90588970b4 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -65,14 +65,14 @@ const config = {
contextualSearch: false,
searchPagePath: false,
},
- announcementBar: {
- id: "lerna-talks",
- content:
- 'State of JS survey: Give Nx & Lerna a thumbs up →',
- backgroundColor: "#9333EA",
- textColor: "#FFFFFF",
- isCloseable: false,
- },
+ // announcementBar: {
+ // id: "lerna-talks",
+ // content:
+ // 'State of JS survey: Give Nx & Lerna a thumbs up →',
+ // backgroundColor: "#9333EA",
+ // textColor: "#FFFFFF",
+ // isCloseable: false,
+ // },
colorMode: {
defaultMode: "light",
disableSwitch: false,
diff --git a/website/sidebars.js b/website/sidebars.js
index 5d644f7eab..9fc4cb41ea 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -33,6 +33,7 @@ const sidebars = {
"features/version-and-publish",
"features/editor-integrations",
"features/legacy-package-management",
+ "features/workspace-watching",
],
link: {
type: "generated-index",