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/12/14 21:44:29 UTC

[cordova-cli] branch master updated (ffa51bc -> 6508d45)

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-cli.git.


    from ffa51bc  Merge pull request #290 from stevengill/master
     new 0aacb29  CB-13674 Updated version and RELEASENOTES.md for release 8.0.0
     new 6508d45  CB-13674 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 | 6 ++++++
 package.json    | 4 ++--
 2 files changed, 8 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-cli] 01/02: CB-13674 Updated version and RELEASENOTES.md for release 8.0.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-cli.git

commit 0aacb29a6ebd51e8bdc633a7a107ff2d9302baf3
Author: Steve Gill <st...@gmail.com>
AuthorDate: Thu Dec 14 11:43:55 2017 -0800

    CB-13674 Updated version and RELEASENOTES.md for release 8.0.0
---
 RELEASENOTES.md | 6 ++++++
 package.json    | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ed416d0..447d360 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,12 @@
 -->
 # Cordova-cli Release Notes
 
+### 8.0.0 (Dec 14, 2017)
+* [CB-13055](https://issues.apache.org/jira/browse/CB-13055): removed `--nofetch` flag
+* Use native Promises instead of `Q`
+* [CB-12853](https://issues.apache.org/jira/browse/CB-12853): re-check version before notifying.
+* [CB-13501](https://issues.apache.org/jira/browse/CB-13501): updated to include node 8 to tests
+
 ### 7.1.0 (Oct 04, 2017)
 * [CB-13303](https://issues.apache.org/jira/browse/CB-13303) added `--noprod` and `--production` flags as options, `--noprod` turns off our auto adding of `--production` flag
 * [CB-13353](https://issues.apache.org/jira/browse/CB-13353) added `--save-exact` flag to cli and unit test
diff --git a/package.json b/package.json
index d8eaf33..7be48c6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "7.1.1-dev",
+  "version": "8.0.0",
   "preferGlobal": true,
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -32,7 +32,7 @@
   "dependencies": {
     "configstore": "2.1.0",
     "cordova-common": "^2.2.0",
-    "cordova-lib": "7.1.0",
+    "cordova-lib": "8.0.0",
     "editor": "1.0.0",
     "insight": "0.8.4",
     "nopt": "3.0.1",

-- 
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-cli] 02/02: CB-13674 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-cli.git

commit 6508d45fa140a829b23c7f9b26d8f5541b48c17a
Author: Steve Gill <st...@gmail.com>
AuthorDate: Thu Dec 14 13:43:45 2017 -0800

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

diff --git a/package.json b/package.json
index 7be48c6..8b3f7e0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "8.0.0",
+  "version": "8.0.1-dev",
   "preferGlobal": true,
   "description": "Cordova command line interface tool",
   "main": "cordova",

-- 
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