Skip to content

Commit 6ea835d

Browse files
committed
chore(misc): publish 8.2.2
1 parent 0cd3241 commit 6ea835d

File tree

9 files changed

+28
-9
lines changed

9 files changed

+28
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.2.2](https://github.com/lerna/lerna/compare/v8.2.1...v8.2.2) (2025-04-10)
7+
8+
### Bug Fixes
9+
10+
- use searchStrategy: global to fix breaking change behaviour after upgrading cosmiconfig to 9.0.0 ([#4159](https://github.com/lerna/lerna/issues/4159)) ([6242511](https://github.com/lerna/lerna/commit/62425117d45b12c0c7ae33c038c9b7f8c3d8a6fd))
11+
- **version:** disable legacy peer deps behavior by default ([#4175](https://github.com/lerna/lerna/issues/4175)) ([0cd3241](https://github.com/lerna/lerna/commit/0cd32410a0b264b63103f3bf5081420fe332e773))
12+
613
## [8.2.1](https://github.com/lerna/lerna/compare/v8.2.0...v8.2.1) (2025-03-03)
714

815
**Note:** Version bump only for package lerna-monorepo

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
}
1717
},
1818
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"],
19-
"version": "8.2.1"
19+
"version": "8.2.2"
2020
}

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/legacy-package-management/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.2.2](https://github.com/lerna/lerna/compare/v8.2.1...v8.2.2) (2025-04-10)
7+
8+
**Note:** Version bump only for package @lerna/legacy-package-management
9+
610
## [8.2.1](https://github.com/lerna/lerna/compare/v8.2.0...v8.2.1) (2025-03-03)
711

812
**Note:** Version bump only for package @lerna/legacy-package-management

packages/legacy-package-management/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/legacy-package-management",
3-
"version": "8.2.1",
3+
"version": "8.2.2",
44
"description": "Legacy package management concerns provided by lerna. Please migrate to use npm/yarn/pnpm workspaces instead.",
55
"keywords": [
66
"lerna",

packages/legacy-structure/commands/create/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.2.2](https://github.com/lerna/lerna/compare/v8.2.1...v8.2.2) (2025-04-10)
7+
8+
**Note:** Version bump only for package @lerna/create
9+
610
## [8.2.1](https://github.com/lerna/lerna/compare/v8.2.0...v8.2.1) (2025-03-03)
711

812
**Note:** Version bump only for package @lerna/create

packages/legacy-structure/commands/create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/create",
3-
"version": "8.2.1",
3+
"version": "8.2.2",
44
"description": "Create a new lerna-managed package",
55
"keywords": [
66
"lerna",

packages/lerna/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.2.2](https://github.com/lerna/lerna/compare/v8.2.1...v8.2.2) (2025-04-10)
7+
8+
**Note:** Version bump only for package lerna
9+
610
## [8.2.1](https://github.com/lerna/lerna/compare/v8.2.0...v8.2.1) (2025-03-03)
711

812
**Note:** Version bump only for package lerna

packages/lerna/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lerna",
3-
"version": "8.2.1",
3+
"version": "8.2.2",
44
"description": "Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository",
55
"keywords": [
66
"lerna",
@@ -37,7 +37,7 @@
3737
"migrations": "./migrations.json"
3838
},
3939
"dependencies": {
40-
"@lerna/create": "8.2.1",
40+
"@lerna/create": "8.2.2",
4141
"@npmcli/arborist": "7.5.4",
4242
"@npmcli/package-json": "5.2.0",
4343
"@npmcli/run-script": "8.1.0",

0 commit comments

Comments
 (0)