From ccbdb6d3195111f9dfe913642b96c20cbecccefc Mon Sep 17 00:00:00 2001 From: Wagner Maciel Date: Wed, 6 Nov 2024 17:21:08 +0000 Subject: [PATCH] release: cut the v18.2.12 release --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1367b9fc06cc..7c14ce593b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +# 18.2.12 "galaxite-galaxy" (2024-11-06) +### material +| Commit | Type | Description | +| -- | -- | -- | +| [3fc968a59](https://github.com/angular/components/commit/3fc968a59048c752e4ad7961e9badeed1253b3d7) | fix | **datepicker:** use SVG icons for calendar ([#29957](https://github.com/angular/components/pull/29957)) | + + + # 18.2.11 "limonite-lemon" (2024-10-31) ### cdk diff --git a/package.json b/package.json index 62345ff5e4a6..a1b8d927ea3b 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.11", + "version": "18.2.12", "dependencies": { "@angular/animations": "^18.2.0-next.2", "@angular/common": "^18.2.0-next.2",