Skip to content

Commit ff8ffaf

Browse files
committed
release: cut the v13.3.5 release
1 parent 73bf44c commit ff8ffaf

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="13.3.5"></a>
2+
# 13.3.5 "bread-bun" (2022-04-27)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [68d09ddecd](https://github.com/angular/components/commit/68d09ddecdde594ed395e0ec580c4b403663f8de) | fix | **overlay:** animations interrupted on repeat insertions ([#24815](https://github.com/angular/components/pull/24815)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [86a1e8c7be](https://github.com/angular/components/commit/86a1e8c7be80a89303f47d6eba72d28a9f2e13a6) | fix | **autocomplete:** outside click in Angular zone. ([#24817](https://github.com/angular/components/pull/24817)) |
11+
### material-experimental
12+
| Commit | Type | Description |
13+
| -- | -- | -- |
14+
| [b16a33dbb2](https://github.com/angular/components/commit/b16a33dbb29136dbf230b37cd9d12d46376c210d) | fix | **mdc-slider:** remove pointerdown passive eve… ([#24766](https://github.com/angular/components/pull/24766)) |
15+
| [6603bd5ec6](https://github.com/angular/components/commit/6603bd5ec6891dcc2a4c0d5ab3b5a9cfc8eec068) | fix | **mdc-snack-bar:** avoid querying the DOM on each change detection ([#24770](https://github.com/angular/components/pull/24770)) |
16+
## Special Thanks
17+
Egor Volvachev, Jesse Beder, Kirill Cherkashin, Kristiyan Kostadinov, Paul Gschwendtner, Ruslan Lekhman, Sukka and Wagner Maciel
18+
19+
<!-- CHANGELOG SPLIT MARKER -->
20+
121
<a name="13.3.4"></a>
222
# 13.3.4 "adamantium-albatross" (2022-04-20)
323
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ci-docs-monitor-test": "ts-node --project scripts/tsconfig.json scripts/docs-deploy/monitoring/ci-test.ts",
5353
"prepare": "husky install"
5454
},
55-
"version": "13.3.4",
55+
"version": "13.3.5",
5656
"dependencies": {
5757
"@angular/animations": "13.3.0",
5858
"@angular/common": "13.3.0",

0 commit comments

Comments
 (0)