From 44660669120ae0600f629b351f9ec994b7b68300 Mon Sep 17 00:00:00 2001 From: OS-pedrogustavobilro Date: Tue, 25 Nov 2025 15:42:43 +0000 Subject: [PATCH 1/3] chore: Update peerDependencies to Cap 8 stable --- action-sheet/package.json | 2 +- app-launcher/package.json | 2 +- app/package.json | 2 +- browser/package.json | 2 +- camera/package.json | 2 +- clipboard/package.json | 2 +- device/package.json | 2 +- dialog/package.json | 2 +- local-notifications/package.json | 2 +- motion/package.json | 2 +- network/package.json | 2 +- preferences/package.json | 2 +- push-notifications/package.json | 2 +- screen-orientation/package.json | 2 +- screen-reader/package.json | 2 +- share/package.json | 2 +- splash-screen/package.json | 2 +- status-bar/package.json | 2 +- text-zoom/package.json | 2 +- toast/package.json | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/action-sheet/package.json b/action-sheet/package.json index 46d7787ae..5cda23ccc 100644 --- a/action-sheet/package.json +++ b/action-sheet/package.json @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/app-launcher/package.json b/app-launcher/package.json index c3d58a2e3..050d1fcc2 100644 --- a/app-launcher/package.json +++ b/app-launcher/package.json @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/app/package.json b/app/package.json index 6d593f4ff..16643af27 100644 --- a/app/package.json +++ b/app/package.json @@ -64,7 +64,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/browser/package.json b/browser/package.json index ef10365c8..088de4d93 100644 --- a/browser/package.json +++ b/browser/package.json @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/camera/package.json b/camera/package.json index 0c7140ef6..3f97865c2 100644 --- a/camera/package.json +++ b/camera/package.json @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/clipboard/package.json b/clipboard/package.json index 9680568ee..36fbcf96c 100644 --- a/clipboard/package.json +++ b/clipboard/package.json @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/device/package.json b/device/package.json index cebd57b8d..5ed76bead 100644 --- a/device/package.json +++ b/device/package.json @@ -66,7 +66,7 @@ "uvu": "^0.5.6" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/dialog/package.json b/dialog/package.json index b61f17b2f..428f15cb9 100644 --- a/dialog/package.json +++ b/dialog/package.json @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/local-notifications/package.json b/local-notifications/package.json index 4e40bcf4c..9008061f2 100644 --- a/local-notifications/package.json +++ b/local-notifications/package.json @@ -64,7 +64,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/motion/package.json b/motion/package.json index a0dda2176..e1e201526 100644 --- a/motion/package.json +++ b/motion/package.json @@ -53,7 +53,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "eslintConfig": { diff --git a/network/package.json b/network/package.json index be54598cf..d16eeee34 100644 --- a/network/package.json +++ b/network/package.json @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/preferences/package.json b/preferences/package.json index 15d723d43..2dba6693b 100644 --- a/preferences/package.json +++ b/preferences/package.json @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/push-notifications/package.json b/push-notifications/package.json index 36e62da81..9f213949e 100644 --- a/push-notifications/package.json +++ b/push-notifications/package.json @@ -64,7 +64,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/screen-orientation/package.json b/screen-orientation/package.json index d847d9fc6..d0a0ecdc9 100644 --- a/screen-orientation/package.json +++ b/screen-orientation/package.json @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/screen-reader/package.json b/screen-reader/package.json index a4156aa73..6f63ec07e 100644 --- a/screen-reader/package.json +++ b/screen-reader/package.json @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/share/package.json b/share/package.json index a3521e5c1..285fec799 100644 --- a/share/package.json +++ b/share/package.json @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/splash-screen/package.json b/splash-screen/package.json index 5511a94cd..d65503bfc 100644 --- a/splash-screen/package.json +++ b/splash-screen/package.json @@ -64,7 +64,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/status-bar/package.json b/status-bar/package.json index 0c9a6a46e..068a7c6b4 100644 --- a/status-bar/package.json +++ b/status-bar/package.json @@ -64,7 +64,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/text-zoom/package.json b/text-zoom/package.json index d23952162..d8d124852 100644 --- a/text-zoom/package.json +++ b/text-zoom/package.json @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/toast/package.json b/toast/package.json index 1167480d7..9a34fe905 100644 --- a/toast/package.json +++ b/toast/package.json @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": ">=8.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", From fe03b310673307d16489a30e1e69843176ed7c7e Mon Sep 17 00:00:00 2001 From: OS-pedrogustavobilro Date: Tue, 25 Nov 2025 15:47:01 +0000 Subject: [PATCH 2/3] chore: Update devDependencies to Cap 8 --- action-sheet/package.json | 6 +++--- app-launcher/package.json | 6 +++--- app/package.json | 8 ++++---- browser/package.json | 6 +++--- camera/package.json | 6 +++--- clipboard/package.json | 6 +++--- device/package.json | 6 +++--- dialog/package.json | 6 +++--- local-notifications/package.json | 8 ++++---- motion/package.json | 6 +++--- network/package.json | 6 +++--- preferences/package.json | 6 +++--- push-notifications/package.json | 8 ++++---- screen-orientation/package.json | 6 +++--- screen-reader/package.json | 6 +++--- share/package.json | 6 +++--- splash-screen/package.json | 8 ++++---- status-bar/package.json | 8 ++++---- text-zoom/package.json | 6 +++--- toast/package.json | 6 +++--- 20 files changed, 65 insertions(+), 65 deletions(-) diff --git a/action-sheet/package.json b/action-sheet/package.json index 5cda23ccc..dec72ee2f 100644 --- a/action-sheet/package.json +++ b/action-sheet/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorActionSheet.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/app-launcher/package.json b/app-launcher/package.json index 050d1fcc2..2990bba46 100644 --- a/app-launcher/package.json +++ b/app-launcher/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorAppLauncher.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/app/package.json b/app/package.json index 16643af27..2af5fb572 100644 --- a/app/package.json +++ b/app/package.json @@ -47,11 +47,11 @@ "publish:cocoapod": "pod trunk push ./CapacitorApp.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/cli": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/cli": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/browser/package.json b/browser/package.json index 088de4d93..4dfe631db 100644 --- a/browser/package.json +++ b/browser/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorBrowser.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/camera/package.json b/camera/package.json index 3f97865c2..9df59a2db 100644 --- a/camera/package.json +++ b/camera/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorCamera.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/clipboard/package.json b/clipboard/package.json index 36fbcf96c..6529130ca 100644 --- a/clipboard/package.json +++ b/clipboard/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorClipboard.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/device/package.json b/device/package.json index 5ed76bead..b47bbe2fa 100644 --- a/device/package.json +++ b/device/package.json @@ -48,10 +48,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorDevice.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/dialog/package.json b/dialog/package.json index 428f15cb9..8565615ce 100644 --- a/dialog/package.json +++ b/dialog/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorDialog.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/local-notifications/package.json b/local-notifications/package.json index 9008061f2..e598a3506 100644 --- a/local-notifications/package.json +++ b/local-notifications/package.json @@ -47,11 +47,11 @@ "publish:cocoapod": "pod trunk push ./CapacitorLocalNotifications.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/cli": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/cli": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/motion/package.json b/motion/package.json index e1e201526..36238030b 100644 --- a/motion/package.json +++ b/motion/package.json @@ -39,10 +39,10 @@ "prepublishOnly": "npm run build" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "eslint": "^8.57.1", diff --git a/network/package.json b/network/package.json index d16eeee34..853ca2991 100644 --- a/network/package.json +++ b/network/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorNetwork.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/preferences/package.json b/preferences/package.json index 2dba6693b..c77a09dee 100644 --- a/preferences/package.json +++ b/preferences/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorPreferences.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/push-notifications/package.json b/push-notifications/package.json index 9f213949e..39a70d709 100644 --- a/push-notifications/package.json +++ b/push-notifications/package.json @@ -47,11 +47,11 @@ "publish:cocoapod": "pod trunk push ./CapacitorPushNotifications.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/cli": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/cli": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/screen-orientation/package.json b/screen-orientation/package.json index d0a0ecdc9..e05c4e1fe 100644 --- a/screen-orientation/package.json +++ b/screen-orientation/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorScreenOrientation.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/screen-reader/package.json b/screen-reader/package.json index 6f63ec07e..6735ee62e 100644 --- a/screen-reader/package.json +++ b/screen-reader/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorScreenReader.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/share/package.json b/share/package.json index 285fec799..223ab4c8f 100644 --- a/share/package.json +++ b/share/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorShare.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/splash-screen/package.json b/splash-screen/package.json index d65503bfc..74058f7e1 100644 --- a/splash-screen/package.json +++ b/splash-screen/package.json @@ -47,11 +47,11 @@ "publish:cocoapod": "pod trunk push ./CapacitorSplashScreen.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/cli": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/cli": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/status-bar/package.json b/status-bar/package.json index 068a7c6b4..735d86f71 100644 --- a/status-bar/package.json +++ b/status-bar/package.json @@ -47,11 +47,11 @@ "publish:cocoapod": "pod trunk push ./CapacitorStatusBar.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/cli": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/cli": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/text-zoom/package.json b/text-zoom/package.json index d8d124852..a5585b583 100644 --- a/text-zoom/package.json +++ b/text-zoom/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorTextZoom.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", diff --git a/toast/package.json b/toast/package.json index 9a34fe905..12c31b301 100644 --- a/toast/package.json +++ b/toast/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorToast.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^8.0.0", + "@capacitor/core": "^8.0.0", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "next", + "@capacitor/ios": "^8.0.0", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", From e2607fef7fec9755f5d11df0701016adcd68b8d5 Mon Sep 17 00:00:00 2001 From: OS-pedrogustavobilro Date: Tue, 25 Nov 2025 16:36:26 +0000 Subject: [PATCH 3/3] chore(ios): Set Package.swift version to Cap 8 stable --- action-sheet/Package.swift | 2 +- app-launcher/Package.swift | 2 +- app/Package.swift | 2 +- browser/Package.swift | 2 +- camera/Package.swift | 2 +- clipboard/Package.swift | 2 +- device/Package.swift | 2 +- dialog/Package.swift | 2 +- local-notifications/Package.swift | 2 +- network/Package.swift | 2 +- preferences/Package.swift | 2 +- push-notifications/Package.swift | 2 +- screen-orientation/Package.swift | 2 +- screen-reader/Package.swift | 2 +- share/Package.swift | 2 +- splash-screen/Package.swift | 2 +- status-bar/Package.swift | 2 +- text-zoom/Package.swift | 2 +- toast/Package.swift | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/action-sheet/Package.swift b/action-sheet/Package.swift index e1fefc283..4426d83b1 100644 --- a/action-sheet/Package.swift +++ b/action-sheet/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["ActionSheetPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/app-launcher/Package.swift b/app-launcher/Package.swift index 5d31a7115..9fbbbe420 100644 --- a/app-launcher/Package.swift +++ b/app-launcher/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["AppLauncherPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/app/Package.swift b/app/Package.swift index 5c7afb022..7238edb5e 100644 --- a/app/Package.swift +++ b/app/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["AppPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/browser/Package.swift b/browser/Package.swift index e88b926ab..e499d0183 100644 --- a/browser/Package.swift +++ b/browser/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["BrowserPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/camera/Package.swift b/camera/Package.swift index 2a0980022..9dd603a6a 100644 --- a/camera/Package.swift +++ b/camera/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["CameraPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/clipboard/Package.swift b/clipboard/Package.swift index 044cf260b..8f014fafd 100644 --- a/clipboard/Package.swift +++ b/clipboard/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["ClipboardPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/device/Package.swift b/device/Package.swift index e30cc84d8..a367a171d 100644 --- a/device/Package.swift +++ b/device/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["DevicePlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/dialog/Package.swift b/dialog/Package.swift index 90155b071..a7ea4943f 100644 --- a/dialog/Package.swift +++ b/dialog/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["DialogPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/local-notifications/Package.swift b/local-notifications/Package.swift index da97d20b6..322e6b48d 100644 --- a/local-notifications/Package.swift +++ b/local-notifications/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["LocalNotificationsPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/network/Package.swift b/network/Package.swift index ec409fee8..21ce923da 100644 --- a/network/Package.swift +++ b/network/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["CAPNetworkPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/preferences/Package.swift b/preferences/Package.swift index 1059cd4b3..b3268ad25 100644 --- a/preferences/Package.swift +++ b/preferences/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["PreferencesPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/push-notifications/Package.swift b/push-notifications/Package.swift index 89f2836e1..86f1452d7 100644 --- a/push-notifications/Package.swift +++ b/push-notifications/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["PushNotificationsPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/screen-orientation/Package.swift b/screen-orientation/Package.swift index 69ba7cd6c..315886f7e 100644 --- a/screen-orientation/Package.swift +++ b/screen-orientation/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["ScreenOrientationPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/screen-reader/Package.swift b/screen-reader/Package.swift index b5e8c9916..cbe7f6326 100644 --- a/screen-reader/Package.swift +++ b/screen-reader/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["ScreenReaderPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/share/Package.swift b/share/Package.swift index c8c608c53..b331df940 100644 --- a/share/Package.swift +++ b/share/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["SharePlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/splash-screen/Package.swift b/splash-screen/Package.swift index bed69e256..c2f0d6cfe 100644 --- a/splash-screen/Package.swift +++ b/splash-screen/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["SplashScreenPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/status-bar/Package.swift b/status-bar/Package.swift index ede8bd685..f94fd8a34 100644 --- a/status-bar/Package.swift +++ b/status-bar/Package.swift @@ -11,7 +11,7 @@ let package = Package( targets: ["StatusBarPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/text-zoom/Package.swift b/text-zoom/Package.swift index ab1caf9c4..56b00298f 100644 --- a/text-zoom/Package.swift +++ b/text-zoom/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["TextZoomPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target( diff --git a/toast/Package.swift b/toast/Package.swift index f91b95cd2..bbcade283 100644 --- a/toast/Package.swift +++ b/toast/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["ToastPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") ], targets: [ .target(