From 54eefb606d42d0c49d65e673af34322cd3c83e78 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sat, 14 Jun 2025 13:54:52 +0200 Subject: [PATCH] chore: update minimum core version to 8.0.1 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 4f6e4ce1c..2b3e205fd 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 = '^6.0.1'; +const MIN_CORE_VERSION = '^8.0.1'; const RXJS_VERSION = '^5.5.0 || ^6.5.0 || ^7.3.0'; const PLUGIN_PEER_DEPENDENCIES = {