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

This commit is contained in:
Doug Parker 2022-02-09 12:48:25 -08:00 committed by Douglas Parker
parent b11f0906bc
commit a83e90aa4e
2 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,31 @@
<a name="14.0.0-next.1"></a>
# 14.0.0-next.1 (2022-02-09)
### @angular/cli
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- |
| [9e69331fa](https://github.com/angular/angular-cli/commit/9e69331fa61265c77d6281232bb64a2c63509290) | feat | use PNPM as package manager when `pnpm-lock.yaml` exists |
### @angular-devkit/build-angular
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------- |
| [7ce50002a](https://github.com/angular/angular-cli/commit/7ce50002a20373d494f08bfb36e7773b39263dba) | fix | block Karma from starting until build is complete |
### @ngtools/webpack
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
| [966dd01ea](https://github.com/angular/angular-cli/commit/966dd01eab02cc10eee750c8638b5cf4b58afffe) | fix | support locating PNPM lock file during NGCC processing |
## Special Thanks
Alan Agius, Derek Cormier, Doug Parker and Joey Perrott
<!-- CHANGELOG SPLIT MARKER -->
<a name="13.2.3"></a> <a name="13.2.3"></a>
# 13.2.3 (2022-02-09) # 13.2.3 (2022-02-09)

View File

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