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:01:17 UTC

[4/4] cordova-lib git commit: CB-11569 Updated version and RELEASENOTES.md for cordova-lib release 6.3.0

CB-11569 Updated version and RELEASENOTES.md for cordova-lib release 6.3.0


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

Branch: refs/heads/6.3.x
Commit: 09ab5bbc73da253f6ba0000db0979a27c3118596
Parents: 3df3a38
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Tue Jul 12 18:48:46 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Wed Jul 13 16:58:07 2016 +0300

----------------------------------------------------------------------
 cordova-lib/RELEASENOTES.md | 15 +++++++++++++++
 cordova-lib/package.json    |  6 +++---
 2 files changed, 18 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/09ab5bbc/cordova-lib/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-lib/RELEASENOTES.md b/cordova-lib/RELEASENOTES.md
index 194eb18..dc3f77d 100644
--- a/cordova-lib/RELEASENOTES.md
+++ b/cordova-lib/RELEASENOTES.md
@@ -20,6 +20,21 @@
 -->
 # Cordova-lib Release Notes
 
+### 6.3.0 (Jul 12, 2016)
+* [CB-11491](https://issues.apache.org/jira/browse/CB-11491) Introduce before_deploy hook
+* [CB-11412](https://issues.apache.org/jira/browse/CB-11412) template support for www folders
+* Fix config.xml path in PlatformApi.prepare
+* [CB-11412](https://issues.apache.org/jira/browse/CB-11412) improve template implementation
+* [CB-11164](https://issues.apache.org/jira/browse/CB-11164) Allow forced dependent plugin removal
+* [CB-11339](https://issues.apache.org/jira/browse/CB-11339) Add a warning about prerelease platform usage
+* [CB-11349](https://issues.apache.org/jira/browse/CB-11349) added --fetch and cordova fetch to create --template
+* [CB-11337](https://issues.apache.org/jira/browse/CB-11337) Use latest released platform version in e2e tests
+* [CB-11274](https://issues.apache.org/jira/browse/CB-11274) Platform browser: wrong path for config.xml
+* [CB-11274](https://issues.apache.org/jira/browse/CB-11274) Make serve dashboard take config.xml -> content.src entry point into account
+* [CB-11261](https://issues.apache.org/jira/browse/CB-11261) Cut out '-nightly' prerelease tag when checking plugin engines
+* [CB-9858](https://issues.apache.org/jira/browse/CB-9858) added fetch tests to travis
+* [CB-9858](https://issues.apache.org/jira/browse/CB-9858) fixed failing travis and appveyor tests
+
 ### 6.2.0 (May 12, 2016)
 * [CB-11259](https://issues.apache.org/jira/browse/CB-11259) Improving prepare and build logging
 * Resolve npm run jshint failure due to npm/npm#10343

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/09ab5bbc/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index 93e20e2..c5d89e3 100644
--- a/cordova-lib/package.json
+++ b/cordova-lib/package.json
@@ -2,7 +2,7 @@
   "author": "Apache Software Foundation",
   "name": "cordova-lib",
   "description": "Apache Cordova tools core lib and API",
-  "version": "6.2.1-dev",
+  "version": "6.3.0",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git"
@@ -19,8 +19,8 @@
   "dependencies": {
     "aliasify": "^1.7.2",
     "cordova-app-hello-world": "3.10.0",
-    "cordova-common": "1.3.x",
-    "cordova-fetch": "1.0.0",
+    "cordova-common": "1.4.x",
+    "cordova-fetch": "1.0.x",
     "cordova-js": "4.1.4",
     "cordova-registry-mapper": "1.x",
     "cordova-serve": "^1.0.0",


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