You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ka...@apache.org on 2014/11/07 17:58:28 UTC

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

Repository: cordova-cli
Updated Branches:
  refs/heads/master d3ba50637 -> a51b2eb5d


CB-7988 Updated version and RELEASENOTES.md for release 4.0.1


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

Branch: refs/heads/master
Commit: dd60ab8030addde90fe3141fe0fc1054c834fc67
Parents: d3ba506
Author: Mark Koudritsky <ka...@gmail.com>
Authored: Fri Nov 7 11:38:43 2014 -0500
Committer: Mark Koudritsky <ka...@gmail.com>
Committed: Fri Nov 7 11:38:43 2014 -0500

----------------------------------------------------------------------
 RELEASENOTES.md | 10 +++++++---
 package.json    |  4 ++--
 2 files changed, 9 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/dd60ab80/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c53572e..c63016d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,18 +20,22 @@
 -->
 # Cordova-cli Release Notes
 
+### 4.0.1 (Nov 7, 2014)
+* Expose cordova-lib and the cli from cordova-cli
+* CB-7636 Allow using --nobuild flag without screaning
+
 ### 4.0.0 (Oct 10, 2014)
-* Made version semver complient and bumped to 4.0.0 
+* Made version semver complient and bumped to 4.0.0
 * Pinned dependencies
 * added missing AL header
 
-### 3.6.1-0.2.13 
+### 3.6.1-0.2.13
 * update shrinkwrap
 
 ### 3.6.1-0.2.12
 * CB-7383 depend on a newer version of cordova-lib
 
-### 3.6.1-0.2.11 
+### 3.6.1-0.2.11
 * bump version to 3.6.3-0.2.11
 
 ### 3.6.1-0.2.10 (Sep 05, 2014)

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/dd60ab80/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 1e10380..474ff33 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "4.0.1-dev",
+  "version": "4.0.1",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -28,7 +28,7 @@
     "cli"
   ],
   "dependencies": {
-    "cordova-lib": "4.0.0",
+    "cordova-lib": "4.0.1",
     "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-7988 Incremented package version to -dev

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

Branch: refs/heads/master
Commit: a51b2eb5d222ca50c79c635647798c4d4731fbbe
Parents: dd60ab8
Author: Mark Koudritsky <ka...@gmail.com>
Authored: Fri Nov 7 11:52:56 2014 -0500
Committer: Mark Koudritsky <ka...@gmail.com>
Committed: Fri Nov 7 11:52:56 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/a51b2eb5/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 474ff33..59c0dec 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "4.0.1",
+  "version": "4.0.2-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