Skip to content

Commit f5e6259

Browse files
committed
release: cut the v14.1.0-next.2 release
1 parent 2060ed5 commit f5e6259

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
<a name="14.1.0-next.2"></a>
2+
3+
# 14.1.0-next.2 (2022-06-23)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------- |
9+
| [3884b8652](https://github.com/angular/angular-cli/commit/3884b865262c1ffa5652ac0f4d67bbf59087f453) | fix | add esbuild browser builder to workspace schema |
10+
| [4f31b57df](https://github.com/angular/angular-cli/commit/4f31b57df36da5230dd247791d0875d60b929035) | fix | disable version check when running `ng completion` commands |
11+
| [fd92eaa86](https://github.com/angular/angular-cli/commit/fd92eaa86521f6cfd8b90884ce6b2443e9ed571d) | fix | provide an actionable error when using `--configuration` with `ng run` |
12+
| [ba3f67193](https://github.com/angular/angular-cli/commit/ba3f671936496571337bfb4e18d2ca5d0e56f515) | fix | temporarily handle boolean options in schema prefixed with `no` |
13+
14+
### @angular-devkit/build-angular
15+
16+
| Commit | Type | Description |
17+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- |
18+
| [a7709b718](https://github.com/angular/angular-cli/commit/a7709b718c953d83f3bde00fa3bf896501359946) | feat | add `externalDependencies` to the esbuild browser builder |
19+
| [667799423](https://github.com/angular/angular-cli/commit/66779942358e6faf43f6311e5c59fced3e793e46) | fix | fix incorrect glob cwd in karma when using `--include` option |
20+
| [0f02b0011](https://github.com/angular/angular-cli/commit/0f02b0011bea5bb7fff935d46768b32455ebb05e) | fix | handle `codeCoverageExclude` correctly in Windows |
21+
| [1fc7d4f56](https://github.com/angular/angular-cli/commit/1fc7d4f56b00f6aa6f2ebb4db7675e84c94062a2) | fix | ignore supported browsers during i18n extraction |
22+
23+
### @angular-devkit/core
24+
25+
| Commit | Type | Description |
26+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
27+
| [1af3f71aa](https://github.com/angular/angular-cli/commit/1af3f71aa26047a6baac815c0495b1a676c2c861) | fix | workspace writer skip creating empty projects property |
28+
29+
## Special Thanks
30+
31+
Alan Agius, Charles Lyding, Doug Parker, Paul Gschwendtner and renovate[bot]
32+
33+
<!-- CHANGELOG SPLIT MARKER -->
34+
135
<a name="14.0.3"></a>
236

337
# 14.0.3 (2022-06-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.1.0-next.1",
3+
"version": "14.1.0-next.2",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)