diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b6b4db0670..0b21374e8a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +# 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)) | + + + # 17.3.2 "benitoite-biscuit" (2024-03-28) ### cdk diff --git a/package.json b/package.json index 7d22ba714fcc..7b0b795e15cb 100644 --- a/package.json +++ b/package.json @@ -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",