From d1a52cdef3483ef5e4a4f34cfc308f16a2c97c00 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sat, 14 Jun 2025 14:10:16 +0200 Subject: [PATCH] chore: update minimum core version to 8.0.2 in publish script --- scripts/tasks/publish.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tasks/publish.ts b/scripts/tasks/publish.ts index 2b3e205fd..bf1eccbd9 100644 --- a/scripts/tasks/publish.ts +++ b/scripts/tasks/publish.ts @@ -30,7 +30,7 @@ const DIST = resolve(ROOT, 'dist/@awesome-cordova-plugins'); const PACKAGES = []; -const MIN_CORE_VERSION = '^8.0.1'; +const MIN_CORE_VERSION = '^8.0.2'; const RXJS_VERSION = '^5.5.0 || ^6.5.0 || ^7.3.0'; const PLUGIN_PEER_DEPENDENCIES = {