This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-statusbar.git


The following commit(s) were added to refs/heads/master by this push:
     new d95cc82  Updated version and RELEASENOTES.md for release 3.0.0 
(statusbar-v3.0.0)
d95cc82 is described below

commit d95cc821fc7efa2b2bddfaa247e25b3154d2d60d
Author: Erisu <[email protected]>
AuthorDate: Fri Nov 19 17:11:52 2021 +0900

    Updated version and RELEASENOTES.md for release 3.0.0 (statusbar-v3.0.0)
---
 RELEASENOTES.md    | 26 ++++++++++++++++++++++++++
 package-lock.json  |  4 ++--
 package.json       |  2 +-
 plugin.xml         |  2 +-
 tests/package.json |  2 +-
 tests/plugin.xml   |  2 +-
 6 files changed, 32 insertions(+), 6 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1e7300a..7006bd1 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,32 @@
 -->
 # Release Notes
 
+### 3.0.0 (Nov 19, 2021)
+
+* [GH-223](https://github.com/apache/cordova-plugin-statusbar/pull/223) 
dep(dev): `@cordova/[email protected]` w/ fix
+* [GH-222](https://github.com/apache/cordova-plugin-statusbar/pull/222) 
ci(ios): update workflow w/ **iOS** 15
+* [GH-220](https://github.com/apache/cordova-plugin-statusbar/pull/220) 
ci(action): add badge
+* [GH-219](https://github.com/apache/cordova-plugin-statusbar/pull/219) ci: 
remove travis & appveyor
+* [GH-218](https://github.com/apache/cordova-plugin-statusbar/pull/218) 
ci(actions): add workflows
+* [GH-208](https://github.com/apache/cordova-plugin-statusbar/pull/208) ci: 
add node-14.x to workflow
+* [GH-200](https://github.com/apache/cordova-plugin-statusbar/pull/200) 
ci(travis): update osx xcode image
+* [GH-199](https://github.com/apache/cordova-plugin-statusbar/pull/199) 
ci(travis): updates **Android** API level
+* [GH-196](https://github.com/apache/cordova-plugin-statusbar/pull/196) chore: 
adds `package-lock` file
+* [GH-194](https://github.com/apache/cordova-plugin-statusbar/pull/194) 
refactor(eslint): use `@cordova/eslint-config`
+* [GH-195](https://github.com/apache/cordova-plugin-statusbar/pull/195) 
chore(npm): use short notation in `package.json`
+* [GH-190](https://github.com/apache/cordova-plugin-statusbar/pull/190) 
Removed **iOS** 7+
+* [GH-171](https://github.com/apache/cordova-plugin-statusbar/pull/171) 
BREAKING CHANGE!: (android) Read `config.xml` for statusbar overlay preference
+* [GH-183](https://github.com/apache/cordova-plugin-statusbar/pull/183) 
chore(npm): improve ignore list
+* [GH-182](https://github.com/apache/cordova-plugin-statusbar/pull/182) ci: 
updates Node.js versions
+* [GH-173](https://github.com/apache/cordova-plugin-statusbar/pull/173) 
deprecate `blacktranslucent`, `blackopaque`, `styleBlackTranslucent` and 
`styleBlackOpaque`
+* [GH-168](https://github.com/apache/cordova-plugin-statusbar/pull/168) Update 
`README`.md
+* [GH-169](https://github.com/apache/cordova-plugin-statusbar/pull/169) 
fix(ios): make default set black text on **iOS** 13 too
+* [GH-126](https://github.com/apache/cordova-plugin-statusbar/pull/126) fix: 
remove deprecated platforms
+* [GH-157](https://github.com/apache/cordova-plugin-statusbar/pull/157) 
fix(iOS): Delay `resizeWebView` on `viewWillAppear` for correct statusbar height
+* [GH-160](https://github.com/apache/cordova-plugin-statusbar/pull/160) 
docs(README): Clarify `StatusBarStyle`
+* ci(appveyor): replace node 6 with node 12
+* ci(travis): upgrade to node 8
+
 ### 2.4.3 (Jun 19, 2019)
 
 -   docs: Improved documentation and removed text that implies iOS only 
([#130](https://github.com/apache/cordova-plugin-statusbar/issues/130)) 
([`33e410a`](https://github.com/apache/cordova-plugin-statusbar/commit/33e410a),
 [`14b1513`](https://github.com/apache/cordova-plugin-statusbar/commit/14b1513))
diff --git a/package-lock.json b/package-lock.json
index 65e4859..bb72505 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-plugin-statusbar",
-  "version": "3.0.0-dev",
+  "version": "3.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-plugin-statusbar",
-      "version": "3.0.0-dev",
+      "version": "3.0.0",
       "license": "Apache-2.0",
       "devDependencies": {
         "@cordova/eslint-config": "^4.0.0"
diff --git a/package.json b/package.json
index 04478ee..7091d9c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-statusbar",
-  "version": "3.0.0-dev",
+  "version": "3.0.0",
   "description": "Cordova StatusBar Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 789bcba..f0a7820 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0";
     xmlns:android="http://schemas.android.com/apk/res/android";
     id="cordova-plugin-statusbar"
-    version="3.0.0-dev">
+    version="3.0.0">
     <name>StatusBar</name>
     <description>Cordova StatusBar Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/package.json b/tests/package.json
index b9f1226..fb0d585 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-statusbar-tests",
-  "version": "3.0.0-dev",
+  "version": "3.0.0",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-statusbar-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index c78ea36..a2772e6 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets";
     xmlns:android="http://schemas.android.com/apk/res/android";
     id="cordova-plugin-statusbar-tests"
-    version="3.0.0-dev">
+    version="3.0.0">
     <name>Cordova StatusBar Plugin Tests</name>
     <license>Apache 2.0</license>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to