Skip to content

Commit 3d0204d

Browse files
committed
release: cut the v14.0.0-next.4 release
1 parent aea0d9b commit 3d0204d

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
<a name="14.0.0-next.4"></a>
2+
3+
# 14.0.0-next.4 (2022-03-02)
4+
5+
## Breaking Changes
6+
7+
### @angular-devkit/architect-cli
8+
9+
- camel case arguments are no longer allowed.
10+
11+
### @angular-devkit/schematics-cli
12+
13+
- camel case arguments are no longer allowed.
14+
15+
### @angular-devkit/schematics-cli
16+
17+
| Commit | Type | Description |
18+
| --------------------------------------------------------------------------------------------------- | -------- | -------------------------------- |
19+
| [5330d52ae](https://github.com/angular/angular-cli/commit/5330d52aee32daca27fa1a2fa15712f4a408602a) | refactor | replace parser with yargs-parser |
20+
21+
### @angular-devkit/architect-cli
22+
23+
| Commit | Type | Description |
24+
| --------------------------------------------------------------------------------------------------- | -------- | -------------------------------- |
25+
| [c7556b62b](https://github.com/angular/angular-cli/commit/c7556b62b7b0eab5717ed6eeab3fa7f0f1f2a873) | refactor | replace parser with yargs-parser |
26+
27+
## Special Thanks
28+
29+
Alan Agius, Charles Lyding and Daniele Maltese
30+
31+
<!-- CHANGELOG SPLIT MARKER -->
32+
133
<a name="14.0.0-next.3"></a>
234

335
# 14.0.0-next.3 (2022-02-23)

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

0 commit comments

Comments
 (0)