Skip to content

Commit 03e6f0d

Browse files
committed
release: cut the v16.2.3 release
1 parent 08dd232 commit 03e6f0d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="16.2.3"></a>
2+
# 16.2.3 "plastic-part" (2023-09-07)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [ffd4209318](https://github.com/angular/components/commit/ffd4209318cdc5dc3e1e247698712679ebdf93d7) | fix | **drag-drop:** constrainPosition now working well with boundary ([#27730](https://github.com/angular/components/pull/27730)) |
7+
| [08dd2322ac](https://github.com/angular/components/commit/08dd2322accbac10cdb93181d51770cb4db7cf68) | fix | **menu:** run change detection for changes to overlay ref of trigger ([#27726](https://github.com/angular/components/pull/27726)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [72a5d1eedc](https://github.com/angular/components/commit/72a5d1eedc090cbd08d3aaed30cea6c05601272e) | fix | **tabs:** add aria-hidden to inactive tabs ([#27742](https://github.com/angular/components/pull/27742)) |
12+
13+
<!-- CHANGELOG SPLIT MARKER -->
14+
115
<a name="16.2.2"></a>
216
# 16.2.2 "baryte-barnacle" (2023-08-30)
317
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5656
"prepare": "husky install"
5757
},
58-
"version": "16.2.2",
58+
"version": "16.2.3",
5959
"dependencies": {
6060
"@angular/animations": "^16.1.1",
6161
"@angular/common": "^16.1.1",

0 commit comments

Comments
 (0)