Skip to content

Commit eb8387b

Browse files
committed
release: cut the v16.0.0-next.2 release
1 parent 04ed1dd commit eb8387b

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="16.0.0-next.2"></a>
2+
3+
# 16.0.0-next.2 (2023-03-01)
4+
5+
## Breaking Changes
6+
7+
### @angular-devkit/build-angular
8+
9+
- Deprecated `outputPath` and `outputPaths` from the server and browser builder have been removed from the builder output. Use `outputs` instead.
10+
11+
Note: this change does not effect application developers.
12+
13+
### @angular-devkit/build-angular
14+
15+
| Commit | Type | Description |
16+
| --------------------------------------------------------------------------------------------------- | -------- | --------------------------------------------------------------- |
17+
| [d4c450829](https://github.com/angular/angular-cli/commit/d4c450829dc6d91bf0adc157b3628c00a87f7c5d) | fix | improve parsing of error messages |
18+
| [a99018cd7](https://github.com/angular/angular-cli/commit/a99018cd7bb66ee53026e06deae6a14455023910) | refactor | remove deprecated `outputPaths` and `outputPath` Builder output |
19+
20+
## Special Thanks
21+
22+
Alan Agius, Doug Parker and Paul Gschwendtner
23+
24+
<!-- CHANGELOG SPLIT MARKER -->
25+
126
<a name="15.2.1"></a>
227

328
# 15.2.1 (2023-03-01)

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

0 commit comments

Comments
 (0)