Skip to content

Commit 9061b7b

Browse files
committed
release: cut the v19.2.2 release
1 parent 4da0ba5 commit 9061b7b

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="19.2.2"></a>
2+
# 19.2.2 "metal-llama" (2025-03-05)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [c31c7fe22a](https://github.com/angular/components/commit/c31c7fe22aca7765d5cc1fe367859681a5a9004c) | fix | **stepper:** emitting interacted event when item has not changed ([#30579](https://github.com/angular/components/pull/30579)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [f89ed8115c](https://github.com/angular/components/commit/f89ed8115c229f41eb532f92b28d85322d27a7aa) | fix | **bottom-sheet:** focus first tabbable element by default ([#30549](https://github.com/angular/components/pull/30549)) |
11+
| [8754784ec5](https://github.com/angular/components/commit/8754784ec5120b997d0dd8f1beb58be1844fb7d3) | fix | **schematics:** remove NoopAnimationsModule from generated tests ([#30562](https://github.com/angular/components/pull/30562)) |
12+
| [bfdbc23b8c](https://github.com/angular/components/commit/bfdbc23b8cdfe465f68c52e81aa58ca5e6b4c613) | fix | **timepicker:** unable to reopen if closed by scroll strategy ([#30561](https://github.com/angular/components/pull/30561)) |
13+
### material-angular-io
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [cd40ee0f37](https://github.com/angular/components/commit/cd40ee0f37d3952bc78d173361f484b3bd9c5846) | fix | sidenav links not updating ([#30564](https://github.com/angular/components/pull/30564)) |
17+
### multiple
18+
| Commit | Type | Description |
19+
| -- | -- | -- |
20+
| [3c68b6d6b7](https://github.com/angular/components/commit/3c68b6d6b7078c7da5e4f56311d11bf41f502e5a) | fix | resolve host binding issues ([#30570](https://github.com/angular/components/pull/30570)) |
21+
22+
<!-- CHANGELOG SPLIT MARKER -->
23+
124
<a name="19.2.1"></a>
225
# 19.2.1 "neptunite-neptune" (2025-02-26)
326

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": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky"
5656
},
57-
"version": "19.2.1",
57+
"version": "19.2.2",
5858
"dependencies": {
5959
"@angular/animations": "^19.2.0",
6060
"@angular/common": "^19.2.0",

0 commit comments

Comments
 (0)