From 059864fd336b6131ee83f691de8f682a80901c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CJamesHenry=E2=80=9D?= Date: Mon, 13 May 2024 12:38:17 +0400 Subject: [PATCH] chore(misc): publish 8.1.3 --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- package-lock.json | 8 ++++---- packages/legacy-package-management/CHANGELOG.md | 7 +++++++ packages/legacy-package-management/package.json | 2 +- packages/legacy-structure/commands/create/CHANGELOG.md | 7 +++++++ packages/legacy-structure/commands/create/package.json | 2 +- packages/lerna/CHANGELOG.md | 7 +++++++ packages/lerna/package.json | 4 ++-- 9 files changed, 39 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e9dde9ec..a378f7a5c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.1.3](https://github.com/lerna/lerna/compare/v8.1.2...v8.1.3) (2024-05-13) + +### Bug Fixes + +- **deps:** bump tar from 6.1.11 to 6.2.1 ([#3990](https://github.com/lerna/lerna/issues/3990)) ([3fe0cf0](https://github.com/lerna/lerna/commit/3fe0cf0b7f875f900f275320f3919853a953b3bb)) +- **list:** flush output before exiting ([#3971](https://github.com/lerna/lerna/issues/3971)) ([6426da8](https://github.com/lerna/lerna/commit/6426da86124e74800d5bd1414b0a9cdb0beaba4d)) +- update to nx 19 ([#4003](https://github.com/lerna/lerna/issues/4003)) ([03f476b](https://github.com/lerna/lerna/commit/03f476bb8f49de2ca602a903b27d16d0a3fc8ffc)) +- **version:** create release when using custom tag-version-separator ([#3979](https://github.com/lerna/lerna/issues/3979)) ([cbe01ba](https://github.com/lerna/lerna/commit/cbe01baf7b591f89d830b5526a6d7043d98a2047)) + ## [8.1.2](https://github.com/lerna/lerna/compare/v8.1.1...v8.1.2) (2024-02-05) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 6904224ec5..2485f6c5b7 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ } }, "ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"], - "version": "8.1.2" + "version": "8.1.3" } diff --git a/package-lock.json b/package-lock.json index 0b0399ef0e..68052bb0b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20924,7 +20924,7 @@ }, "packages/legacy-package-management": { "name": "@lerna/legacy-package-management", - "version": "8.1.2", + "version": "8.1.3", "license": "MIT", "dependencies": { "@npmcli/arborist": "7.2.2", @@ -21011,7 +21011,7 @@ }, "packages/legacy-structure/commands/create": { "name": "@lerna/create", - "version": "8.1.2", + "version": "8.1.3", "license": "MIT", "dependencies": { "@npmcli/run-script": "7.0.2", @@ -21099,10 +21099,10 @@ } }, "packages/lerna": { - "version": "8.1.2", + "version": "8.1.3", "license": "MIT", "dependencies": { - "@lerna/create": "8.1.2", + "@lerna/create": "8.1.3", "@npmcli/run-script": "7.0.2", "@nx/devkit": ">=17.1.2 < 20", "@octokit/plugin-enterprise-rest": "6.0.1", diff --git a/packages/legacy-package-management/CHANGELOG.md b/packages/legacy-package-management/CHANGELOG.md index b399c0ac79..a5d108c271 100644 --- a/packages/legacy-package-management/CHANGELOG.md +++ b/packages/legacy-package-management/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.1.3](https://github.com/lerna/lerna/compare/v8.1.2...v8.1.3) (2024-05-13) + +### Bug Fixes + +- **deps:** bump tar from 6.1.11 to 6.2.1 ([#3990](https://github.com/lerna/lerna/issues/3990)) ([3fe0cf0](https://github.com/lerna/lerna/commit/3fe0cf0b7f875f900f275320f3919853a953b3bb)) +- update to nx 19 ([#4003](https://github.com/lerna/lerna/issues/4003)) ([03f476b](https://github.com/lerna/lerna/commit/03f476bb8f49de2ca602a903b27d16d0a3fc8ffc)) + ## [8.1.2](https://github.com/lerna/lerna/compare/v8.1.1...v8.1.2) (2024-02-05) **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 795b2fb89a..9e6489ac49 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": "8.1.2", + "version": "8.1.3", "description": "Legacy package management concerns provided by lerna. Please migrate to use npm/yarn/pnpm workspaces instead.", "keywords": [ "lerna", diff --git a/packages/legacy-structure/commands/create/CHANGELOG.md b/packages/legacy-structure/commands/create/CHANGELOG.md index 9faaabfd49..4f0206936c 100644 --- a/packages/legacy-structure/commands/create/CHANGELOG.md +++ b/packages/legacy-structure/commands/create/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.1.3](https://github.com/lerna/lerna/compare/v8.1.2...v8.1.3) (2024-05-13) + +### Bug Fixes + +- **deps:** bump tar from 6.1.11 to 6.2.1 ([#3990](https://github.com/lerna/lerna/issues/3990)) ([3fe0cf0](https://github.com/lerna/lerna/commit/3fe0cf0b7f875f900f275320f3919853a953b3bb)) +- update to nx 19 ([#4003](https://github.com/lerna/lerna/issues/4003)) ([03f476b](https://github.com/lerna/lerna/commit/03f476bb8f49de2ca602a903b27d16d0a3fc8ffc)) + ## [8.1.2](https://github.com/lerna/lerna/compare/v8.1.1...v8.1.2) (2024-02-05) **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 b049e735a1..fdd87eee9a 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": "8.1.2", + "version": "8.1.3", "description": "Create a new lerna-managed package", "keywords": [ "lerna", diff --git a/packages/lerna/CHANGELOG.md b/packages/lerna/CHANGELOG.md index c57e6e2179..16d573f242 100644 --- a/packages/lerna/CHANGELOG.md +++ b/packages/lerna/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.1.3](https://github.com/lerna/lerna/compare/v8.1.2...v8.1.3) (2024-05-13) + +### Bug Fixes + +- **deps:** bump tar from 6.1.11 to 6.2.1 ([#3990](https://github.com/lerna/lerna/issues/3990)) ([3fe0cf0](https://github.com/lerna/lerna/commit/3fe0cf0b7f875f900f275320f3919853a953b3bb)) +- update to nx 19 ([#4003](https://github.com/lerna/lerna/issues/4003)) ([03f476b](https://github.com/lerna/lerna/commit/03f476bb8f49de2ca602a903b27d16d0a3fc8ffc)) + ## [8.1.2](https://github.com/lerna/lerna/compare/v8.1.1...v8.1.2) (2024-02-05) **Note:** Version bump only for package lerna diff --git a/packages/lerna/package.json b/packages/lerna/package.json index 5b3d44826f..feb4a61adc 100644 --- a/packages/lerna/package.json +++ b/packages/lerna/package.json @@ -1,6 +1,6 @@ { "name": "lerna", - "version": "8.1.2", + "version": "8.1.3", "description": "Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository", "keywords": [ "lerna", @@ -37,7 +37,7 @@ "migrations": "./migrations.json" }, "dependencies": { - "@lerna/create": "8.1.2", + "@lerna/create": "8.1.3", "@npmcli/run-script": "7.0.2", "@nx/devkit": ">=17.1.2 < 20", "@octokit/plugin-enterprise-rest": "6.0.1",