Updated version and RELEASENOTES.md for release 6.0.2 (splashscreen-v6.0.2)

This commit is contained in:
Erisu 2022-07-12 18:27:16 +09:00
parent 751b4e48c8
commit d2937ad489
No known key found for this signature in database
GPG Key ID: 2E5FF17FB26AF7F2
6 changed files with 13 additions and 6 deletions

View File

@ -20,6 +20,13 @@
-->
# Release Notes
### 6.0.2 (Jul 12, 2022)
* [GH-331](https://github.com/apache/cordova-plugin-splashscreen/pull/331) doc(ios): remove docs from `README` (migrated to cordova-docs)
* [GH-329](https://github.com/apache/cordova-plugin-splashscreen/pull/329) chore(android): update **Android** engine requirement `<11.0.0`
* [GH-327](https://github.com/apache/cordova-plugin-splashscreen/pull/327) docs: fixup spaces for releasnotes
* [GH-326](https://github.com/apache/cordova-plugin-splashscreen/pull/326) chore(CI): remove **iOS** workflow
### 6.0.1 (Apr 04, 2022)
* [GH-325](https://github.com/apache/cordova-plugin-splashscreen/pull/325) chore: update package-lock.json
* [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

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "cordova-plugin-splashscreen",
"version": "6.0.2-dev",
"version": "6.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cordova-plugin-splashscreen",
"version": "6.0.2-dev",
"version": "6.0.2",
"license": "Apache-2.0",
"devDependencies": {
"@cordova/eslint-config": "^3.0.0"

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-splashscreen",
"version": "6.0.2-dev",
"version": "6.0.2",
"description": "Cordova Splashscreen Plugin",
"types": "./types/index.d.ts",
"cordova": {

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-splashscreen"
version="6.0.2-dev">
version="6.0.2">
<name>Splashscreen</name>
<description>Cordova Splashscreen Plugin</description>
<license>Apache 2.0</license>

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-splashscreen-tests",
"version": "6.0.2-dev",
"version": "6.0.2",
"description": "",
"cordova": {
"id": "cordova-plugin-splashscreen-tests",

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-splashscreen-tests"
version="6.0.2-dev">
version="6.0.2">
<name>Cordova Splashscreen Plugin Tests</name>
<license>Apache 2.0</license>