Skip to content

Commit 809f927

Browse files
committedOct 23, 2024
release: cut the v18.2.10 release
1 parent 4a0397a commit 809f927

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="18.2.10"></a>
2+
# 18.2.10 "plastic-monkey" (2024-10-23)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [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)) |
7+
| [4a0397a1c7](https://github.com/angular/components/commit/4a0397a1c7527b1e56a1aedebe5dfc262327e134) | fix | **tabs:** remove IE animation workaround ([#29899](https://github.com/angular/components/pull/29899)) |
8+
9+
<!-- CHANGELOG SPLIT MARKER -->
10+
111
<a name="18.2.9"></a>
212
# 18.2.9 "curite-castle" (2024-10-17)
313
### material

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky"
5656
},
57-
"version": "18.2.9",
57+
"version": "18.2.10",
5858
"dependencies": {
5959
"@angular/animations": "^18.2.0-next.2",
6060
"@angular/common": "^18.2.0-next.2",

0 commit comments

Comments
 (0)