Skip to content

Commit 2ff3705

Browse files
committed
chore: add missing updates
1 parent 4f5edee commit 2ff3705

9 files changed

Lines changed: 51 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0.0-alpha.0](https://github.com/lerna/lerna/compare/v7.4.2...v8.0.0-alpha.0) (2023-11-22)
7+
8+
9+
### Features
10+
11+
* **version:** add --premajor-version-bump option to force patch bumps for non-breaking changes in premajor packages ([#3876](https://github.com/lerna/lerna/issues/3876)) ([3b05947](https://github.com/lerna/lerna/commit/3b059476fd62fcb09ac391878b73640cceb6b5ef))
12+
* **version:** use corepack for install when enabled ([#3877](https://github.com/lerna/lerna/issues/3877)) ([a3cb7ca](https://github.com/lerna/lerna/commit/a3cb7cad74266c74da5d005324bced500111ed1c))
13+
14+
15+
16+
17+
618
## [7.4.2](https://github.com/lerna/lerna/compare/v7.4.1...v7.4.2) (2023-10-27)
719

820
### 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": "7.4.2"
19+
"version": "8.0.0-alpha.0"
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.0-alpha.0](https://github.com/lerna/lerna/compare/v7.4.2...v8.0.0-alpha.0) (2023-11-22)
7+
8+
**Note:** Version bump only for package @lerna/legacy-package-management
9+
10+
11+
12+
13+
614
## [7.4.2](https://github.com/lerna/lerna/compare/v7.4.1...v7.4.2) (2023-10-27)
715

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

packages/legacy-package-management/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/legacy-package-management",
3-
"version": "7.4.2",
3+
"version": "8.0.0-alpha.0",
44
"description": "Legacy package management concerns provided by lerna. Please migrate to use npm/yarn/pnpm workspaces instead.",
55
"keywords": [
66
"lerna",
@@ -92,5 +92,5 @@
9292
"exports": {
9393
".": "./dist/index.js"
9494
},
95-
"gitHead": "b25dc5e8029d50895e2e508c62a7ce9b2b8ce32e"
95+
"gitHead": "4f5edee2ef6c595f2393e3f37fc0d6a4f5352bf3"
9696
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.0-alpha.0](https://github.com/lerna/lerna/compare/v7.4.2...v8.0.0-alpha.0) (2023-11-22)
7+
8+
**Note:** Version bump only for package @lerna/create
9+
10+
11+
12+
13+
614
## [7.4.2](https://github.com/lerna/lerna/compare/v7.4.1...v7.4.2) (2023-10-27)
715

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/create",
3-
"version": "7.4.2",
3+
"version": "8.0.0-alpha.0",
44
"description": "Create a new lerna-managed package",
55
"keywords": [
66
"lerna",
@@ -117,5 +117,5 @@
117117
"require": "./dist/lib/lerna-module-data.js"
118118
}
119119
},
120-
"gitHead": "b25dc5e8029d50895e2e508c62a7ce9b2b8ce32e"
120+
"gitHead": "4f5edee2ef6c595f2393e3f37fc0d6a4f5352bf3"
121121
}

packages/lerna/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.0.0-alpha.0](https://github.com/lerna/lerna/compare/v7.4.2...v8.0.0-alpha.0) (2023-11-22)
7+
8+
9+
### Features
10+
11+
* **version:** add --premajor-version-bump option to force patch bumps for non-breaking changes in premajor packages ([#3876](https://github.com/lerna/lerna/issues/3876)) ([3b05947](https://github.com/lerna/lerna/commit/3b059476fd62fcb09ac391878b73640cceb6b5ef))
12+
13+
14+
15+
16+
617
## [7.4.2](https://github.com/lerna/lerna/compare/v7.4.1...v7.4.2) (2023-10-27)
718

819
### Bug Fixes

packages/lerna/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lerna",
3-
"version": "7.4.2",
3+
"version": "8.0.0-alpha.0",
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": "7.4.2",
40+
"@lerna/create": "8.0.0-alpha.0",
4141
"@npmcli/run-script": "6.0.2",
4242
"@nx/devkit": ">=17.1.2 < 18",
4343
"@octokit/plugin-enterprise-rest": "6.0.1",
@@ -124,5 +124,5 @@
124124
"./migrations/**/*": "./dist/migrations/**/*",
125125
"./utils": "./dist/utils/index.js"
126126
},
127-
"gitHead": "b25dc5e8029d50895e2e508c62a7ce9b2b8ce32e"
127+
"gitHead": "4f5edee2ef6c595f2393e3f37fc0d6a4f5352bf3"
128128
}

0 commit comments

Comments
 (0)