chore: bump to next major release 6.0.0 (#1033)

* chore: bump to next major release 6.0.0

* update Cordova dependencies

* bump version just like geolocation

https://github.com/apache/cordova-plugin-geolocation/blob/master/package.json#L34-L37

* Update dependencies in package-lock.json
This commit is contained in:
Niklas Merz
2023-11-10 10:16:06 +01:00
committed by GitHub
parent 51959ec268
commit bc17634db3
5 changed files with 16 additions and 6 deletions
+7 -2
View File
@@ -1,12 +1,12 @@
{
"name": "cordova-plugin-inappbrowser",
"version": "5.1.0-dev",
"version": "6.0.0-dev",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cordova-plugin-inappbrowser",
"version": "5.1.0-dev",
"version": "6.0.0-dev",
"license": "Apache-2.0",
"devDependencies": {
"@cordova/eslint-config": "^5.0.0"
@@ -26,6 +26,11 @@
"cordova-ios": ">=6.0.0"
},
"6.0.0": {
"cordova": ">=9.0.0",
"cordova-android": ">=10.0.0",
"cordova-ios": ">=6.0.0"
},
"7.0.0": {
"cordova": ">100"
}
}