From 3a6817ff58408149ef83c995876460eae6c076c3 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Wed, 3 Jul 2024 10:58:09 +0000 Subject: [PATCH] release: cut the v18.0.6 release --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7179b0f6e5af..b5c4a92df964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +# 18.0.6 "gallium-grape" (2024-07-03) +### material +| Commit | Type | Description | +| -- | -- | -- | +| [e5c5f151c](https://github.com/angular/components/commit/e5c5f151cc3a5293f629bfa84bcddb0b391cf268) | fix | **core:** add fallback if ripples get stuck ([#29323](https://github.com/angular/components/pull/29323)) | + + + # 18.0.5 "plastic-puppy" (2024-06-26) ### cdk diff --git a/package.json b/package.json index 37a32047f4ca..25d9367c3bf4 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.0.5", + "version": "18.0.6", "dependencies": { "@angular/animations": "^18.0.0", "@angular/common": "^18.0.0",