diff --git a/CHANGELOG.md b/CHANGELOG.md index d17a19bfb3..57dcc09103 100644 --- a/CHANGELOG.md +++ b/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.0.1](https://github.com/lerna/lerna/compare/v8.0.0...v8.0.1) (2023-12-15) + +### Bug Fixes + +- update node-gyp usage to v10 to resolve npm warning ([#3919](https://github.com/lerna/lerna/issues/3919)) ([f5fdcba](https://github.com/lerna/lerna/commit/f5fdcba1ef53fa8d779dcaf6c617cba3461f343c)) +- **version:** create correct independent tags when using --sign-git-tag ([#3917](https://github.com/lerna/lerna/issues/3917)) ([8f7a32b](https://github.com/lerna/lerna/commit/8f7a32b519ba64fd3d608c6211d0e74d651f2e13)) + ## BREAKING CHANGES > After updating we strongly recommend running `lerna repair` in your project. This will migrate your `lerna.json` to the latest and greatest and remove any outdated options. diff --git a/lerna.json b/lerna.json index 1e612a3c67..f1e2b62bf0 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ } }, "ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"], - "version": "8.0.0" + "version": "8.0.1" } diff --git a/package-lock.json b/package-lock.json index e7e0a4ec5c..9dc291b89c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20011,7 +20011,7 @@ }, "packages/legacy-package-management": { "name": "@lerna/legacy-package-management", - "version": "8.0.0", + "version": "8.0.1", "license": "MIT", "dependencies": { "@npmcli/arborist": "7.2.2", @@ -20083,7 +20083,7 @@ }, "packages/legacy-structure/commands/create": { "name": "@lerna/create", - "version": "8.0.0", + "version": "8.0.1", "license": "MIT", "dependencies": { "@npmcli/run-script": "7.0.2", @@ -20203,10 +20203,10 @@ } }, "packages/lerna": { - "version": "8.0.0", + "version": "8.0.1", "license": "MIT", "dependencies": { - "@lerna/create": "8.0.0", + "@lerna/create": "8.0.1", "@npmcli/run-script": "7.0.2", "@nx/devkit": ">=17.1.2 < 18", "@octokit/plugin-enterprise-rest": "6.0.1", diff --git a/packages/legacy-package-management/CHANGELOG.md b/packages/legacy-package-management/CHANGELOG.md index 60ee0b254e..ae40ca4dfb 100644 --- a/packages/legacy-package-management/CHANGELOG.md +++ b/packages/legacy-package-management/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. +## [8.0.1](https://github.com/lerna/lerna/compare/v8.0.0...v8.0.1) (2023-12-15) + +### Bug Fixes + +- update node-gyp usage to v10 to resolve npm warning ([#3919](https://github.com/lerna/lerna/issues/3919)) ([f5fdcba](https://github.com/lerna/lerna/commit/f5fdcba1ef53fa8d779dcaf6c617cba3461f343c)) + # [8.0.0](https://github.com/lerna/lerna/compare/v7.4.2...v8.0.0) (2023-11-23) **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 ca37aa419e..2e9a757121 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.0.0", + "version": "8.0.1", "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 df6cc4bd18..6e5ede1009 100644 --- a/packages/legacy-structure/commands/create/CHANGELOG.md +++ b/packages/legacy-structure/commands/create/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. +## [8.0.1](https://github.com/lerna/lerna/compare/v8.0.0...v8.0.1) (2023-12-15) + +### Bug Fixes + +- update node-gyp usage to v10 to resolve npm warning ([#3919](https://github.com/lerna/lerna/issues/3919)) ([f5fdcba](https://github.com/lerna/lerna/commit/f5fdcba1ef53fa8d779dcaf6c617cba3461f343c)) + # [8.0.0](https://github.com/lerna/lerna/compare/v7.4.2...v8.0.0) (2023-11-23) **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 f63159ae53..4feba51b5f 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.0.0", + "version": "8.0.1", "description": "Create a new lerna-managed package", "keywords": [ "lerna", diff --git a/packages/lerna/CHANGELOG.md b/packages/lerna/CHANGELOG.md index 1e0ad0a9ef..1af52c53e0 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. +## [8.0.1](https://github.com/lerna/lerna/compare/v8.0.0...v8.0.1) (2023-12-15) + +### Bug Fixes + +- update node-gyp usage to v10 to resolve npm warning ([#3919](https://github.com/lerna/lerna/issues/3919)) ([f5fdcba](https://github.com/lerna/lerna/commit/f5fdcba1ef53fa8d779dcaf6c617cba3461f343c)) + # [8.0.0](https://github.com/lerna/lerna/compare/v7.4.2...v8.0.0) (2023-11-23) ### Features diff --git a/packages/lerna/package.json b/packages/lerna/package.json index a5db018728..a7d1aef087 100644 --- a/packages/lerna/package.json +++ b/packages/lerna/package.json @@ -1,6 +1,6 @@ { "name": "lerna", - "version": "8.0.0", + "version": "8.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,7 +37,7 @@ "migrations": "./migrations.json" }, "dependencies": { - "@lerna/create": "8.0.0", + "@lerna/create": "8.0.1", "@npmcli/run-script": "7.0.2", "@nx/devkit": ">=17.1.2 < 18", "@octokit/plugin-enterprise-rest": "6.0.1",