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 2015/02/27 22:07:11 UTC

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

Repository: cordova-cli
Updated Branches:
  refs/heads/master ee7b19b34 -> 055878875


CB-8555 Updated version and RELEASENOTES.md for release 4.3.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/f0fed4ad
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/f0fed4ad
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/f0fed4ad

Branch: refs/heads/master
Commit: f0fed4ad5cc2ded57c44611a7e39536d0f9586d3
Parents: ee7b19b
Author: Steve Gill <st...@gmail.com>
Authored: Fri Feb 27 13:04:57 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Feb 27 13:04:57 2015 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 16 +++++++++++++++-
 package.json    |  4 ++--
 2 files changed, 17 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/f0fed4ad/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 019953e..3799d83 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,21 @@
 -->
 # Cordova-cli Release Notes
 
+### 4.3.0 (Feb 27, 2015)
+* docs update for plugin --save
+* Grunt "retire" task added (close #204)
+* CB-8439 Fix 'cordova platform update' documentation to include `<plat-spec>` (close #208)
+* CB-8379 Have --version print out cordova-lib version if it's not the same as CLI's version
+* CB-8211, CB-8358 Update `--link` help text
+* CB-8168 --list support for CLI (close #205)
+* CB-8314 Speed up Travis CI (close #207)
+* CB-8301 Added CI configuration files (close #206)
+* CB-8227 CB-8237 CB-8238 Add --save option to 'cordova platform add', 'cordova platform remove' and 'cordova platform update'
+* Add coverage/ to .npmignore
+* CB-5316 Spell Cordova as a brand unless it's a command or script
+* CB-7950 CLI make CordovaCliCreate.prototype.run vaguely correct
+* CB-7739 document installing specific version of platforms
+* CB-7950 CLI create.js misspells parseConfig
 
 ### 4.2.0 (Jan 06, 2015)
 * CB-6756 use cordova_lib.binname instead of cordova
@@ -407,4 +422,3 @@ Important note: This version targets Cordova version 3.1.0-rc1.
 
 - Plugins are now installed serially across all installed platforms, rather than in parallel. This avoids race conditions in dependency installation. [CB-4184](https://issues.apache.org/jira/browse/CB-4184)
 - (WP8) All files from project www dir are now copied into the binary, not the top-level www. This means merges and plugin assets are correctly handled.
-

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/f0fed4ad/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index a810d1d..c39fd08 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "4.2.1-dev",
+  "version": "4.3.0",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -29,7 +29,7 @@
     "cli"
   ],
   "dependencies": {
-    "cordova-lib": "4.2.0",
+    "cordova-lib": "4.3.0",
     "q": "1.0.1",
     "nopt": "3.0.1",
     "underscore":"1.7.0"


---------------------------------------------------------------------
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-8555 Incremented package version to -dev

Posted by st...@apache.org.
CB-8555 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/05587887
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/05587887
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/05587887

Branch: refs/heads/master
Commit: 055878875a9d93b264342462d257acf426c2179c
Parents: f0fed4a
Author: Steve Gill <st...@gmail.com>
Authored: Fri Feb 27 13:06:47 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Feb 27 13:06:47 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/05587887/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c39fd08..b3b117a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "4.3.0",
+  "version": "4.3.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