@capacitor/screen-orientation 8.0.0-nightly-20251205T150717.0 → 8.0.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.
Files changed (2) hide show
  1. package/Package.swift +1 -1
  2. package/package.json +6 -6
package/Package.swift CHANGED
@@ -10,7 +10,7 @@ let package = Package(
10
10
  targets: ["ScreenOrientationPlugin"])
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/screen-orientation",
3
- "version": "8.0.0-nightly-20251205T150717.0",
3
+ "version": "8.0.0",
4
4
  "description": "The Screen Orientation API provides methods to lock and unlock the screen orientation.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -47,10 +47,10 @@
47
47
  "publish:cocoapod": "pod trunk push ./CapacitorScreenOrientation.podspec --allow-warnings"
48
48
  },
49
49
  "devDependencies": {
50
- "@capacitor/android": "next",
51
- "@capacitor/core": "next",
50
+ "@capacitor/android": "^8.0.0",
51
+ "@capacitor/core": "^8.0.0",
52
52
  "@capacitor/docgen": "0.3.0",
53
- "@capacitor/ios": "next",
53
+ "@capacitor/ios": "^8.0.0",
54
54
  "@ionic/eslint-config": "^0.4.0",
55
55
  "@ionic/prettier-config": "^4.0.0",
56
56
  "@ionic/swiftlint-config": "^2.0.0",
@@ -63,7 +63,7 @@
63
63
  "typescript": "^5.9.3"
64
64
  },
65
65
  "peerDependencies": {
66
- "@capacitor/core": "next"
66
+ "@capacitor/core": ">=8.0.0"
67
67
  },
68
68
  "prettier": "@ionic/prettier-config",
69
69
  "swiftlint": "@ionic/swiftlint-config",
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "8152fc17904fd1a540fef52b027693ba46e98b58"
84
+ "gitHead": "c1fe5621b3b2ba57585b94d2a71491aa8bcac7eb"
85
85
  }