You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/06/19 14:51:25 UTC

[cordova-plugin-statusbar] branch master updated (33e410a -> 86d60a9)

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

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


    from 33e410a  docs: Improved documentation and removed text that implies iOS only (#130)
     add da6c2a8  build: add `.gitattributes` to force LF (instead of possible CRLF on Windows)
     add 84081de  build: add `.npmignore` to remove unneeded files from npm package
     add 8dacefa  docs: remove outdated translations
     add 288bd71  chore: fix github issues link
     add fade76b  chore(types): remove version from types
     add 14b1513  Merge branch 'master' of https://github.com/apache/cordova-plugin-statusbar
     add 5290c2e  chore(release): release notes for 2.4.3
     add d456212  chore(release): 2.4.3 (version string)
     new 86d60a9  chore(release): 2.4.4-dev

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitattributes     |   1 +
 .npmignore         |  16 ++++
 RELEASENOTES.md    |  19 ++++
 doc/de/README.md   | 276 -----------------------------------------------------
 doc/de/index.md    | 262 --------------------------------------------------
 doc/es/README.md   | 276 -----------------------------------------------------
 doc/es/index.md    | 252 ------------------------------------------------
 doc/fr/README.md   | 276 -----------------------------------------------------
 doc/fr/index.md    | 262 --------------------------------------------------
 doc/it/README.md   | 276 -----------------------------------------------------
 doc/it/index.md    | 262 --------------------------------------------------
 doc/ja/README.md   | 276 -----------------------------------------------------
 doc/ja/index.md    | 262 --------------------------------------------------
 doc/ko/README.md   | 276 -----------------------------------------------------
 doc/ko/index.md    | 262 --------------------------------------------------
 doc/pl/README.md   | 276 -----------------------------------------------------
 doc/pl/index.md    | 262 --------------------------------------------------
 doc/ru/index.md    | 238 ---------------------------------------------
 doc/zh/README.md   | 276 -----------------------------------------------------
 doc/zh/index.md    | 262 --------------------------------------------------
 package.json       |   4 +-
 plugin.xml         |   2 +-
 tests/package.json |   2 +-
 tests/plugin.xml   |   2 +-
 types/index.d.ts   |   2 +-
 25 files changed, 42 insertions(+), 4538 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 .npmignore
 delete mode 100644 doc/de/README.md
 delete mode 100644 doc/de/index.md
 delete mode 100644 doc/es/README.md
 delete mode 100644 doc/es/index.md
 delete mode 100644 doc/fr/README.md
 delete mode 100644 doc/fr/index.md
 delete mode 100644 doc/it/README.md
 delete mode 100644 doc/it/index.md
 delete mode 100644 doc/ja/README.md
 delete mode 100644 doc/ja/index.md
 delete mode 100644 doc/ko/README.md
 delete mode 100644 doc/ko/index.md
 delete mode 100644 doc/pl/README.md
 delete mode 100644 doc/pl/index.md
 delete mode 100644 doc/ru/index.md
 delete mode 100644 doc/zh/README.md
 delete mode 100644 doc/zh/index.md


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-plugin-statusbar] 01/01: chore(release): 2.4.4-dev

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 86d60a91b411cc8230116f70ae66cbf64199dc77
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Jun 19 16:50:46 2019 +0200

    chore(release): 2.4.4-dev
---
 package.json       | 2 +-
 plugin.xml         | 2 +-
 tests/package.json | 2 +-
 tests/plugin.xml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index b7b960e..ebdcd2f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-statusbar",
-  "version": "2.4.3",
+  "version": "2.4.4-dev",
   "description": "Cordova StatusBar Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 0e6300e..4a842b1 100644
--- a/plugin.xml
+++ b/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"
-    version="2.4.3">
+    version="2.4.4-dev">
     <name>StatusBar</name>
     <description>Cordova StatusBar Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/package.json b/tests/package.json
index 0b80a48..46209a1 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-statusbar-tests",
-  "version": "2.4.3",
+  "version": "2.4.4-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-statusbar-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index d0ce63f..4e2c0bc 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="2.4.3">
+    version="2.4.4-dev">
     <name>Cordova StatusBar Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org