Skip to content

Commit 0343c31

Browse files
committed
chore(misc): publish 8.1.8
1 parent 3cd9bc9 commit 0343c31

File tree

9 files changed

+38
-9
lines changed

9 files changed

+38
-9
lines changed

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.1.8](https://github.com/lerna/lerna/compare/v8.1.7...v8.1.8) (2024-08-05)
7+
8+
### Bug Fixes
9+
10+
- **publish:** upgrade @npmcli/arborist to 7.5.4 ([#4058](https://github.com/lerna/lerna/issues/4058)) ([89de0eb](https://github.com/lerna/lerna/commit/89de0eb19f9e90863571deaad2e38bb4833f4e1d))
11+
- **version:** truncate release body based on maximum size allowed by VCS client ([#4041](https://github.com/lerna/lerna/issues/4041)) ([3c2a3c9](https://github.com/lerna/lerna/commit/3c2a3c9c2682935753c759155384a6044d2b56dc))
12+
13+
### Features
14+
15+
- **publish:** enable throttling when publishing modules ([#4013](https://github.com/lerna/lerna/issues/4013)) ([fccca12](https://github.com/lerna/lerna/commit/fccca12f5ccbe8c888f9e5b1f0626ab1cf6404a1))
16+
617
## [8.1.7](https://github.com/lerna/lerna/compare/v8.1.6...v8.1.7) (2024-07-21)
718

819
### 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.1.7"
19+
"version": "8.1.8"
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: 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+
## [8.1.8](https://github.com/lerna/lerna/compare/v8.1.7...v8.1.8) (2024-08-05)
7+
8+
### Bug Fixes
9+
10+
- **publish:** upgrade @npmcli/arborist to 7.5.4 ([#4058](https://github.com/lerna/lerna/issues/4058)) ([89de0eb](https://github.com/lerna/lerna/commit/89de0eb19f9e90863571deaad2e38bb4833f4e1d))
11+
612
## [8.1.7](https://github.com/lerna/lerna/compare/v8.1.6...v8.1.7) (2024-07-21)
713

814
### Bug Fixes

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.1.7",
3+
"version": "8.1.8",
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: 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+
## [8.1.8](https://github.com/lerna/lerna/compare/v8.1.7...v8.1.8) (2024-08-05)
7+
8+
### Bug Fixes
9+
10+
- **publish:** upgrade @npmcli/arborist to 7.5.4 ([#4058](https://github.com/lerna/lerna/issues/4058)) ([89de0eb](https://github.com/lerna/lerna/commit/89de0eb19f9e90863571deaad2e38bb4833f4e1d))
11+
612
## [8.1.7](https://github.com/lerna/lerna/compare/v8.1.6...v8.1.7) (2024-07-21)
713

814
### 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": "8.1.7",
3+
"version": "8.1.8",
44
"description": "Create a new lerna-managed package",
55
"keywords": [
66
"lerna",

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+
## [8.1.8](https://github.com/lerna/lerna/compare/v8.1.7...v8.1.8) (2024-08-05)
7+
8+
### Bug Fixes
9+
10+
- **publish:** upgrade @npmcli/arborist to 7.5.4 ([#4058](https://github.com/lerna/lerna/issues/4058)) ([89de0eb](https://github.com/lerna/lerna/commit/89de0eb19f9e90863571deaad2e38bb4833f4e1d))
11+
612
## [8.1.7](https://github.com/lerna/lerna/compare/v8.1.6...v8.1.7) (2024-07-21)
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": "8.1.7",
3+
"version": "8.1.8",
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.1.7",
40+
"@lerna/create": "8.1.8",
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)