Skip to content

Commit 20656a3

Browse files
committed
release: cut the v18.2.0-next.2 release
1 parent 4cf5857 commit 20656a3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="18.2.0-next.2"></a>
2+
3+
# 18.2.0-next.2 (2024-07-24)
4+
5+
### @angular/build
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- |
9+
| [37a2138cb](https://github.com/angular/angular-cli/commit/37a2138cb474778ef398a8d4129e1c389dde0f44) | fix | account for HTML base HREF for dev-server externals |
10+
| [8ff687d03](https://github.com/angular/angular-cli/commit/8ff687d036085508fa18397d7a039ab33cc027c7) | fix | correctly detect comma in Sass URL lexer |
11+
| [6d6937587](https://github.com/angular/angular-cli/commit/6d6937587f8dfa95c951e775f97abde45710c8a6) | fix | prevent redirection loop |
12+
| [11a140bab](https://github.com/angular/angular-cli/commit/11a140babb72519a030997b7986946adefd0b824) | fix | serve HTML files directly |
13+
14+
<!-- CHANGELOG SPLIT MARKER -->
15+
116
<a name="18.1.2"></a>
217

318
# 18.1.2 (2024-07-24)

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.2.0-next.1",
3+
"version": "18.2.0-next.2",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)