diff --git a/CHANGELOG.md b/CHANGELOG.md index bd94c0e243d7..c7d6574e2c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ + +# 14.0.4 "sapphire-sandal" (2022-06-29) +### material +| Commit | Type | Description | +| -- | -- | -- | +| [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)) | +### material-experimental +| Commit | Type | Description | +| -- | -- | -- | +| [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)) | +### docs +| Commit | Type | Description | +| -- | -- | -- | +| [c4ae88fb5](https://github.com/angular/components/commit/c4ae88fb5729081d16848d4cc197cfbb9ce32110) | fix | rename master to something else ([#25151](https://github.com/angular/components/pull/25151)) | +### multiple +| Commit | Type | Description | +| -- | -- | -- | +| [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)) | +## Special Thanks +Ammar Najjar, Amy Sorto, Angular Robot, James Jansson, Kristiyan Kostadinov, Paul Gschwendtner, Zach Arend and renovate[bot] + + + # 14.0.3 "diamond-orb" (2022-06-23) ### cdk diff --git a/package.json b/package.json index bf51be6328a0..01246f23a0d4 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts", "prepare": "husky install" }, - "version": "14.0.3", + "version": "14.0.4", "dependencies": { "@angular/animations": "^14.0.1", "@angular/common": "^14.0.1",