From 5effc092dfc8d6f8745cca198766793e1cf56b90 Mon Sep 17 00:00:00 2001 From: James Henry Date: Fri, 27 Oct 2023 13:23:35 +0400 Subject: [PATCH] chore(misc): publish 7.4.2 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- package-lock.json | 16 ++++++++-------- packages/child-process/CHANGELOG.md | 4 ++++ packages/child-process/package.json | 2 +- packages/legacy-package-management/CHANGELOG.md | 4 ++++ packages/legacy-package-management/package.json | 4 ++-- .../commands/create/CHANGELOG.md | 4 ++++ .../commands/create/package.json | 4 ++-- packages/lerna/CHANGELOG.md | 6 ++++++ packages/lerna/package.json | 6 +++--- 11 files changed, 41 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b30d8bc2a1..1c3e4a0265 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.4.2](https://github.com/lerna/lerna/compare/v7.4.1...v7.4.2) (2023-10-27) + +### Bug Fixes + +- **version:** support changelog-presets using async factory funcs ([#3873](https://github.com/lerna/lerna/issues/3873)) ([bb5e7d7](https://github.com/lerna/lerna/commit/bb5e7d7a35de6c801943c8349832558f1e6adb50)) + ## [7.4.1](https://github.com/lerna/lerna/compare/v7.4.0...v7.4.1) (2023-10-18) 7.4.0 contained a malformed dist directory, please bump to 7.4.1 for the correct artifacts diff --git a/lerna.json b/lerna.json index f9c40e536a..1466fc78a9 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ } }, "ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"], - "version": "7.4.1" + "version": "7.4.2" } diff --git a/package-lock.json b/package-lock.json index eaea950fd6..fbbdcb02bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19506,7 +19506,7 @@ }, "packages/child-process": { "name": "@lerna/child-process", - "version": "7.4.1", + "version": "7.4.2", "license": "MIT", "dependencies": { "chalk": "^4.1.0", @@ -19519,10 +19519,10 @@ }, "packages/legacy-package-management": { "name": "@lerna/legacy-package-management", - "version": "7.4.1", + "version": "7.4.2", "license": "MIT", "dependencies": { - "@lerna/child-process": "7.4.1", + "@lerna/child-process": "7.4.2", "@npmcli/arborist": "6.2.9", "@npmcli/run-script": "6.0.2", "@nx/devkit": ">=16.1.3 < 17", @@ -19607,10 +19607,10 @@ }, "packages/legacy-structure/commands/create": { "name": "@lerna/create", - "version": "7.4.1", + "version": "7.4.2", "license": "MIT", "dependencies": { - "@lerna/child-process": "7.4.1", + "@lerna/child-process": "7.4.2", "@npmcli/run-script": "6.0.2", "@nx/devkit": ">=16.5.1 < 17", "@octokit/plugin-enterprise-rest": "6.0.1", @@ -19720,11 +19720,11 @@ } }, "packages/lerna": { - "version": "7.4.1", + "version": "7.4.2", "license": "MIT", "dependencies": { - "@lerna/child-process": "7.4.1", - "@lerna/create": "7.4.1", + "@lerna/child-process": "7.4.2", + "@lerna/create": "7.4.2", "@npmcli/run-script": "6.0.2", "@nx/devkit": ">=16.5.1 < 17", "@octokit/plugin-enterprise-rest": "6.0.1", diff --git a/packages/child-process/CHANGELOG.md b/packages/child-process/CHANGELOG.md index 462dfdb9a4..eeae3c979d 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.4.2](https://github.com/lerna/lerna/compare/v7.4.1...v7.4.2) (2023-10-27) + +**Note:** Version bump only for package @lerna/child-process + ## [7.4.1](https://github.com/lerna/lerna/compare/v7.4.0...v7.4.1) (2023-10-18) **Note:** Version bump only for package @lerna/child-process diff --git a/packages/child-process/package.json b/packages/child-process/package.json index 03364e3861..0ce2592ba1 100644 --- a/packages/child-process/package.json +++ b/packages/child-process/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/child-process", - "version": "7.4.1", + "version": "7.4.2", "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 4cb741a1b2..79b7de76df 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.4.2](https://github.com/lerna/lerna/compare/v7.4.1...v7.4.2) (2023-10-27) + +**Note:** Version bump only for package @lerna/legacy-package-management + ## [7.4.1](https://github.com/lerna/lerna/compare/v7.4.0...v7.4.1) (2023-10-18) **Note:** Version bump only for package @lerna/legacy-package-management diff --git a/packages/legacy-package-management/package.json b/packages/legacy-package-management/package.json index dd6664d5fc..5e1c077776 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.4.1", + "version": "7.4.2", "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.4.1", + "@lerna/child-process": "7.4.2", "@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 84da7e441f..0238a57cd8 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.4.2](https://github.com/lerna/lerna/compare/v7.4.1...v7.4.2) (2023-10-27) + +**Note:** Version bump only for package @lerna/create + ## [7.4.1](https://github.com/lerna/lerna/compare/v7.4.0...v7.4.1) (2023-10-18) **Note:** Version bump only for package @lerna/create diff --git a/packages/legacy-structure/commands/create/package.json b/packages/legacy-structure/commands/create/package.json index 7c7bf22faf..5e38e02cab 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.4.1", + "version": "7.4.2", "description": "Create a new lerna-managed package", "keywords": [ "lerna", @@ -30,7 +30,7 @@ "directory": "packages/legacy-structure/commands/create" }, "dependencies": { - "@lerna/child-process": "7.4.1", + "@lerna/child-process": "7.4.2", "@npmcli/run-script": "6.0.2", "@nx/devkit": ">=16.5.1 < 17", "@octokit/plugin-enterprise-rest": "6.0.1", diff --git a/packages/lerna/CHANGELOG.md b/packages/lerna/CHANGELOG.md index ff6ba8707e..ca0c17aa67 100644 --- a/packages/lerna/CHANGELOG.md +++ b/packages/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. +## [7.4.2](https://github.com/lerna/lerna/compare/v7.4.1...v7.4.2) (2023-10-27) + +### Bug Fixes + +- **version:** support changelog-presets using async factory funcs ([#3873](https://github.com/lerna/lerna/issues/3873)) ([bb5e7d7](https://github.com/lerna/lerna/commit/bb5e7d7a35de6c801943c8349832558f1e6adb50)) + ## [7.4.1](https://github.com/lerna/lerna/compare/v7.4.0...v7.4.1) (2023-10-18) **Note:** Version bump only for package lerna diff --git a/packages/lerna/package.json b/packages/lerna/package.json index daf32e98a9..4e6d51f0b3 100644 --- a/packages/lerna/package.json +++ b/packages/lerna/package.json @@ -1,6 +1,6 @@ { "name": "lerna", - "version": "7.4.1", + "version": "7.4.2", "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.4.1", - "@lerna/create": "7.4.1", + "@lerna/child-process": "7.4.2", + "@lerna/create": "7.4.2", "@npmcli/run-script": "6.0.2", "@nx/devkit": ">=16.5.1 < 17", "@octokit/plugin-enterprise-rest": "6.0.1",