You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/10/28 09:55:51 UTC

[cordova-common] branch master updated (b75af03 -> 8bd95b4)

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

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


    from b75af03  Re-apply fix for failing CordovaError test (#93)
     new bd32d6c  Update version & RELEASENOTES.md for 3.2.1
     new 8bd95b4  Increment package version to 4.0.0-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 | 12 ++++++++++++
 package.json    |  2 +-
 2 files changed, 13 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: Increment package version to 4.0.0-dev

Posted by er...@apache.org.
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-common.git

commit 8bd95b4c11b3c0d9b42e6607d51778077da58746
Author: Erisu <el...@gmail.com>
AuthorDate: Mon Oct 28 18:07:16 2019 +0900

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

diff --git a/package.json b/package.json
index fb0b0e0..783acfc 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.2.1",
+  "version": "4.0.0-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: Update version & RELEASENOTES.md for 3.2.1

Posted by er...@apache.org.
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-common.git

commit bd32d6c12b43e4e93b33cf4c39121cac5000e1d8
Author: Erisu <el...@gmail.com>
AuthorDate: Mon Oct 28 17:26:16 2019 +0900

    Update version & RELEASENOTES.md for 3.2.1
---
 RELEASENOTES.md | 12 ++++++++++++
 package.json    |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 92d3991..139eec2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,18 @@
 -->
 # Cordova-common Release Notes
 
+### 3.2.1 (Oct 28, 2019)
+
+* [GH-78](https://github.com/apache/cordova-common/pull/78) (windows) Add `.jsproj` as file extension for XML files ([GH-62](https://github.com/apache/cordova-common/pull/62))
+* [GH-89](https://github.com/apache/cordova-common/pull/89) revert: ([GH-24](https://github.com/apache/cordova-common/pull/24)) [CB-14108](https://issues.apache.org/jira/browse/CB-14108) fix incorrect count in `config_munge`
+* [GH-82](https://github.com/apache/cordova-common/pull/82) General cleanup with eslint updates
+* [GH-86](https://github.com/apache/cordova-common/pull/86) eslint cleanup fixes: `operator-linebreak`
+* [GH-81](https://github.com/apache/cordova-common/pull/81) remove `no-throw-literal` lint exception not needed
+* [GH-83](https://github.com/apache/cordova-common/pull/83) Fix ESLint violations where applicable
+* [GH-80](https://github.com/apache/cordova-common/pull/80) Update to jasmine 3.4 & fix resulting spec failures
+* [GH-79](https://github.com/apache/cordova-common/pull/79) Promise handling cleanup in specs
+* [GH-77](https://github.com/apache/cordova-common/pull/77) Do not ignore AppVeyor failures on Node.js 12
+
 ### 3.2.0 (Jun 12, 2019)
 * (ios) plist document not indented with tabs ([#69](https://github.com/apache/cordova-common/pull/69))
 * Update fs-extra to v8 ([#70](https://github.com/apache/cordova-common/pull/70))
diff --git a/package.json b/package.json
index 07ab6e6..fb0b0e0 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.2.1-dev",
+  "version": "3.2.1",
   "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