Skip to content

Commit

Permalink
release: cut the v13.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Apr 28, 2022
1 parent 73bf44c commit ff8ffaf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="13.3.5"></a>
# 13.3.5 "bread-bun" (2022-04-27)
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [68d09ddecd](https://github.com/angular/components/commit/68d09ddecdde594ed395e0ec580c4b403663f8de) | fix | **overlay:** animations interrupted on repeat insertions ([#24815](https://github.com/angular/components/pull/24815)) |
### material
| Commit | Type | Description |
| -- | -- | -- |
| [86a1e8c7be](https://github.com/angular/components/commit/86a1e8c7be80a89303f47d6eba72d28a9f2e13a6) | fix | **autocomplete:** outside click in Angular zone. ([#24817](https://github.com/angular/components/pull/24817)) |
### material-experimental
| Commit | Type | Description |
| -- | -- | -- |
| [b16a33dbb2](https://github.com/angular/components/commit/b16a33dbb29136dbf230b37cd9d12d46376c210d) | fix | **mdc-slider:** remove pointerdown passive eve… ([#24766](https://github.com/angular/components/pull/24766)) |
| [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)) |
## Special Thanks
Egor Volvachev, Jesse Beder, Kirill Cherkashin, Kristiyan Kostadinov, Paul Gschwendtner, Ruslan Lekhman, Sukka and Wagner Maciel

<!-- CHANGELOG SPLIT MARKER -->

<a name="13.3.4"></a>
# 13.3.4 "adamantium-albatross" (2022-04-20)
### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ci-docs-monitor-test": "ts-node --project scripts/tsconfig.json scripts/docs-deploy/monitoring/ci-test.ts",
"prepare": "husky install"
},
"version": "13.3.4",
"version": "13.3.5",
"dependencies": {
"@angular/animations": "13.3.0",
"@angular/common": "13.3.0",
Expand Down

0 comments on commit ff8ffaf

Please sign in to comment.