@capacitor/splash-screen 8.0.0-dev-2440-20251114T170554.0 → 8.0.0-dev-2452-20251208T181012.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Package.swift CHANGED
@@ -10,7 +10,7 @@ let package = Package(
10
10
  targets: ["SplashScreenPlugin"])
11
11
  ],
12
12
  dependencies: [
13
- .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta")
13
+ .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
14
14
  ],
15
15
  targets: [
16
16
  .target(
package/README.md CHANGED
@@ -27,7 +27,7 @@ The Android 12 Splash Screen API can't be disabled on Android 12+ as it's part o
27
27
  **NOTE**: On Android 12 and Android 12L devices the Splash Screen image is not showing when launched from third party launchers such as Nova Launcher, MIUI, Realme Launcher, OPPO Launcher, etc., from app info in Settings App, or from IDEs such as Android Studio.
28
28
  **[Google Issue Tracker](https://issuetracker.google.com/issues/205021357)**
29
29
  **[Google Issue Tracker](https://issuetracker.google.com/issues/207386164)**
30
- Google have fixed those problems on Android 13 but they won't be backport the fixes to Android 12 and Android 12L.
30
+ Google has fixed those problems on Android 13 but they won't backport the fixes to Android 12 and Android 12L.
31
31
  Launcher related issues might get fixed by a launcher update.
32
32
  If you still find issues related to the Splash Screen on Android 13, please, report them to [Google](https://issuetracker.google.com/).
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/splash-screen",
3
- "version": "8.0.0-dev-2440-20251114T170554.0",
3
+ "version": "8.0.0-dev-2452-20251208T181012.0",
4
4
  "description": "The Splash Screen API provides methods for showing or hiding a Splash image.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -47,11 +47,11 @@
47
47
  "publish:cocoapod": "pod trunk push ./CapacitorSplashScreen.podspec --allow-warnings"
48
48
  },
49
49
  "devDependencies": {
50
- "@capacitor/android": "next",
51
- "@capacitor/cli": "next",
52
- "@capacitor/core": "next",
50
+ "@capacitor/android": "^8.0.0",
51
+ "@capacitor/cli": "^8.0.0",
52
+ "@capacitor/core": "^8.0.0",
53
53
  "@capacitor/docgen": "0.3.0",
54
- "@capacitor/ios": "next",
54
+ "@capacitor/ios": "^8.0.0",
55
55
  "@ionic/eslint-config": "^0.4.0",
56
56
  "@ionic/prettier-config": "^4.0.0",
57
57
  "@ionic/swiftlint-config": "^2.0.0",
@@ -64,7 +64,7 @@
64
64
  "typescript": "^5.9.3"
65
65
  },
66
66
  "peerDependencies": {
67
- "@capacitor/core": "next"
67
+ "@capacitor/core": ">=8.0.0"
68
68
  },
69
69
  "prettier": "@ionic/prettier-config",
70
70
  "swiftlint": "@ionic/swiftlint-config",