Skip to content

Commit e6ec5a4

Browse files
committed
release: cut the v18.0.5 release
1 parent 7360a34 commit e6ec5a4

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="18.0.5"></a>
2+
3+
# 18.0.5 (2024-06-20)
4+
5+
### @schematics/angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- |
9+
| [5c705e800](https://github.com/angular/angular-cli/commit/5c705e800c17237d82bc9065f22e30b720ddcec0) | fix | update schematics to use RouterModule when --routing flag is present |
10+
11+
### @angular-devkit/build-angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
15+
| [86e031dc7](https://github.com/angular/angular-cli/commit/86e031dc7ef6c736e431caf973aca1233d912060) | fix | use istanbul-lib-instrument directly for karma code coverage |
16+
17+
### @angular/build
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
21+
| [bdd168f37](https://github.com/angular/angular-cli/commit/bdd168f37f7757e0c02971e21e90479555a6e703) | fix | add CSP nonce to script with src tags |
22+
| [405c14809](https://github.com/angular/angular-cli/commit/405c1480917d50c677be178c817b845f30cc8cce) | fix | automatically resolve `.mjs` files when using Vite |
23+
| [7360a346e](https://github.com/angular/angular-cli/commit/7360a346ed1b329c0620301ce0e0464d5569a42f) | fix | use Node.js available parallelism for default worker count |
24+
25+
<!-- CHANGELOG SPLIT MARKER -->
26+
127
<a name="18.0.4"></a>
228

329
# 18.0.4 (2024-06-13)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "18.0.4",
3+
"version": "18.0.5",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)