Skip to content

Commit 45b1365

Browse files
committed
release: cut the v14.0.0-next.8 release
1 parent 6984740 commit 45b1365

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
<a name="14.0.0-next.8"></a>
2+
3+
# 14.0.0-next.8 (2022-04-06)
4+
5+
## Breaking Changes
6+
7+
### @angular-devkit/core
8+
9+
- `parseJson` and `ParseJsonOptions` APIs have been removed in favor of 3rd party JSON parsers such as `jsonc-parser`.
10+
11+
### @schematics/angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------- |
15+
| [7db433bb0](https://github.com/angular/angular-cli/commit/7db433bb066cc077d0c1cff7668d557c1c17160f) | fix | provide actionable error message when routing declaration cannot be found |
16+
17+
### @angular/cli
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- |
21+
| [0316dea67](https://github.com/angular/angular-cli/commit/0316dea676be522b04d654054880cc5794e3c8b3) | feat | add prompts on missing builder targets |
22+
23+
### @angular-devkit/core
24+
25+
| Commit | Type | Description |
26+
| --------------------------------------------------------------------------------------------------- | -------- | --------------------------------------------------------- |
27+
| [67144b9e5](https://github.com/angular/angular-cli/commit/67144b9e54b5a9bfbc963e386b01275be5eaccf5) | refactor | remove deprecated `parseJson` and `ParseJsonOptions` APIs |
28+
29+
## Special Thanks
30+
31+
Alan Agius, Charles Lyding, Doug Parker and Joey Perrott
32+
33+
<!-- CHANGELOG SPLIT MARKER -->
34+
135
<a name="13.3.2"></a>
236

337
# 13.3.2 (2022-04-06)

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

0 commit comments

Comments
 (0)