Skip to content

Commit 6e51008

Browse files
committed
release: cut the v16.0.1 release
1 parent 18dc5be commit 6e51008

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="16.0.1"></a>
2+
# 16.0.1 "sulfur-socks" (2023-05-11)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [9c1112d40](https://github.com/angular/components/commit/9c1112d408361a47c98dfd470b8e990cbd1753db) | fix | **schematics:** avoid throwing an error for empty program ([#27060](https://github.com/angular/components/pull/27060)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [bae2830b3](https://github.com/angular/components/commit/bae2830b3262ff0cf16a4c36f795dbe96d08f80c) | fix | **badge:** insert inline description for non-interactive hosts ([#27025](https://github.com/angular/components/pull/27025)) |
11+
| [54507552d](https://github.com/angular/components/commit/54507552df0bcb47e15fc7339bc7ae4d7ddc56e0) | fix | **core:** fix opacity in elevation mixin ([#26805](https://github.com/angular/components/pull/26805)) |
12+
| [d018bf63e](https://github.com/angular/components/commit/d018bf63e4eab2ef8c66e2db7e9815a99eaff77a) | fix | **select:** ensure arrow is centered on all densities ([#27011](https://github.com/angular/components/pull/27011)) |
13+
| [3ee392eec](https://github.com/angular/components/commit/3ee392eece5b1f59270a3fbcae24e5c6531ee210) | fix | **tabs:** avoid unnecessary updates of tab ink bar ([#27031](https://github.com/angular/components/pull/27031)) |
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="16.0.0"></a>
218
# 16.0.0 "canvas-cup" (2023-05-03)
319
### cdk

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": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky install"
5656
},
57-
"version": "16.0.0",
57+
"version": "16.0.1",
5858
"dependencies": {
5959
"@angular/animations": "^16.0.0",
6060
"@angular/common": "^16.0.0",

0 commit comments

Comments
 (0)