You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/07/13 14:05:28 UTC

cordova-cli git commit: CB-11569 Updated version and RELEASENOTES for release 6.3.0 [Forced Update!]

Repository: cordova-cli
Updated Branches:
  refs/heads/6.3.x 17792b1ea -> d316576e1 (forced update)


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

Branch: refs/heads/6.3.x
Commit: d316576e1f3db928d8298e3bfd6f0872d9a6e567
Parents: 64e1152
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Tue Jul 12 18:28:27 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Wed Jul 13 17:03:38 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/d316576e/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6271a24..a423b05 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,13 @@
 -->
 # Cordova-cli Release Notes
 
+### 6.3.0 (Jul 12, 2016)
+* [CB-11412](https://issues.apache.org/jira/browse/CB-11412) removed link-to, aliased copy-from to template
+* [CB-11349](https://issues.apache.org/jira/browse/CB-11349) passing --fetch to create
+* [CB-11284](https://issues.apache.org/jira/browse/CB-11284) Telemetry: Track platforms/plugins subcommands(add/rm/etc...)
+* [CB-11262](https://issues.apache.org/jira/browse/CB-11262) Add a warning about prerelease lib/cli usage
+* [CB-11263](https://issues.apache.org/jira/browse/CB-11263) 'cordova telemetry help' should display help text
+
 ### 6.2.0 (May 12, 2016)
 * [Telemetry](https://github.com/apache/cordova-cli/pull/247) Added telemetry to cordova-cli to collect data for data driven development
 * [CB-11250](https://issues.apache.org/jira/browse/CB-11250) Fix CLI tests verifying the version

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/d316576e/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 3c18c2e..50403bd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cordova",
-    "version": "6.2.1-dev",
+    "version": "6.3.0",
     "preferGlobal": "true",
     "description": "Cordova command line interface tool",
     "main": "cordova",
@@ -29,8 +29,8 @@
         "cli"
     ],
     "dependencies": {
-        "cordova-lib": "6.2.0",
-        "cordova-common": "1.3.x",
+        "cordova-lib": "6.3.0",
+        "cordova-common": "1.4.x",
         "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