You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/11/23 00:55:17 UTC

[cordova-common] branch master updated (7220960 -> 0422520)

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

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


    from 7220960  Merge pull request #11 from audreyso/CB-13501
     new afc6185  CB-13599 Updated version and RELEASENOTES.md for release 2.2.0
     new 0422520  CB-13599 Incremented package version to -dev

The 2 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:
 RELEASENOTES.md                 | 4 ++++
 package.json                    | 2 +-
 src/ConfigChanges/ConfigFile.js | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

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


[cordova-common] 02/02: CB-13599 Incremented package version to -dev

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

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

commit 0422520a1d36a6bb357880071b50c3f075b326a1
Author: Steve Gill <st...@gmail.com>
AuthorDate: Wed Nov 22 16:55:03 2017 -0800

    CB-13599 Incremented package version to -dev
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index dfca27d..80f91da 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "name": "cordova-common",
   "description": "Apache Cordova tools and platforms shared routines",
   "license": "Apache-2.0",
-  "version": "2.2.0",
+  "version": "2.2.1-dev",
   "repository": {
     "type": "git",
     "url": "https://github.com/apache/cordova-lib"

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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


[cordova-common] 01/02: CB-13599 Updated version and RELEASENOTES.md for release 2.2.0

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

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

commit afc6185419086dd44776f4eb1e59cbcb939423c4
Author: Steve Gill <st...@gmail.com>
AuthorDate: Wed Nov 22 16:47:52 2017 -0800

    CB-13599 Updated version and RELEASENOTES.md for release 2.2.0
---
 RELEASENOTES.md                 | 4 ++++
 package.json                    | 2 +-
 src/ConfigChanges/ConfigFile.js | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 89593ea..faf7524 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Cordova-common Release Notes
 
+### 2.2.0 (Nov 22, 2017)
+* [CB-13471](https://issues.apache.org/jira/browse/CB-13471) File Provider fix belongs in cordova-common 
+* [CB-11244](https://issues.apache.org/jira/browse/CB-11244) Spot fix for upcoming `cordova-android@7` changes. https://github.com/apache/cordova-android/pull/389
+
 ### 2.1.1 (Oct 04, 2017)
 * [CB-13145](https://issues.apache.org/jira/browse/CB-13145) added `getFrameworks` to unit tests
 * [CB-13145](https://issues.apache.org/jira/browse/CB-13145) added variable replacing to framework tag
diff --git a/package.json b/package.json
index ea5b7c7..dfca27d 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "name": "cordova-common",
   "description": "Apache Cordova tools and platforms shared routines",
   "license": "Apache-2.0",
-  "version": "2.1.2-dev",
+  "version": "2.2.0",
   "repository": {
     "type": "git",
     "url": "https://github.com/apache/cordova-lib"
diff --git a/src/ConfigChanges/ConfigFile.js b/src/ConfigChanges/ConfigFile.js
index 1b6d134..ec4a28a 100644
--- a/src/ConfigChanges/ConfigFile.js
+++ b/src/ConfigChanges/ConfigFile.js
@@ -203,7 +203,7 @@ function resolveConfigFilePath (project_dir, platform, file) {
         return filepath;
     }
 
-    // special-case config.xml target that is just "config.xml" for other platforms. This should 
+    // special-case config.xml target that is just "config.xml" for other platforms. This should
     // be resolved to the real location of the file.
     // TODO: Move this out of cordova-common into platforms
     if (file === 'config.xml') {

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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