Skip to content

Commit 80a2f18

Browse files
authored
chore!: bump 9.0.0-dev and cordova-ios to 7.0.0 (#939)
- Increased cordova-ios version to 7.x to make newer features availabe - Removed wrong cordovaDependency for `5.0.4-dev`. `cordovaDependencies` matches only against npm released versions.
1 parent 8864262 commit 80a2f18

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-camera",
3-
"version": "8.0.1-dev",
3+
"version": "9.0.0-dev",
44
"description": "Cordova Camera Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {
@@ -41,11 +41,6 @@
4141
"cordova-ios": ">=5.1.0",
4242
"cordova": ">=9.0.0"
4343
},
44-
"5.0.4-dev": {
45-
"cordova-android": "<10.0.0",
46-
"cordova-ios": ">=5.1.0",
47-
"cordova": ">=9.0.0"
48-
},
4944
"6.0.0": {
5045
"cordova-android": ">=10.0.0",
5146
"cordova-ios": ">=5.1.0",
@@ -62,6 +57,11 @@
6257
"cordova": ">=9.0.0"
6358
},
6459
"9.0.0": {
60+
"cordova-android": ">=12.0.0",
61+
"cordova-ios": ">=7.0.0",
62+
"cordova": ">=9.0.0"
63+
},
64+
"10.0.0": {
6565
"cordova": ">100"
6666
}
6767
}

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-camera"
24-
version="8.0.1-dev">
24+
version="9.0.0-dev">
2525
<name>Camera</name>
2626
<description>Cordova Camera Plugin</description>
2727
<license>Apache 2.0</license>
@@ -32,7 +32,7 @@
3232
<engines>
3333
<engine name="cordova" version=">=9.0.0"/>
3434
<engine name="cordova-android" version=">=12.0.0" />
35-
<engine name="cordova-ios" version=">=5.1.0" />
35+
<engine name="cordova-ios" version=">=7.0.0" />
3636
</engines>
3737

3838
<js-module src="www/CameraConstants.js" name="Camera">

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-camera-tests",
3-
"version": "8.0.1-dev",
3+
"version": "9.0.0-dev",
44
"description": "",
55
"cordova": {
66
"id": "cordova-plugin-camera-tests",

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
xmlns:rim="http://www.blackberry.com/ns/widgets"
2424
id="cordova-plugin-camera-tests"
25-
version="8.0.1-dev">
25+
version="9.0.0-dev">
2626
<name>Cordova Camera Plugin Tests</name>
2727
<license>Apache 2.0</license>
2828

0 commit comments

Comments
 (0)