From e2f8773970435f8c68de1a717b7bb15d3f89f2e4 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Fri, 21 Aug 2026 13:34:28 +0200 Subject: [PATCH] chore: remove local-notifications from manifest Removed local-notifications entry from manifest. --- .release-please-manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7c70fb60..422e758ee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,7 +6,6 @@ "clipboard": "9.0.0-alpha.2", "device": "9.0.0-alpha.2", "dialog": "9.0.0-alpha.2", - "local-notifications": "9.0.0-alpha.2", "motion": "9.0.0-alpha.2", "network": "9.0.0-alpha.2", "preferences": "9.0.0-alpha.2", @@ -18,4 +17,4 @@ "status-bar": "9.0.0-alpha.2", "text-zoom": "9.0.0-alpha.2", "toast": "9.0.0-alpha.2" -} \ No newline at end of file +}