Skip to content

Commit 7374c9c

Browse files
committed
release(7.0.0): updated release notes & version
1 parent 92a53a9 commit 7374c9c

6 files changed

Lines changed: 120 additions & 48 deletions

File tree

RELEASENOTES.md

Lines changed: 112 additions & 40 deletions
Large diffs are not rendered by default.

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-inappbrowser",
3-
"version": "7.0.0-dev",
3+
"version": "7.0.0",
44
"description": "Cordova InAppBrowser Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {
@@ -47,7 +47,7 @@
4747
"cordova-ios": ">=6.2.0",
4848
"cordova": ">=9.0.0"
4949
},
50-
"7.0.0-dev": {
50+
"7.0.0": {
5151
"cordova-android": ">=10.0.0",
5252
"cordova-ios": ">=6.2.0",
5353
"cordova": ">=9.0.0"

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
-->
2222
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2323
id="cordova-plugin-inappbrowser"
24-
version="7.0.0-dev">
24+
version="7.0.0">
2525

2626
<name>InAppBrowser</name>
2727
<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": "7.0.0-dev",
3+
"version": "7.0.0",
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
@@ -21,7 +21,7 @@
2121
-->
2222
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2323
id="cordova-plugin-inappbrowser-tests"
24-
version="7.0.0-dev">
24+
version="7.0.0">
2525
<name>Cordova InAppBrowser Plugin Tests</name>
2626
<license>Apache 2.0</license>
2727

0 commit comments

Comments
 (0)