From 809f927ad2837c71c62fea7c83dd4632a38c5f7f Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Wed, 23 Oct 2024 13:50:34 -0600 Subject: [PATCH] release: cut the v18.2.10 release --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6950984b19f5..afe37792c628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# 18.2.10 "plastic-monkey" (2024-10-23) +### material +| Commit | Type | Description | +| -- | -- | -- | +| [501faa9a54](https://github.com/angular/components/commit/501faa9a547c043e8abef5cb75acca930f31fa2e) | fix | **chips:** emitting end event multiple times when holding down key ([#29894](https://github.com/angular/components/pull/29894)) | +| [4a0397a1c7](https://github.com/angular/components/commit/4a0397a1c7527b1e56a1aedebe5dfc262327e134) | fix | **tabs:** remove IE animation workaround ([#29899](https://github.com/angular/components/pull/29899)) | + + + # 18.2.9 "curite-castle" (2024-10-17) ### material diff --git a/package.json b/package.json index 5f33984743d2..ab7f68d7294a 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts", "prepare": "husky" }, - "version": "18.2.9", + "version": "18.2.10", "dependencies": { "@angular/animations": "^18.2.0-next.2", "@angular/common": "^18.2.0-next.2",