Skip to content

Commit 46b9852

Browse files
committed
release: cut the v16.0.0-next.3 release
1 parent 69f8c3c commit 46b9852

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="16.0.0-next.3"></a>
2+
# 16.0.0-next.3 "limonite-lime" (2023-03-23)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [7e9878c96](https://github.com/angular/components/commit/7e9878c96e18a5252d0c95d01d3b467d74525246) | fix | **card:** tokenize the card elevation ([#26770](https://github.com/angular/components/pull/26770)) |
7+
| [76eeaaf20](https://github.com/angular/components/commit/76eeaaf204cfcb491492b92f7b08c29074253164) | fix | **checkbox:** refactor to depend on @angular/material/core/tokens ([#26744](https://github.com/angular/components/pull/26744)) |
8+
| [96aadaa41](https://github.com/angular/components/commit/96aadaa411a3af93626af9aa73fb4abd6600d0b3) | fix | **core:** apply strong focus styles to selected option ([#26811](https://github.com/angular/components/pull/26811)) |
9+
| [7cd18004d](https://github.com/angular/components/commit/7cd18004d4f3c0c4665eebc19986b92bcdb7783b) | fix | **datepicker:** date range input not marked as required when using reactive forms ([#26749](https://github.com/angular/components/pull/26749)) |
10+
| [142e845a1](https://github.com/angular/components/commit/142e845a1232cf7fb7256072c60960b7be973eb3) | fix | **tooltip:** only expand hover area on side closest to trigger ([#26786](https://github.com/angular/components/pull/26786)) |
11+
## Special Thanks
12+
Kristiyan Kostadinov, Miles Malerba, Sneaky, Wagner Maciel and Zach Arend
13+
14+
<!-- CHANGELOG SPLIT MARKER -->
15+
116
<a name="16.0.0-next.2"></a>
217
# 16.0.0-next.2 "feather-shark" (2023-03-16)
318
### material

package.json

+1-1
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-next.2",
57+
"version": "16.0.0-next.3",
5858
"dependencies": {
5959
"@angular/animations": "^16.0.0-next.2",
6060
"@angular/common": "^16.0.0-next.2",

0 commit comments

Comments
 (0)