diff --git a/CHANGELOG.md b/CHANGELOG.md index ada6236d75..23dd0ed18d 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. +## [7.0.1](https://github.com/lerna/lerna/compare/7.0.0...7.0.1) (2023-06-13) + +### Bug Fixes + +- **core:** reset nx daemon after command finishes ([#3726](https://github.com/lerna/lerna/issues/3726)) ([c0de66a](https://github.com/lerna/lerna/commit/c0de66a64dc74c43031db4eb4772ae7d70bc9211)) + # [7.0.0](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0) (2023-06-08) ## BREAKING CHANGES diff --git a/lerna.json b/lerna.json index f0cd381cdc..79567ad273 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ } }, "ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"], - "version": "7.0.0" + "version": "7.0.1" } diff --git a/package-lock.json b/package-lock.json index 1190d146bf..cf96b6a93f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18600,7 +18600,7 @@ }, "packages/child-process": { "name": "@lerna/child-process", - "version": "7.0.0", + "version": "7.0.1", "license": "MIT", "dependencies": { "chalk": "^4.1.0", @@ -18613,10 +18613,10 @@ }, "packages/legacy-package-management": { "name": "@lerna/legacy-package-management", - "version": "7.0.0", + "version": "7.0.1", "license": "MIT", "dependencies": { - "@lerna/child-process": "7.0.0", + "@lerna/child-process": "7.0.1", "@npmcli/arborist": "6.2.9", "@npmcli/run-script": "6.0.2", "@nx/devkit": ">=16.1.3 < 17", @@ -18686,10 +18686,10 @@ }, "packages/legacy-structure/commands/create": { "name": "@lerna/create", - "version": "7.0.0", + "version": "7.0.1", "license": "MIT", "dependencies": { - "@lerna/child-process": "7.0.0", + "@lerna/child-process": "7.0.1", "dedent": "0.7.0", "fs-extra": "^11.1.1", "init-package-json": "5.0.0", @@ -18708,11 +18708,11 @@ } }, "packages/lerna": { - "version": "7.0.0", + "version": "7.0.1", "license": "MIT", "dependencies": { - "@lerna/child-process": "7.0.0", - "@lerna/create": "7.0.0", + "@lerna/child-process": "7.0.1", + "@lerna/create": "7.0.1", "@npmcli/run-script": "6.0.2", "@nx/devkit": ">=16.1.3 < 17", "@octokit/plugin-enterprise-rest": "6.0.1", diff --git a/packages/child-process/CHANGELOG.md b/packages/child-process/CHANGELOG.md index 8d63a2c40b..71404fd427 100644 --- a/packages/child-process/CHANGELOG.md +++ b/packages/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. +## [7.0.1](https://github.com/lerna/lerna/compare/7.0.0...7.0.1) (2023-06-13) + +**Note:** Version bump only for package @lerna/child-process + # [7.0.0](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0) (2023-06-08) ### Bug Fixes diff --git a/packages/child-process/package.json b/packages/child-process/package.json index 4227ab0412..f1db77325e 100644 --- a/packages/child-process/package.json +++ b/packages/child-process/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/child-process", - "version": "7.0.0", + "version": "7.0.1", "description": "Lerna's internal child_process wrapper", "keywords": [ "lerna", diff --git a/packages/legacy-package-management/CHANGELOG.md b/packages/legacy-package-management/CHANGELOG.md index 8957f46b13..2033bbf804 100644 --- a/packages/legacy-package-management/CHANGELOG.md +++ b/packages/legacy-package-management/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. +## [7.0.1](https://github.com/lerna/lerna/compare/7.0.0...7.0.1) (2023-06-13) + +**Note:** Version bump only for package @lerna/legacy-package-management + # [7.0.0](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0) (2023-06-08) ### Bug Fixes diff --git a/packages/legacy-package-management/package.json b/packages/legacy-package-management/package.json index 41baef6ed6..b50de54dc0 100644 --- a/packages/legacy-package-management/package.json +++ b/packages/legacy-package-management/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/legacy-package-management", - "version": "7.0.0", + "version": "7.0.1", "description": "Legacy package management concerns provided by lerna. Please migrate to use npm/yarn/pnpm workspaces instead.", "keywords": [ "lerna", @@ -26,7 +26,7 @@ "directory": "packages/legacy-package-management" }, "dependencies": { - "@lerna/child-process": "7.0.0", + "@lerna/child-process": "7.0.1", "@npmcli/arborist": "6.2.9", "@npmcli/run-script": "6.0.2", "@nx/devkit": ">=16.1.3 < 17", diff --git a/packages/legacy-structure/commands/create/CHANGELOG.md b/packages/legacy-structure/commands/create/CHANGELOG.md index f72fdc986f..6d234326b7 100644 --- a/packages/legacy-structure/commands/create/CHANGELOG.md +++ b/packages/legacy-structure/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. +## [7.0.1](https://github.com/lerna/lerna/compare/7.0.0...7.0.1) (2023-06-13) + +**Note:** Version bump only for package @lerna/create + # [7.0.0](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0) (2023-06-08) ### Bug Fixes diff --git a/packages/legacy-structure/commands/create/package.json b/packages/legacy-structure/commands/create/package.json index 0512cdecc0..d491e828a3 100644 --- a/packages/legacy-structure/commands/create/package.json +++ b/packages/legacy-structure/commands/create/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/create", - "version": "7.0.0", + "version": "7.0.1", "description": "Create a new lerna-managed package", "keywords": [ "lerna", @@ -30,7 +30,7 @@ "directory": "packages/legacy-structure/commands/create" }, "dependencies": { - "@lerna/child-process": "7.0.0", + "@lerna/child-process": "7.0.1", "dedent": "0.7.0", "fs-extra": "^11.1.1", "init-package-json": "5.0.0", diff --git a/packages/lerna/CHANGELOG.md b/packages/lerna/CHANGELOG.md index 0e18941dd2..1b4151d734 100644 --- a/packages/lerna/CHANGELOG.md +++ b/packages/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. +## [7.0.1](https://github.com/lerna/lerna/compare/7.0.0...7.0.1) (2023-06-13) + +**Note:** Version bump only for package lerna + # [7.0.0](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0) (2023-06-08) ### Bug Fixes diff --git a/packages/lerna/package.json b/packages/lerna/package.json index a87a3e4ad9..cf54b8a25a 100644 --- a/packages/lerna/package.json +++ b/packages/lerna/package.json @@ -1,6 +1,6 @@ { "name": "lerna", - "version": "7.0.0", + "version": "7.0.1", "description": "Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository", "keywords": [ "lerna", @@ -37,8 +37,8 @@ "migrations": "./migrations.json" }, "dependencies": { - "@lerna/child-process": "7.0.0", - "@lerna/create": "7.0.0", + "@lerna/child-process": "7.0.1", + "@lerna/create": "7.0.1", "@npmcli/run-script": "6.0.2", "@nx/devkit": ">=16.1.3 < 17", "@octokit/plugin-enterprise-rest": "6.0.1",