Skip to content

Commit 9ee64e4

Browse files
authored
Revert "Bump version to "v13.0.2" with changelog." (#23975)
1 parent 04bfe7e commit 9ee64e4

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

CHANGELOG.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
1-
<a name="13.0.2"></a>
2-
# 13.0.2 "taffy-tangerine" (2021-11-17)
3-
### cdk
4-
| Commit | Type | Description |
5-
| -- | -- | -- |
6-
| [a24b1ac301](https://github.com/angular/components/commit/a24b1ac301e01e2e9c8d619f0a0628008c2609a7) | fix | **drag-drop:** handle not working when it has a child inside shadow DOM |
7-
| [a38fcc2924](https://github.com/angular/components/commit/a38fcc2924f0de03e8a6fd45bacc9aafea87c1f0) | fix | **testing:** fake events not propagating through shadow DOM |
8-
### material
9-
| Commit | Type | Description |
10-
| -- | -- | -- |
11-
| [ba5d36a0ba](https://github.com/angular/components/commit/ba5d36a0bab9df5220d82c1e28057e7aabe802e7) | fix | **datepicker:** Add aria-current="date" to current date ([#23714](https://github.com/angular/components/pull/23714)) |
12-
| [759d85a2ff](https://github.com/angular/components/commit/759d85a2fff0d287143d0617c4394c864a4c6dcd) | fix | **tabs:** pagination sometimes incorrectly shown after zoom ([#23759](https://github.com/angular/components/pull/23759)) |
13-
### material-experimental
14-
| Commit | Type | Description |
15-
| -- | -- | -- |
16-
| [59ea11602a](https://github.com/angular/components/commit/59ea11602ad9a443c3e1652c5175d3929509f4f1) | fix | **mdc-list:** don't override focus styles with hover ([#23840](https://github.com/angular/components/pull/23840)) |
17-
### multiple
18-
| Commit | Type | Description |
19-
| -- | -- | -- |
20-
| [e5c589d473](https://github.com/angular/components/commit/e5c589d47313da99a438e58e5154e314513b0ffa) | perf | don't emit fallbacks for CSS variables in experimental components ([#23912](https://github.com/angular/components/pull/23912)) |
21-
## Special Thanks
22-
ByzantineFailure, Dario Piotrowicz, Jeremy Elbourn, Joey Perrott, Kristiyan Kostadinov and Paul Gschwendtner
23-
24-
<!-- CHANGELOG SPLIT MARKER -->
25-
261
<a name="13.0.1"></a>
272
# 13.0.1 "chalk-city" (2021-11-11)
283
### 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.2",
51+
"version": "13.0.1",
5252
"dependencies": {
5353
"@angular/animations": "13.0.1",
5454
"@angular/common": "13.0.1",

0 commit comments

Comments
 (0)