From 0b9c0404972ac45140f2e36be1f8c073420aee2f Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Wed, 22 Jan 2025 16:57:04 +0100 Subject: [PATCH] release: cut the v19.1.1 release --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4653e2cb0733..2e77a587316f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# 19.1.1 "lanthanum-labrador" (2025-01-22) +### cdk +| Commit | Type | Description | +| -- | -- | -- | +| [380fd1dfa](https://github.com/angular/components/commit/380fd1dfa03a05ab13d92e742eed563037d40e97) | fix | **text-field:** clear cached line height on resize ([#30355](https://github.com/angular/components/pull/30355)) | +### material +| Commit | Type | Description | +| -- | -- | -- | +| [5c4421641](https://github.com/angular/components/commit/5c44216415186ddfd55cd1cb93951ccd9f70b537) | fix | **autocomplete:** fix initial render logic ([#30348](https://github.com/angular/components/pull/30348)) | +| [db3895cf1](https://github.com/angular/components/commit/db3895cf15dde15e613010aafc9d68f51c7cefe6) | fix | **chips:** fix chip blur timing ([#30347](https://github.com/angular/components/pull/30347)) | +| [09d7476d9](https://github.com/angular/components/commit/09d7476d9a1ee10a4a6e453507eb0c0bc776f3c5) | fix | **expansion:** inherit shape for focus indicator ([#30352](https://github.com/angular/components/pull/30352)) | + + + # 19.1.0 "denim-firefly" (2025-01-16) ### cdk diff --git a/package.json b/package.json index 0d49aaf81b03..ddfc2fd3b4db 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts", "prepare": "husky" }, - "version": "19.1.0", + "version": "19.1.1", "dependencies": { "@angular/animations": "^19.1.0-rc.0", "@angular/common": "^19.1.0-rc.0",