Skip to content

Commit 0b9c040

Browse files
committed
release: cut the v19.1.1 release
1 parent 380fd1d commit 0b9c040

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="19.1.1"></a>
2+
# 19.1.1 "lanthanum-labrador" (2025-01-22)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [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)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [5c4421641](https://github.com/angular/components/commit/5c44216415186ddfd55cd1cb93951ccd9f70b537) | fix | **autocomplete:** fix initial render logic ([#30348](https://github.com/angular/components/pull/30348)) |
11+
| [db3895cf1](https://github.com/angular/components/commit/db3895cf15dde15e613010aafc9d68f51c7cefe6) | fix | **chips:** fix chip blur timing ([#30347](https://github.com/angular/components/pull/30347)) |
12+
| [09d7476d9](https://github.com/angular/components/commit/09d7476d9a1ee10a4a6e453507eb0c0bc776f3c5) | fix | **expansion:** inherit shape for focus indicator ([#30352](https://github.com/angular/components/pull/30352)) |
13+
14+
<!-- CHANGELOG SPLIT MARKER -->
15+
116
<a name="19.1.0"></a>
217
# 19.1.0 "denim-firefly" (2025-01-16)
318
### cdk

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky"
5656
},
57-
"version": "19.1.0",
57+
"version": "19.1.1",
5858
"dependencies": {
5959
"@angular/animations": "^19.1.0-rc.0",
6060
"@angular/common": "^19.1.0-rc.0",

0 commit comments

Comments
 (0)