Skip to content

Commit 8857023

Browse files
committed
release: cut the v13.0.0-rc.1 release
1 parent 28cbfd9 commit 8857023

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="13.0.0-rc.1"></a>
2+
# 13.0.0-rc.1 "acrylic-finger" (2021-10-20)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [25ba7583ea](https://github.com/angular/components/commit/25ba7583eacd38ab901ae5e3caf2d7f553c363b3) | fix | **overlay:** OverlayRef.outsidePointerEvents() should only emit due to pointerdown outside overlay ([#23679](https://github.com/angular/components/pull/23679)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [a4302fd537](https://github.com/angular/components/commit/a4302fd537e10cb3147631b5421bb92b8a04b7e8) | fix | **tabs:** incorrect ripple color when CSS variables are used for theme ([#23686](https://github.com/angular/components/pull/23686)) |
11+
| [05006522f4](https://github.com/angular/components/commit/05006522f4c61bdecf758967d6076dbf7f17660e) | fix | **input:** incorrect color for select using the size attribute ([#23734](https://github.com/angular/components/pull/23734)) |
12+
### material-experimental
13+
| Commit | Type | Description |
14+
| -- | -- | -- |
15+
| [38e26e971e](https://github.com/angular/components/commit/38e26e971ef85e47e74eecbe71ab6019e2cac390) | fix | **mdc-select:** add list class to option ([#23738](https://github.com/angular/components/pull/23738)) |
16+
| [2e747ac3cf](https://github.com/angular/components/commit/2e747ac3cf67212454252d4431807785d1267672) | fix | **mdc-card:** action alignment not working ([#23742](https://github.com/angular/components/pull/23742)) |
17+
### multiple
18+
| Commit | Type | Description |
19+
| -- | -- | -- |
20+
| [ba75867b2a](https://github.com/angular/components/commit/ba75867b2a12baa124f1bb210be2733586cbf21d) | fix | use ripple theme color for color mixins ([#23739](https://github.com/angular/components/pull/23739)) |
21+
## Special Thanks
22+
Andrew Seguin, Kristiyan Kostadinov, Lukas Spirig and Paul Gschwendtner
23+
24+
125
<a name="13.0.0-rc.0"></a>
226
# 13.0.0-rc.0 "aluminum-aardvark" (2021-10-13)
327
### cdk
@@ -4996,4 +5020,4 @@ You can view a beta version of the docs at https://beta-angular-material-io.fire
49965020

49975021
# Changes Prior to 7.0.0
49985022

4999-
To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md).
5023+
To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md).

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-rc.0",
51+
"version": "13.0.0-rc.1",
5252
"dependencies": {
5353
"@angular/animations": "13.0.0-next.15",
5454
"@angular/common": "13.0.0-next.15",

0 commit comments

Comments
 (0)