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/10/06 22:30:09 UTC

[1/2] cordova-cli git commit: CB-13380 Updated version and RELEASENOTES.md for release 7.1.0

Repository: cordova-cli
Updated Branches:
  refs/heads/master b876e6b20 -> fc692355c


CB-13380 Updated version and RELEASENOTES.md for release 7.1.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/cc5cb8a6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/cc5cb8a6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/cc5cb8a6

Branch: refs/heads/master
Commit: cc5cb8a6e81c55d11425f3d6ce6a5e62e06e36a3
Parents: b876e6b
Author: Steve Gill <st...@gmail.com>
Authored: Thu Oct 5 12:18:29 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Oct 5 12:18:29 2017 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 9 +++++++++
 package.json    | 6 +++---
 2 files changed, 12 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/cc5cb8a6/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ac68e92..ed416d0 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,15 @@
 -->
 # Cordova-cli Release Notes
 
+### 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
+* [CB-12895](https://issues.apache.org/jira/browse/CB-12895) Added `eslint` and removed `jshint`
+* [CB-12862](https://issues.apache.org/jira/browse/CB-12862) Added `searchpath` as a config option
+* [CB-12762](https://issues.apache.org/jira/browse/CB-12762) point `package.json` repo items to github mirrors instead of apache repos site
+* [CB-12693](https://issues.apache.org/jira/browse/CB-12693) Included examples for `Browserify`, `fetch`, and `autosave` and include options with a more detailed description.
+* [CB-12901](https://issues.apache.org/jira/browse/CB-12901) removed `.raw` from `cordova-lib` calls
+
 ### 7.0.1 (May 08, 2017)
 * [CB-12769](https://issues.apache.org/jira/browse/CB-12769): Updated `cordova-lib` dependency to 7.0.1.
 

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/cc5cb8a6/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c0af659..345b23c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "7.0.2-dev",
+  "version": "7.1.0",
   "preferGlobal": true,
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -31,8 +31,8 @@
   ],
   "dependencies": {
     "configstore": "2.1.0",
-    "cordova-common": "2.0.3",
-    "cordova-lib": "7.0.1",
+    "cordova-common": "2.1.1",
+    "cordova-lib": "7.1.0",
     "editor": "1.0.0",
     "insight": "0.8.2",
     "nopt": "3.0.1",


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


[2/2] cordova-cli git commit: CB-13380 Incremented package version to -dev

Posted by st...@apache.org.
CB-13380 Incremented package version to -dev


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/fc692355
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/fc692355
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/fc692355

Branch: refs/heads/master
Commit: fc692355c949cac6d8adbce74d892fc7c86d2507
Parents: cc5cb8a
Author: Steve Gill <st...@gmail.com>
Authored: Fri Oct 6 15:28:28 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Oct 6 15:28:28 2017 -0700

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/fc692355/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 345b23c..8eebf1e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "7.1.0",
+  "version": "7.1.1-dev",
   "preferGlobal": true,
   "description": "Cordova command line interface tool",
   "main": "cordova",


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