Skip to content

Commit 407c3a3

Browse files
committed
release: cut the v17.3.0 release
1 parent 99fb28a commit 407c3a3

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<a name="17.3.0-rc.0"></a>
1+
<a name="17.3.0"></a>
22

3-
# 17.3.0-rc.0 (2024-03-06)
3+
# 17.3.0 (2024-03-13)
44

55
### @schematics/angular
66

@@ -10,9 +10,11 @@
1010

1111
### @angular-devkit/build-angular
1212

13-
| Commit | Type | Description |
14-
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- |
15-
| [9ca3a5450](https://github.com/angular/angular-cli/commit/9ca3a54503574674eb107d4d2b507be7ecd727ee) | feat | add `deployUrl` to application builder |
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------- |
15+
| [9ca3a5450](https://github.com/angular/angular-cli/commit/9ca3a54503574674eb107d4d2b507be7ecd727ee) | feat | add `deployUrl` to application builder |
16+
| [3821344da](https://github.com/angular/angular-cli/commit/3821344da663ded52b773752abc805ed04e28f3c) | fix | ensure proper display of build logs in the presence of warnings or errors |
17+
| [de2d05049](https://github.com/angular/angular-cli/commit/de2d050498e16efa75459f526b9973c9e1d67050) | fix | provide better error message when server option is required but missing |
1618

1719
<!-- CHANGELOG SPLIT MARKER -->
1820

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "17.3.0-rc.0",
3+
"version": "17.3.0",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)