Skip to content

Commit 8a062b5

Browse files
committed
release: cut the v14.1.0-next.1 release
1 parent d0ca926 commit 8a062b5

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
<a name="14.1.0-next.1"></a>
2+
3+
# 14.1.0-next.1 (2022-06-15)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- |
9+
| [82ec1af4e](https://github.com/angular/angular-cli/commit/82ec1af4e1e34fe5b18db328b4bce6405a03c7b8) | fix | show more actionable error when command is ran in wrong scope |
10+
11+
### @schematics/angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- |
15+
| [7cbbf2f2b](https://github.com/angular/angular-cli/commit/7cbbf2f2ba83d27812e9b83859524937dad31fb1) | fix | remove vscode testing configurations for `minimal` workspaces |
16+
17+
### @angular-devkit/build-angular
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
21+
| [b06ae5514](https://github.com/angular/angular-cli/commit/b06ae55140c01f8b5107527fd0af1da3b04a721f) | feat | add service worker support to experimental esbuild builder |
22+
| [1f66edebc](https://github.com/angular/angular-cli/commit/1f66edebcc968ed01acd06506226f5cd60c71afe) | fix | replace fallback locale for `en-US` |
23+
24+
## Special Thanks
25+
26+
Alan Agius, Charles Lyding, Jason Bedard and Julien Marcou
27+
28+
<!-- CHANGELOG SPLIT MARKER -->
29+
130
<a name="14.0.2"></a>
231

332
# 14.0.2 (2022-06-15)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "14.1.0-next.0",
3+
"version": "14.1.0-next.1",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)