You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dp...@apache.org on 2018/11/03 21:16:53 UTC

[cordova-common] branch master updated (193c9f3 -> 2110597)

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

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


    from 193c9f3  Fix eslint object-curly-spacing complaints
     new a7dbf09  Updated version and RELEASENOTES.md for v3.0.0
     new 2110597  Incremented package version to 3.0.1-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 | 11 +++++++++++
 package.json    |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)


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


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

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

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

commit 2110597a8a1c0d937fe8ab7ddfd188ac9c4125b8
Author: Darryl Pogue <da...@dpogue.ca>
AuthorDate: Sat Nov 3 14:16:21 2018 -0700

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

diff --git a/package.json b/package.json
index b71557b..374898f 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": "3.0.0",
+  "version": "3.0.1-dev",
   "repository": {
     "type": "git",
     "url": "https://github.com/apache/cordova-common"


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


[cordova-common] 01/02: Updated version and RELEASENOTES.md for v3.0.0

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

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

commit a7dbf098ab59a08430429e7979b5b9a238bf6c4a
Author: Darryl Pogue <da...@dpogue.ca>
AuthorDate: Sat Nov 3 14:12:42 2018 -0700

    Updated version and RELEASENOTES.md for v3.0.0
---
 RELEASENOTES.md | 11 +++++++++++
 package.json    |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 456f48b..44471cf 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,17 @@
 -->
 # Cordova-common Release Notes
 
+### 3.0.0 (Nov 05, 2018)
+* [CB-14166](https://issues.apache.org/jira/browse/CB-14166) Use `cross-spawn` for platform-independent spawning
+* add `PluginInfo.getPodSpecs` method
+* [CB-13496](https://issues.apache.org/jira/browse/CB-13496) Fix greedy regex in plist-helpers
+* [CB-14108](https://issues.apache.org/jira/browse/CB-14108) fix incorrect count in config_munge in ios.json and android.json
+* [CB-13685](https://issues.apache.org/jira/browse/CB-13685) **Android**: Update ConfigParser for Adaptive Icons
+* [CB-10071](https://issues.apache.org/jira/browse/CB-10071) Add BridgingHeader type attributes for header-file
+* [CB-12016](https://issues.apache.org/jira/browse/CB-12016) Removed cordova-registry-mapper dependency
+* [CB-14099](https://issues.apache.org/jira/browse/CB-14099) **osx**: Fixed Resolve Config Path for OSX
+* [CB-14140](https://issues.apache.org/jira/browse/CB-14140) Replace shelljs calls with fs-extra & which
+
 ### 2.2.2 (May 30, 2018)
 * [CB-13979](https://issues.apache.org/jira/browse/CB-13979) More consistency for `config.xml` lookups
 * [CB-14064](https://issues.apache.org/jira/browse/CB-14064) Remove Node 4 from CI matrix
diff --git a/package.json b/package.json
index fe151d0..b71557b 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": "3.0.0-dev",
+  "version": "3.0.0",
   "repository": {
     "type": "git",
     "url": "https://github.com/apache/cordova-common"


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