Skip to content

Commit bc17634

Browse files
authored
chore: bump to next major release 6.0.0 (apache#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
1 parent 51959ec commit bc17634

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

package-lock.json

Lines changed: 7 additions & 2 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-inappbrowser",
3-
"version": "5.1.0-dev",
3+
"version": "6.0.0-dev",
44
"description": "Cordova InAppBrowser Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {
@@ -43,6 +43,11 @@
4343
"cordova": ">=9.0.0"
4444
},
4545
"6.0.0": {
46+
"cordova-android": ">=10.0.0",
47+
"cordova-ios": ">=6.0.0",
48+
"cordova": ">=9.0.0"
49+
},
50+
"7.0.0": {
4651
"cordova": ">100"
4752
}
4853
}

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="cordova-plugin-inappbrowser"
23-
version="5.1.0-dev">
23+
version="6.0.0-dev">
2424

2525
<name>InAppBrowser</name>
2626
<description>Cordova InAppBrowser Plugin</description>

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-inappbrowser-tests",
3-
"version": "5.1.0-dev",
3+
"version": "6.0.0-dev",
44
"description": "",
55
"cordova": {
66
"id": "cordova-plugin-inappbrowser-tests",

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="cordova-plugin-inappbrowser-tests"
23-
version="5.1.0-dev">
23+
version="6.0.0-dev">
2424
<name>Cordova InAppBrowser Plugin Tests</name>
2525
<license>Apache 2.0</license>
2626

0 commit comments

Comments
 (0)