Skip to content

Commit ef0fa05

Browse files
committed
release: cut the v16.0.0-next.1 release
1 parent 0c68a16 commit ef0fa05

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="16.0.0-next.1"></a>
2+
# 16.0.0-next.1 "jade-jacket" (2023-03-08)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [168619b12](https://github.com/angular/components/commit/168619b12425978476cebd6b060c007e57b5d3af) | fix | **chips:** unable to shift + tab out of a chip set ([#26727](https://github.com/angular/components/pull/26727)) |
7+
| [4c8f50554](https://github.com/angular/components/commit/4c8f50554466db6049eeb21e6875347fb3a1e6fd) | fix | **core:** mat-option sets aria-selected="false" ([#26673](https://github.com/angular/components/pull/26673)) |
8+
| [fbca2e931](https://github.com/angular/components/commit/fbca2e93176e6b263fe7158fd85e2748f5985150) | fix | **datepicker:** resolve server-side rendering error ([#26742](https://github.com/angular/components/pull/26742)) |
9+
| [3442c0ee0](https://github.com/angular/components/commit/3442c0ee01782fd9f05cf712cc28cf82d8e4f57a) | fix | **paginator:** opt-out of single-selection indicator ([#26746](https://github.com/angular/components/pull/26746)) |
10+
| [5ea4ca579](https://github.com/angular/components/commit/5ea4ca579c6f829507e04fe6819499c71f7a18d9) | fix | **snack-bar:** live region not working when modal is open ([#26725](https://github.com/angular/components/pull/26725)) |
11+
### cdk-experimental
12+
| Commit | Type | Description |
13+
| -- | -- | -- |
14+
| [7043a51da](https://github.com/angular/components/commit/7043a51da122927f63f6ea9c72ba4c28fafcc507) | fix | **scrolling:** throw error rather than string ([#26736](https://github.com/angular/components/pull/26736)) |
15+
## Special Thanks
16+
Kristiyan Kostadinov, RuoJia123, Wagner Maciel and Zach Arend
17+
18+
<!-- CHANGELOG SPLIT MARKER -->
19+
120
<a name="15.2.2"></a>
221
# 15.2.2 "topaz-toast" (2023-03-08)
322
### material

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

0 commit comments

Comments
 (0)