From d2937ad489f516d226bef3a17ddfa44e2b7919de Mon Sep 17 00:00:00 2001 From: Erisu Date: Tue, 12 Jul 2022 18:27:16 +0900 Subject: [PATCH] Updated version and RELEASENOTES.md for release 6.0.2 (splashscreen-v6.0.2) --- RELEASENOTES.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- plugin.xml | 2 +- tests/package.json | 2 +- tests/plugin.xml | 2 +- 6 files changed, 13 insertions(+), 6 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9b4f800..8d41416 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 2db9fec..e8a62d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 4a83705..de10ff3 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/plugin.xml b/plugin.xml index b679a70..0811ff3 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="6.0.2"> Splashscreen Cordova Splashscreen Plugin Apache 2.0 diff --git a/tests/package.json b/tests/package.json index 08e274e..db56cb1 100644 --- a/tests/package.json +++ b/tests/package.json @@ -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", diff --git a/tests/plugin.xml b/tests/plugin.xml index 074049c..c0eb75f 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="6.0.2"> Cordova Splashscreen Plugin Tests Apache 2.0