Skip to content

Commit 3313edb

Browse files
committed
release: cut the v16.1.0-next.2 release
1 parent 8b87fe9 commit 3313edb

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="16.1.0-next.2"></a>
2+
# 16.1.0-next.2 "satin-shoe" (2023-06-01)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [4656c24f78](https://github.com/angular/components/commit/4656c24f784a0efa7136b7138a88666d8b2da917) | fix | **overlay:** remove circular dependency workarounds ([#27190](https://github.com/angular/components/pull/27190)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [3703cc912c](https://github.com/angular/components/commit/3703cc912cca1ebc129b5e11be09bf6a505bf5b9) | feat | **select:** add input to control the panel width ([#27188](https://github.com/angular/components/pull/27188)) |
11+
| [2c078673a7](https://github.com/angular/components/commit/2c078673a7d1e852eb13165942c9c3f6a6d199d9) | fix | **chips:** fix click target when stacked ([#27129](https://github.com/angular/components/pull/27129)) |
12+
| [57adfe4fbf](https://github.com/angular/components/commit/57adfe4fbf1bfa9cc3f8c0eeebc95a132d42a551) | fix | **select:** incorrect position if initialized late ([#27198](https://github.com/angular/components/pull/27198)) |
13+
| [43c6fe349f](https://github.com/angular/components/commit/43c6fe349fad5f896e582d8d75fcac1d183626b4) | fix | **slider:** handle ngModel initial null value ([#27149](https://github.com/angular/components/pull/27149)) |
14+
### material-experimental
15+
| Commit | Type | Description |
16+
| -- | -- | -- |
17+
| [aec23ac348](https://github.com/angular/components/commit/aec23ac348f41d288417c1ae7788e0bd7cb8a9a9) | feat | **theming:** add first part of token-based theming API ([#27000](https://github.com/angular/components/pull/27000)) |
18+
19+
<!-- CHANGELOG SPLIT MARKER -->
20+
121
<a name="16.0.3"></a>
222
# 16.0.3 "silk-scarf" (2023-06-01)
323
### 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.1.0-next.1",
57+
"version": "16.1.0-next.2",
5858
"dependencies": {
5959
"@angular/animations": "^16.0.0",
6060
"@angular/common": "^16.0.0",

0 commit comments

Comments
 (0)