Skip to content

Commit d2937ad

Browse files
committed
Updated version and RELEASENOTES.md for release 6.0.2 (splashscreen-v6.0.2)
1 parent 751b4e4 commit d2937ad

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

RELEASENOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
-->
2121
# Release Notes
2222

23+
### 6.0.2 (Jul 12, 2022)
24+
25+
* [GH-331](https://github.com/apache/cordova-plugin-splashscreen/pull/331) doc(ios): remove docs from `README` (migrated to cordova-docs)
26+
* [GH-329](https://github.com/apache/cordova-plugin-splashscreen/pull/329) chore(android): update **Android** engine requirement `<11.0.0`
27+
* [GH-327](https://github.com/apache/cordova-plugin-splashscreen/pull/327) docs: fixup spaces for releasnotes
28+
* [GH-326](https://github.com/apache/cordova-plugin-splashscreen/pull/326) chore(CI): remove **iOS** workflow
29+
2330
### 6.0.1 (Apr 04, 2022)
2431
* [GH-325](https://github.com/apache/cordova-plugin-splashscreen/pull/325) chore: update package-lock.json
2532
* [GH-213](https://github.com/apache/cordova-plugin-splashscreen/pull/213) GH-180 (android): Fixes nav and title bars still appearing when app is fullscreen

package-lock.json

Lines changed: 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-splashscreen",
3-
"version": "6.0.2-dev",
3+
"version": "6.0.2",
44
"description": "Cordova Splashscreen Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

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-splashscreen"
23-
version="6.0.2-dev">
23+
version="6.0.2">
2424
<name>Splashscreen</name>
2525
<description>Cordova Splashscreen Plugin</description>
2626
<license>Apache 2.0</license>

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-splashscreen-tests",
3-
"version": "6.0.2-dev",
3+
"version": "6.0.2",
44
"description": "",
55
"cordova": {
66
"id": "cordova-plugin-splashscreen-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-splashscreen-tests"
23-
version="6.0.2-dev">
23+
version="6.0.2">
2424
<name>Cordova Splashscreen Plugin Tests</name>
2525
<license>Apache 2.0</license>
2626

0 commit comments

Comments
 (0)