Skip to content

Commit

Permalink
release: cut the v15.0.0-next.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Sep 29, 2022
1 parent 3b769b3 commit 8ae0b2c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
<a name="15.0.0-next.3"></a>
# 15.0.0-next.3 "blubber-blabber" (2022-09-29)
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [b5f15f426c](https://github.com/angular/components/commit/b5f15f426ce358163ef516e82d05872752ec4a3c) | fix | **a11y:** clean up list key manager on destroy ([#25715](https://github.com/angular/components/pull/25715)) |
### material
| Commit | Type | Description |
| -- | -- | -- |
| [3b769b3eb3](https://github.com/angular/components/commit/3b769b3eb3a285c770857aeb097640342ccff231) | feat | **core:** remove typography styles from core mixin ([#25723](https://github.com/angular/components/pull/25723)) |
| [df50b0721f](https://github.com/angular/components/commit/df50b0721f45da48896751aa2cbf1888ab459cfe) | fix | **schematics:** add explicit typography @include in v15 update ([#25724](https://github.com/angular/components/pull/25724)) |
## Special Thanks
Andrew Seguin, Kristiyan Kostadinov and Miles Malerba

<!-- CHANGELOG SPLIT MARKER -->

<a name="15.0.0-next.2"></a>
# 15.0.0-next.2 "bamboo-bear" (2022-09-28)
## Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,7 +53,7 @@
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky install"
},
"version": "15.0.0-next.2",
"version": "15.0.0-next.3",
"dependencies": {
"@angular/animations": "^15.0.0-next.0",
"@angular/common": "^15.0.0-next.0",
Expand Down

0 comments on commit 8ae0b2c

Please sign in to comment.