Skip to content

Commit 9df335a

Browse files
committed
chore(misc): publish 9.0.1
1 parent 0cca286 commit 9df335a

File tree

7 files changed

+25
-7
lines changed

7 files changed

+25
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [9.0.1](https://github.com/lerna/lerna/compare/v9.0.0...v9.0.1) (2025-11-14)
7+
8+
### Bug Fixes
9+
10+
- expand version range to include nx v22.x ([#4242](https://github.com/lerna/lerna/issues/4242)) ([0cca286](https://github.com/lerna/lerna/commit/0cca28612be720d39f55cc278a9a4a93e112d1e1))
11+
612
# [9.0.0](https://github.com/lerna/lerna/compare/v8.2.4...v9.0.0) (2025-09-23)
713

814
### Bug Fixes

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.4"
19+
"version": "9.0.1"
2020
}

package-lock.json

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [9.0.1](https://github.com/lerna/lerna/compare/v9.0.0...v9.0.1) (2025-11-14)
7+
8+
### Bug Fixes
9+
10+
- expand version range to include nx v22.x ([#4242](https://github.com/lerna/lerna/issues/4242)) ([0cca286](https://github.com/lerna/lerna/commit/0cca28612be720d39f55cc278a9a4a93e112d1e1))
11+
612
# [9.0.0](https://github.com/lerna/lerna/compare/v8.2.4...v9.0.0) (2025-09-23)
713

814
**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": "9.0.0",
3+
"version": "9.0.1",
44
"type": "commonjs",
55
"description": "Create a new lerna-managed package",
66
"keywords": [

packages/lerna/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [9.0.1](https://github.com/lerna/lerna/compare/v9.0.0...v9.0.1) (2025-11-14)
7+
8+
### Bug Fixes
9+
10+
- expand version range to include nx v22.x ([#4242](https://github.com/lerna/lerna/issues/4242)) ([0cca286](https://github.com/lerna/lerna/commit/0cca28612be720d39f55cc278a9a4a93e112d1e1))
11+
612
# [9.0.0](https://github.com/lerna/lerna/compare/v8.2.4...v9.0.0) (2025-09-23)
713

814
### Bug Fixes

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": "9.0.0",
3+
"version": "9.0.1",
44
"type": "commonjs",
55
"description": "Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository",
66
"keywords": [
@@ -38,7 +38,7 @@
3838
"migrations": "./migrations.json"
3939
},
4040
"dependencies": {
41-
"@lerna/create": "9.0.0",
41+
"@lerna/create": "9.0.1",
4242
"@npmcli/arborist": "9.1.6",
4343
"@npmcli/package-json": "7.0.2",
4444
"@npmcli/run-script": "10.0.2",

0 commit comments

Comments
 (0)