release: cut the v14.0.0-next.8 release

This commit is contained in:
Joey Perrott 2022-04-06 11:25:19 -07:00 committed by Joey Perrott
parent 6984740db4
commit 45b1365e31
2 changed files with 35 additions and 1 deletions

View File

@ -1,3 +1,37 @@
<a name="14.0.0-next.8"></a>
# 14.0.0-next.8 (2022-04-06)
## Breaking Changes
### @angular-devkit/core
- `parseJson` and `ParseJsonOptions` APIs have been removed in favor of 3rd party JSON parsers such as `jsonc-parser`.
### @schematics/angular
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------- |
| [7db433bb0](https://github.com/angular/angular-cli/commit/7db433bb066cc077d0c1cff7668d557c1c17160f) | fix | provide actionable error message when routing declaration cannot be found |
### @angular/cli
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- |
| [0316dea67](https://github.com/angular/angular-cli/commit/0316dea676be522b04d654054880cc5794e3c8b3) | feat | add prompts on missing builder targets |
### @angular-devkit/core
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | -------- | --------------------------------------------------------- |
| [67144b9e5](https://github.com/angular/angular-cli/commit/67144b9e54b5a9bfbc963e386b01275be5eaccf5) | refactor | remove deprecated `parseJson` and `ParseJsonOptions` APIs |
## Special Thanks
Alan Agius, Charles Lyding, Doug Parker and Joey Perrott
<!-- CHANGELOG SPLIT MARKER -->
<a name="13.3.2"></a> <a name="13.3.2"></a>
# 13.3.2 (2022-04-06) # 13.3.2 (2022-04-06)

View File

@ -1,6 +1,6 @@
{ {
"name": "@angular/devkit-repo", "name": "@angular/devkit-repo",
"version": "14.0.0-next.7", "version": "14.0.0-next.8",
"private": true, "private": true,
"description": "Software Development Kit for Angular", "description": "Software Development Kit for Angular",
"bin": { "bin": {