Skip to content

Commit 1e578df

Browse files
committed
release: cut the v18.2.8 release
1 parent 9445916 commit 1e578df

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="18.2.8"></a>
2+
3+
# 18.2.8 (2024-10-09)
4+
5+
### @schematics/angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- |
9+
| [b522002ff](https://github.com/angular/angular-cli/commit/b522002fff763cda2ae1c746efcb2638d0099184) | fix | add validation for component and directive class name |
10+
| [dfd2d5c05](https://github.com/angular/angular-cli/commit/dfd2d5c0500777fa5aea91519f6657aed7f3b7d7) | fix | include `index.csr.html` in resources asset group |
11+
12+
### @angular/build
13+
14+
| Commit | Type | Description |
15+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------- |
16+
| [9445916f9](https://github.com/angular/angular-cli/commit/9445916f9b5b9da69623bf86735264d8a5f26fb3) | fix | `Ctrl + C` not terminating dev-server with SSR |
17+
| [9b5cfaa8c](https://github.com/angular/angular-cli/commit/9b5cfaa8ce9d12bf450e7527d479ce7a879ea1b8) | fix | always generate a new hash for optimized chunk |
18+
19+
<!-- CHANGELOG SPLIT MARKER -->
20+
121
<a name="18.2.7"></a>
222

323
# 18.2.7 (2024-10-02)

package.json

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

0 commit comments

Comments
 (0)