Skip to content

Commit be263e5

Browse files
committed
release: cut the v13.0.0-next.7 release
1 parent 15697ab commit be263e5

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="13.0.0-next.7"></a>
2+
# 13.0.0-next.7 "linen-lemon" (2021-09-29)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [6e1f522d6a](https://github.com/angular/components/commit/6e1f522d6a50d6f589d069775bc771b5590bff4c) | fix | **drag-drop:** allow using cdkDragRootElement w/ comment tag ([#23596](https://github.com/angular/components/pull/23596)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [f5883db598](https://github.com/angular/components/commit/f5883db5987a5a8d3bb42f4f15bd82f0daed9836) | fix | **badge:** correctly apply badge description ([#23562](https://github.com/angular/components/pull/23562)) |
11+
| [d13b8ea010](https://github.com/angular/components/commit/d13b8ea0101e711cd05d23efafca4362f03815c6) | fix | **expansion:** fix header border in high contrast mode ([#23613](https://github.com/angular/components/pull/23613)) |
12+
| [980f6b2b22](https://github.com/angular/components/commit/980f6b2b228ceff49eef7e08b3b5a048c008f91c) | fix | **stepper:** add styling to stepper for high contrast mode ([#23526](https://github.com/angular/components/pull/23526)) |
13+
### material-experimental
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [c649f7dfca](https://github.com/angular/components/commit/c649f7dfca3df2cd3a47365a2930718dab4a8a09) | fix | **mdc-typography:** better mappings for 2014 to 2018 typography ([#23618](https://github.com/angular/components/pull/23618)) |
17+
## Special Thanks
18+
Amy Sorto, Jeremy Elbourn, Marco Marche, Miles Malerba, Ruslan Lekhman and Zach Arend
19+
20+
<!-- CHANGELOG SPLIT MARKER -->
21+
122
<a name="12.2.8"></a>
223
# 12.2.8 "plastic-plant" (2021-09-29)
324
### material

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"tsc": "node ./node_modules/typescript/bin/tsc",
5151
"prepare": "husky install"
5252
},
53-
"version": "13.0.0-next.6",
53+
"version": "13.0.0-next.7",
5454
"dependencies": {
5555
"@angular/animations": "13.0.0-next.2",
5656
"@angular/common": "13.0.0-next.2",

0 commit comments

Comments
 (0)