Skip to content

Commit b1b2166

Browse files
committed
chore(misc): publish 9.0.2
1 parent 65310f7 commit b1b2166

File tree

7 files changed

+19
-7
lines changed

7 files changed

+19
-7
lines changed

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+
## [9.0.2](https://github.com/lerna/lerna/compare/v9.0.1...v9.0.2) (2025-11-27)
7+
8+
**Note:** Version bump only for package lerna-monorepo
9+
610
## [9.0.1](https://github.com/lerna/lerna/compare/v9.0.0...v9.0.1) (2025-11-14)
711

812
### 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": "9.0.1"
19+
"version": "9.0.2"
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: 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+
## [9.0.2](https://github.com/lerna/lerna/compare/v9.0.1...v9.0.2) (2025-11-27)
7+
8+
**Note:** Version bump only for package @lerna/create
9+
610
## [9.0.1](https://github.com/lerna/lerna/compare/v9.0.0...v9.0.1) (2025-11-14)
711

812
### Bug Fixes

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

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+
## [9.0.2](https://github.com/lerna/lerna/compare/v9.0.1...v9.0.2) (2025-11-27)
7+
8+
**Note:** Version bump only for package lerna
9+
610
## [9.0.1](https://github.com/lerna/lerna/compare/v9.0.0...v9.0.1) (2025-11-14)
711

812
### 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.1",
3+
"version": "9.0.2",
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.1",
41+
"@lerna/create": "9.0.2",
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)