Skip to content

Commit dd813e7

Browse files
authored
release: cut the v13.0.0-next.8 release (#23718)
1 parent ccf3f46 commit dd813e7

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
<a name="13.0.0-next.8"></a>
2+
# 13.0.0-next.8 "gravel-chicken" (2021-10-08)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [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)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [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)) |
11+
| [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)) |
12+
| [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)) |
13+
### google-maps
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [7c16258cf](https://github.com/angular/components/commit/7c16258cfb18c2d74b692e53e640e56b5d877e75) | feat | switch to non-deprecated typings ([#23350](https://github.com/angular/components/pull/23350)) |
17+
### material-experimental
18+
| Commit | Type | Description |
19+
| -- | -- | -- |
20+
| [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)) |
21+
### multiple
22+
| Commit | Type | Description |
23+
| -- | -- | -- |
24+
| [db18b4093](https://github.com/angular/components/commit/db18b4093f23ae5c0ef76f6a9699c670ee5d55f7) | feat | add support for TypeScript 4.4 ([#23646](https://github.com/angular/components/pull/23646)) |
25+
## Special Thanks
26+
Amy Sorto, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and Вася
27+
28+
<!-- CHANGELOG SPLIT MARKER -->
29+
130
<a name="12.2.9"></a>
231
# 12.2.9 "cobblestone-wind" (2021-10-06)
332
### cdk

package.json

Lines changed: 1 addition & 1 deletion
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.7",
51+
"version": "13.0.0-next.8",
5252
"dependencies": {
5353
"@angular/animations": "13.0.0-next.15",
5454
"@angular/common": "13.0.0-next.15",

0 commit comments

Comments
 (0)