diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f49d5e7aa56..2a9f27e8adf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +# 13.3.8 "lead-lamp" (2022-05-25) +### material +| Commit | Type | Description | +| -- | -- | -- | +| [8611a742b](https://github.com/angular/components/commit/8611a742baa0e44bbf88007f30f3d274495e2209) | fix | **tabs:** ensure the ink bar realigns when the tab header items have changed in dimensions ([#24885](https://github.com/angular/components/pull/24885)) | +### material-experimental +| Commit | Type | Description | +| -- | -- | -- | +| [7386fe865](https://github.com/angular/components/commit/7386fe865fea4da7f3963fda5cc234d0ae64dad7) | fix | **mdc-checkbox:** Use cursor:pointer for label ([#24927](https://github.com/angular/components/pull/24927)) | +### multiple +| Commit | Type | Description | +| -- | -- | -- | +| [a7ee8a80b](https://github.com/angular/components/commit/a7ee8a80b8827a3b064ee80850331d0a87182236) | fix | fix focus and hover styles for mdc-checkbox and mdc-radio ([#24930](https://github.com/angular/components/pull/24930)) | +| [b8fddd60c](https://github.com/angular/components/commit/b8fddd60c019bed995b3f6648e34c4f1a1447e08) | fix | fix style imports and deps for mdc-checkbox and mdc-radio ([#24972](https://github.com/angular/components/pull/24972)) | +## Special Thanks +Joey Perrott, Miles Malerba, Vaughan Hilts and Wagner Maciel + + + # 13.3.7 "chiffon-carambola" (2022-05-11) ### material diff --git a/package.json b/package.json index 7dc52a753a55..18ee14a5f7df 100644 --- a/package.json +++ b/package.json @@ -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.7", + "version": "13.3.8", "dependencies": { "@angular/animations": "13.3.0", "@angular/common": "13.3.0",