Skip to content

Commit 467e43b

Browse files
authored
Update next branch to reflect new release-train "v13.1.0-next.0". (#23720)
* release: bump the next branch to v13.1.0-next.0 * docs: release notes for the v13.0.0-next.8 release
1 parent dd813e7 commit 467e43b

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,35 @@ Amy Sorto, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and Вася
2727

2828
<!-- CHANGELOG SPLIT MARKER -->
2929

30+
<a name="13.0.0-next.8"></a>
31+
# 13.0.0-next.8 "gravel-chicken" (2021-10-08)
32+
### cdk
33+
| Commit | Type | Description |
34+
| -- | -- | -- |
35+
| [39138836c](https://github.com/angular/components/commit/39138836c53c0afb311ed23a494e233e84fc8d89) | fix | **drag-drop:** error when preview is destroyed before animation completes ([#23662](https://github.com/angular/components/pull/23662)) |
36+
### material
37+
| Commit | Type | Description |
38+
| -- | -- | -- |
39+
| [4f6b9fd50](https://github.com/angular/components/commit/4f6b9fd50e71459e3f5ffc3cc181e86f872aa4a9) | fix | **core:** sanity checks not disabled for node-based test environments ([#23636](https://github.com/angular/components/pull/23636)) |
40+
| [64ba72f1f](https://github.com/angular/components/commit/64ba72f1fd39623c96589ad00347f895ffb88b8a) | fix | **select:** show required asterisk when using required validator ([#23500](https://github.com/angular/components/pull/23500)) |
41+
| [2602d2e8a](https://github.com/angular/components/commit/2602d2e8a9c1b210e5a0c60f4fe9869f51972721) | fix | **stepper:** add text for screen readers to indicate when step is complete or editable ([#23519](https://github.com/angular/components/pull/23519)) |
42+
### google-maps
43+
| Commit | Type | Description |
44+
| -- | -- | -- |
45+
| [7c16258cf](https://github.com/angular/components/commit/7c16258cfb18c2d74b692e53e640e56b5d877e75) | feat | switch to non-deprecated typings ([#23350](https://github.com/angular/components/pull/23350)) |
46+
### material-experimental
47+
| Commit | Type | Description |
48+
| -- | -- | -- |
49+
| [318178020](https://github.com/angular/components/commit/318178020702879f345a649ec8f48ebb316e592a) | fix | **mdc-menu:** Use body1 typography for menu content ([#23657](https://github.com/angular/components/pull/23657)) |
50+
### multiple
51+
| Commit | Type | Description |
52+
| -- | -- | -- |
53+
| [db18b4093](https://github.com/angular/components/commit/db18b4093f23ae5c0ef76f6a9699c670ee5d55f7) | feat | add support for TypeScript 4.4 ([#23646](https://github.com/angular/components/pull/23646)) |
54+
## Special Thanks
55+
Amy Sorto, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and Вася
56+
57+
<!-- CHANGELOG SPLIT MARKER -->
58+
3059
<a name="12.2.9"></a>
3160
# 12.2.9 "cobblestone-wind" (2021-10-06)
3261
### cdk

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"tsc": "node ./node_modules/typescript/bin/tsc",
4949
"prepare": "husky install"
5050
},
51-
"version": "13.0.0-next.8",
51+
"version": "13.1.0-next.0",
5252
"dependencies": {
5353
"@angular/animations": "13.0.0-next.15",
5454
"@angular/common": "13.0.0-next.15",

0 commit comments

Comments
 (0)