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/05/28 01:51:40 UTC

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

Repository: cordova-cli
Updated Branches:
  refs/heads/master 27db65b74 -> e53af9726


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

Branch: refs/heads/master
Commit: 98fece9a550bd50f9e2dc90d1a2a4a7eeff34b6d
Parents: 27db65b
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 27 16:41:07 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 27 16:41:07 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/98fece9a/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index fe45c63..055a8dd 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,9 @@
 -->
 # Cordova-cli Release Notes
 
+### 5.1.0 (May 27, 2015)
+* CB-8898 Introduces `cordova requirements` command
+
 ### 5.0.0 (Apr 16, 2015)
 * Add information on Firefox OS to the README
 * Update link to hooks README

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/98fece9a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index bf32921..bc33ff3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "5.0.1-dev",
+  "version": "5.1.0",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -29,7 +29,7 @@
     "cli"
   ],
   "dependencies": {
-    "cordova-lib": "5.0.0",
+    "cordova-lib": "5.1.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-9087 Incremented package version to -dev

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

Branch: refs/heads/master
Commit: e53af97266a39ae5e4d3484db1cf1c15719b5651
Parents: 98fece9
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 27 16:51:20 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 27 16:51:20 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/e53af972/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index bc33ff3..129e113 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "5.1.0",
+  "version": "5.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