From 2b1e0d4e5f42cecd8984f6926cfc6471b5a71800 Mon Sep 17 00:00:00 2001 From: Miles Malerba Date: Wed, 7 Aug 2024 20:01:31 +0000 Subject: [PATCH] release: cut the v18.1.4 release --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b74a72a323a..747de2e008fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# 18.1.4 "pewter-polka" (2024-08-07) +### material +| Commit | Type | Description | +| -- | -- | -- | +| [2b5ae8c0ed](https://github.com/angular/components/commit/2b5ae8c0edc6e5c435dd729e704c397cfead2896) | fix | **chips:** missing tokens in M3 ([#29531](https://github.com/angular/components/pull/29531)) | +| [b98432839e](https://github.com/angular/components/commit/b98432839ef879757452a48b149fad0e289e3aae) | fix | **sidenav:** disable focus trap while closed ([#29548](https://github.com/angular/components/pull/29548)) | + + + # 18.1.3 "plastic-beach" (2024-07-31) ### cdk diff --git a/package.json b/package.json index 205639fd61ab..ee3b4fbd2d6d 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.1.3", + "version": "18.1.4", "dependencies": { "@angular/animations": "^18.2.0-next.2", "@angular/common": "^18.2.0-next.2",