Skip to content

Commit

Permalink
release: cut the v17.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Apr 3, 2024
1 parent 8b92fda commit 797d97d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
<a name="17.3.3"></a>
# 17.3.3 "metal-fork" (2024-04-03)
### material
| Commit | Type | Description |
| -- | -- | -- |
| [7ccc392936](https://github.com/angular/components/commit/7ccc3929362a96e29d59a5904dc2fba5495bdbcb) | fix | **button-toggle:** standard button toggle strong focus bord… ([#28790](https://github.com/angular/components/pull/28790)) |
| [8b92fda61f](https://github.com/angular/components/commit/8b92fda61fa8299022d1cfd71607908d4fdcb2d1) | fix | **sort:** clear aria description on destroy ([#28801](https://github.com/angular/components/pull/28801)) |
### multiple
| Commit | Type | Description |
| -- | -- | -- |
| [6b5b0c5db3](https://github.com/angular/components/commit/6b5b0c5db3d3157f1b9f8d0a6a71fdcdfc003cc1) | fix | set nonce using setAttribute ([#28800](https://github.com/angular/components/pull/28800)) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.2"></a>
# 17.3.2 "benitoite-biscuit" (2024-03-28)
### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky install"
},
"version": "17.3.2",
"version": "17.3.3",
"dependencies": {
"@angular/animations": "^17.2.0",
"@angular/common": "^17.2.0",
Expand Down

0 comments on commit 797d97d

Please sign in to comment.