diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7f576489..fb8fc7428e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0-alpha.5](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.5) (2023-06-01) + + +### Bug Fixes + +* bump cosmiconfig to v8 ([#3701](https://github.com/lerna/lerna/issues/3701)) ([898923d](https://github.com/lerna/lerna/commit/898923d198319d76ed5e37e553bfe3b27e43604c)) +* ensure repair command not blocked by config validation ([e237d58](https://github.com/lerna/lerna/commit/e237d585e63a2fb502a8958f15a1efe03d781c57)) +* internal cli.js should not be bundled ([53d73c6](https://github.com/lerna/lerna/commit/53d73c6aa9833e5a5bf60c2c78896456e77fab40)) +* migration building/publishing issues ([27bf800](https://github.com/lerna/lerna/commit/27bf800b6e7670ea1ec5576fdf008e8d09897d4b)) +* **publish:** use correct version in log messages ([#3702](https://github.com/lerna/lerna/issues/3702)) ([4be9188](https://github.com/lerna/lerna/commit/4be9188e68c5d4c320c0946e6e386cbee95a8efe)) + + +### Features + +* add migration for adding $schema, increase some strictness ([73ceac3](https://github.com/lerna/lerna/commit/73ceac3dc2cf0e1246d4433cb101d1e794b2cca3)) +* **publish:** support custom directory per-package ([#3699](https://github.com/lerna/lerna/issues/3699)) ([9da575e](https://github.com/lerna/lerna/commit/9da575e9da221b8be4fbaa2fb1e7676b54d86d4f)) + + + + + # [7.0.0-alpha.4](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.4) (2023-06-01) diff --git a/package-lock.json b/package-lock.json index cde2fa9509..d73d2c55e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20352,7 +20352,7 @@ }, "packages/child-process": { "name": "@lerna/child-process", - "version": "7.0.0-alpha.4", + "version": "7.0.0-alpha.5", "license": "MIT", "dependencies": { "chalk": "^4.1.0", @@ -20365,7 +20365,7 @@ }, "packages/legacy-package-management": { "name": "@lerna/legacy-package-management", - "version": "7.0.0-alpha.4", + "version": "7.0.0-alpha.5", "license": "MIT", "dependencies": { "@npmcli/arborist": "6.2.3", @@ -20436,10 +20436,10 @@ }, "packages/legacy-structure/commands/create": { "name": "@lerna/create", - "version": "7.0.0-alpha.4", + "version": "7.0.0-alpha.5", "license": "MIT", "dependencies": { - "@lerna/child-process": "7.0.0-alpha.4", + "@lerna/child-process": "7.0.0-alpha.5", "dedent": "^0.7.0", "fs-extra": "^9.1.0", "init-package-json": "^3.0.2", @@ -20458,11 +20458,11 @@ } }, "packages/lerna": { - "version": "7.0.0-alpha.4", + "version": "7.0.0-alpha.5", "license": "MIT", "dependencies": { - "@lerna/child-process": "7.0.0-alpha.4", - "@lerna/create": "7.0.0-alpha.4", + "@lerna/child-process": "7.0.0-alpha.5", + "@lerna/create": "7.0.0-alpha.5", "@npmcli/arborist": "6.2.3", "@npmcli/run-script": "4.1.7", "@nx/devkit": ">=16.1.3 < 16.3.0", diff --git a/packages/child-process/CHANGELOG.md b/packages/child-process/CHANGELOG.md index 7b79e6053a..873737aefb 100644 --- a/packages/child-process/CHANGELOG.md +++ b/packages/child-process/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0-alpha.5](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.5) (2023-06-01) + + +### Bug Fixes + +* migration building/publishing issues ([27bf800](https://github.com/lerna/lerna/commit/27bf800b6e7670ea1ec5576fdf008e8d09897d4b)) +* **publish:** use correct version in log messages ([#3702](https://github.com/lerna/lerna/issues/3702)) ([4be9188](https://github.com/lerna/lerna/commit/4be9188e68c5d4c320c0946e6e386cbee95a8efe)) + + + + + # [7.0.0-alpha.4](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.4) (2023-06-01) diff --git a/packages/child-process/package.json b/packages/child-process/package.json index e894c36028..6e164ba800 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-alpha.4", + "version": "7.0.0-alpha.5", "description": "Lerna's internal child_process wrapper", "keywords": [ "lerna", @@ -35,5 +35,5 @@ "execa": "^5.0.0", "strong-log-transformer": "^2.1.0" }, - "gitHead": "cdd901485d750a78c9fd6f8d7c22b6b64c0efa4c" + "gitHead": "73ceac3dc2cf0e1246d4433cb101d1e794b2cca3" } diff --git a/packages/legacy-package-management/CHANGELOG.md b/packages/legacy-package-management/CHANGELOG.md index 4866b51417..3812a5cea9 100644 --- a/packages/legacy-package-management/CHANGELOG.md +++ b/packages/legacy-package-management/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0-alpha.5](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.5) (2023-06-01) + + +### Bug Fixes + +* bump cosmiconfig to v8 ([#3701](https://github.com/lerna/lerna/issues/3701)) ([898923d](https://github.com/lerna/lerna/commit/898923d198319d76ed5e37e553bfe3b27e43604c)) +* migration building/publishing issues ([27bf800](https://github.com/lerna/lerna/commit/27bf800b6e7670ea1ec5576fdf008e8d09897d4b)) +* **publish:** use correct version in log messages ([#3702](https://github.com/lerna/lerna/issues/3702)) ([4be9188](https://github.com/lerna/lerna/commit/4be9188e68c5d4c320c0946e6e386cbee95a8efe)) + + + + + # [7.0.0-alpha.4](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.4) (2023-06-01) diff --git a/packages/legacy-package-management/package.json b/packages/legacy-package-management/package.json index eae5ba0a18..5f33a00a8d 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-alpha.4", + "version": "7.0.0-alpha.5", "description": "Legacy package management concerns provided by lerna. Please migrate to use npm/yarn/pnpm workspaces instead.", "keywords": [ "lerna", @@ -91,5 +91,5 @@ "exports": { ".": "./dist/index.js" }, - "gitHead": "cdd901485d750a78c9fd6f8d7c22b6b64c0efa4c" + "gitHead": "73ceac3dc2cf0e1246d4433cb101d1e794b2cca3" } diff --git a/packages/legacy-structure/commands/create/CHANGELOG.md b/packages/legacy-structure/commands/create/CHANGELOG.md index 3886f916da..8167990c95 100644 --- a/packages/legacy-structure/commands/create/CHANGELOG.md +++ b/packages/legacy-structure/commands/create/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0-alpha.5](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.5) (2023-06-01) + + +### Bug Fixes + +* migration building/publishing issues ([27bf800](https://github.com/lerna/lerna/commit/27bf800b6e7670ea1ec5576fdf008e8d09897d4b)) +* **publish:** use correct version in log messages ([#3702](https://github.com/lerna/lerna/issues/3702)) ([4be9188](https://github.com/lerna/lerna/commit/4be9188e68c5d4c320c0946e6e386cbee95a8efe)) + + + + + # [7.0.0-alpha.4](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.4) (2023-06-01) diff --git a/packages/legacy-structure/commands/create/package.json b/packages/legacy-structure/commands/create/package.json index 5dd7c025d2..05fddb8a93 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-alpha.4", + "version": "7.0.0-alpha.5", "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-alpha.4", + "@lerna/child-process": "7.0.0-alpha.5", "dedent": "^0.7.0", "fs-extra": "^9.1.0", "init-package-json": "^3.0.2", @@ -66,5 +66,5 @@ "require": "./dist/lib/lerna-module-data.js" } }, - "gitHead": "cdd901485d750a78c9fd6f8d7c22b6b64c0efa4c" + "gitHead": "73ceac3dc2cf0e1246d4433cb101d1e794b2cca3" } diff --git a/packages/lerna/CHANGELOG.md b/packages/lerna/CHANGELOG.md index 1559d0dc21..73889f683a 100644 --- a/packages/lerna/CHANGELOG.md +++ b/packages/lerna/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0-alpha.5](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.5) (2023-06-01) + + +### Bug Fixes + +* bump cosmiconfig to v8 ([#3701](https://github.com/lerna/lerna/issues/3701)) ([898923d](https://github.com/lerna/lerna/commit/898923d198319d76ed5e37e553bfe3b27e43604c)) +* internal cli.js should not be bundled ([53d73c6](https://github.com/lerna/lerna/commit/53d73c6aa9833e5a5bf60c2c78896456e77fab40)) +* migration building/publishing issues ([27bf800](https://github.com/lerna/lerna/commit/27bf800b6e7670ea1ec5576fdf008e8d09897d4b)) +* **publish:** use correct version in log messages ([#3702](https://github.com/lerna/lerna/issues/3702)) ([4be9188](https://github.com/lerna/lerna/commit/4be9188e68c5d4c320c0946e6e386cbee95a8efe)) + + +### Features + +* add migration for adding $schema, increase some strictness ([73ceac3](https://github.com/lerna/lerna/commit/73ceac3dc2cf0e1246d4433cb101d1e794b2cca3)) + + + + + # [7.0.0-alpha.4](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.4) (2023-06-01) diff --git a/packages/lerna/package.json b/packages/lerna/package.json index 91235aacb8..a857110fbe 100644 --- a/packages/lerna/package.json +++ b/packages/lerna/package.json @@ -1,6 +1,6 @@ { "name": "lerna", - "version": "7.0.0-alpha.4", + "version": "7.0.0-alpha.5", "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-alpha.4", - "@lerna/create": "7.0.0-alpha.4", + "@lerna/child-process": "7.0.0-alpha.5", + "@lerna/create": "7.0.0-alpha.5", "@npmcli/arborist": "6.2.3", "@npmcli/run-script": "4.1.7", "@nx/devkit": ">=16.1.3 < 16.3.0", @@ -123,5 +123,5 @@ "./commands/version/lib/*": "./dist/commands/version/lib/*.js", "./migrations/**/*": "./dist/migrations/**/*" }, - "gitHead": "cdd901485d750a78c9fd6f8d7c22b6b64c0efa4c" + "gitHead": "73ceac3dc2cf0e1246d4433cb101d1e794b2cca3" }