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/action-sheet/package.json b/action-sheet/package.json index 46d7787ae..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", @@ -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.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-launcher/package.json b/app-launcher/package.json index c3d58a2e3..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", @@ -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.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/app/package.json b/app/package.json index 6d593f4ff..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", @@ -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.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/browser/package.json b/browser/package.json index ef10365c8..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", @@ -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.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/camera/package.json b/camera/package.json index 0c7140ef6..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", @@ -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.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/clipboard/package.json b/clipboard/package.json index 9680568ee..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", @@ -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.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/device/package.json b/device/package.json index cebd57b8d..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", @@ -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.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/dialog/package.json b/dialog/package.json index b61f17b2f..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", @@ -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.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/local-notifications/package.json b/local-notifications/package.json index 4e40bcf4c..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", @@ -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..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", @@ -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.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/network/package.json b/network/package.json index be54598cf..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", @@ -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.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/preferences/package.json b/preferences/package.json index 15d723d43..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", @@ -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.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/push-notifications/package.json b/push-notifications/package.json index 36e62da81..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", @@ -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.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-orientation/package.json b/screen-orientation/package.json index d847d9fc6..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", @@ -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.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/screen-reader/package.json b/screen-reader/package.json index a4156aa73..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", @@ -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.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/share/package.json b/share/package.json index a3521e5c1..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", @@ -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.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/splash-screen/package.json b/splash-screen/package.json index 5511a94cd..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", @@ -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.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/status-bar/package.json b/status-bar/package.json index 0c9a6a46e..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", @@ -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.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/text-zoom/package.json b/text-zoom/package.json index d23952162..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", @@ -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.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( diff --git a/toast/package.json b/toast/package.json index 1167480d7..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", @@ -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",