Skip to content

Commit a83e90a

Browse files
committed
release: cut the v14.0.0-next.1 release
1 parent b11f090 commit a83e90a

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
<a name="14.0.0-next.1"></a>
2+
3+
# 14.0.0-next.1 (2022-02-09)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- |
9+
| [9e69331fa](https://github.com/angular/angular-cli/commit/9e69331fa61265c77d6281232bb64a2c63509290) | feat | use PNPM as package manager when `pnpm-lock.yaml` exists |
10+
11+
### @angular-devkit/build-angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------- |
15+
| [7ce50002a](https://github.com/angular/angular-cli/commit/7ce50002a20373d494f08bfb36e7773b39263dba) | fix | block Karma from starting until build is complete |
16+
17+
### @ngtools/webpack
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
21+
| [966dd01ea](https://github.com/angular/angular-cli/commit/966dd01eab02cc10eee750c8638b5cf4b58afffe) | fix | support locating PNPM lock file during NGCC processing |
22+
23+
## Special Thanks
24+
25+
Alan Agius, Derek Cormier, Doug Parker and Joey Perrott
26+
27+
<!-- CHANGELOG SPLIT MARKER -->
28+
129
<a name="13.2.3"></a>
230

331
# 13.2.3 (2022-02-09)

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

0 commit comments

Comments
 (0)