Skip to content

Commit 8ac3ca1

Browse files
committed
release: cut the v17.1.0-next.2 release
1 parent cbf677c commit 8ac3ca1

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
<a name="17.1.0-next.2"></a>
2+
# 17.1.0-next.2 "moss-cathedral" (2023-12-07)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [ec86cf88ee](https://github.com/angular/components/commit/ec86cf88ee8def16b906a893245fe564db9b0b33) | fix | **checkbox:** move required validation into component |
7+
| [c2c818ceeb](https://github.com/angular/components/commit/c2c818ceeb3231128e4ec3d7b9a67b5460368230) | fix | **slide-toggle:** move required validation into component |
8+
| [f3b0616f3c](https://github.com/angular/components/commit/f3b0616f3cb2b9f70f955a6a7ba5142a6be7d676) | fix | **slider:** fix tick mark precision ([#28193](https://github.com/angular/components/pull/28193)) |
9+
### google-maps
10+
| Commit | Type | Description |
11+
| -- | -- | -- |
12+
| [338aa184ae](https://github.com/angular/components/commit/338aa184aee83c2b7c450c7272897e4417bccb79) | fix | error when added through ng add |
13+
### youtube-player
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [62ca3ede70](https://github.com/angular/components/commit/62ca3ede70bb87e212fcf5f88b1e9cb8a1660d92) | fix | error when added through ng add |
17+
### material-moment-adapter
18+
| Commit | Type | Description |
19+
| -- | -- | -- |
20+
| [eca50162a7](https://github.com/angular/components/commit/eca50162a7d3367f2028fcaa75f9b08e58109f8b) | fix | error when added through ng add |
21+
### material-luxon-adapter
22+
| Commit | Type | Description |
23+
| -- | -- | -- |
24+
| [91b646717d](https://github.com/angular/components/commit/91b646717d9836215ff839fafcf148ded677006e) | fix | error when added through ng add |
25+
### material-date-fns-adapter
26+
| Commit | Type | Description |
27+
| -- | -- | -- |
28+
| [2da9f6bc32](https://github.com/angular/components/commit/2da9f6bc32d48fcb72d447e665ce592114aa1cf5) | fix | error when added through ng add |
29+
### multiple
30+
| Commit | Type | Description |
31+
| -- | -- | -- |
32+
| [997bf75f9f](https://github.com/angular/components/commit/997bf75f9fb20c4b67f02c94baf128edd7eb007c) | fix | consolidate and tokenize internal form field ([#28236](https://github.com/angular/components/pull/28236)) |
33+
34+
<!-- CHANGELOG SPLIT MARKER -->
35+
136
<a name="17.0.3"></a>
237
# 17.0.3 "opal-kaleidoscope" (2023-12-07)
338
### material

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5757
"prepare": "husky install"
5858
},
59-
"version": "17.1.0-next.1",
59+
"version": "17.1.0-next.2",
6060
"dependencies": {
6161
"@angular/animations": "^17.1.0-next.1",
6262
"@angular/common": "^17.1.0-next.1",

0 commit comments

Comments
 (0)