Skip to content

Commit 47132da

Browse files
authored
release: cut the v14.0.4 release (#25193)
1 parent 0d3716b commit 47132da

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<a name="14.0.4"></a>
2+
# 14.0.4 "sapphire-sandal" (2022-06-29)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [c970ff9d3](https://github.com/angular/components/commit/c970ff9d37ad8ea2e1ed9bee24a38723c8bc3d60) | fix | **stepper:** isErrorState accepts AbstractControl instead of UntypedFormControl to avoid compiler errors when strict typing is enabled ([#25105](https://github.com/angular/components/pull/25105)) |
7+
### material-experimental
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [1b50a0743](https://github.com/angular/components/commit/1b50a07432f97710ee4c56b3bf9e7981371572eb) | fix | **mdc-chips:** missing role for trailing actions container ([#25160](https://github.com/angular/components/pull/25160)) |
11+
### docs
12+
| Commit | Type | Description |
13+
| -- | -- | -- |
14+
| [c4ae88fb5](https://github.com/angular/components/commit/c4ae88fb5729081d16848d4cc197cfbb9ce32110) | fix | rename master to something else ([#25151](https://github.com/angular/components/pull/25151)) |
15+
### multiple
16+
| Commit | Type | Description |
17+
| -- | -- | -- |
18+
| [301f6b0ef](https://github.com/angular/components/commit/301f6b0ef3331a2d58b9ff8d9f927f28d2bcdf3b) | fix | touch targets not excluded in densities lower than -2 ([#25108](https://github.com/angular/components/pull/25108)) |
19+
## Special Thanks
20+
Ammar Najjar, Amy Sorto, Angular Robot, James Jansson, Kristiyan Kostadinov, Paul Gschwendtner, Zach Arend and renovate[bot]
21+
22+
<!-- CHANGELOG SPLIT MARKER -->
23+
124
<a name="14.0.3"></a>
225
# 14.0.3 "diamond-orb" (2022-06-23)
326
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky install"
5656
},
57-
"version": "14.0.3",
57+
"version": "14.0.4",
5858
"dependencies": {
5959
"@angular/animations": "^14.0.1",
6060
"@angular/common": "^14.0.1",

0 commit comments

Comments
 (0)