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 2017/01/18 01:56:53 UTC

[36/50] [abbrv] cordova-lib git commit: CB-12358 Updated version and RELEASENOTES.md for release 6.5.0

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

Branch: refs/heads/master
Commit: 1200331397d54281df803c73315ab26c6cfb4ed8
Parents: 2bf3517
Author: Steve Gill <st...@gmail.com>
Authored: Tue Jan 17 15:33:33 2017 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Jan 17 15:33:33 2017 -0800

----------------------------------------------------------------------
 cordova-lib/RELEASENOTES.md |  7 +++++++
 cordova-lib/package.json    | 12 ++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/12003313/cordova-lib/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-lib/RELEASENOTES.md b/cordova-lib/RELEASENOTES.md
index d6bdbca..234c89e 100644
--- a/cordova-lib/RELEASENOTES.md
+++ b/cordova-lib/RELEASENOTES.md
@@ -20,6 +20,13 @@
 -->
 # Cordova-lib Release Notes
 
+### 6.5.0 (Jan 17, 2017)
+* [CB-12018](https://issues.apache.org/jira/browse/CB-12018): updated `jshint` and updated `jasmine` tests to work with `jasmine` instead of `jasmine-node`
+* [CB-12314](https://issues.apache.org/jira/browse/CB-12314) updated pinned android to 6.1.1
+* [CB-12261](https://issues.apache.org/jira/browse/CB-12261) fix subdirectories deprecated warning always shows and stop fetch caused by [CB-11979](https://issues.apache.org/jira/browse/CB-11979)
+* [CB-12284](https://issues.apache.org/jira/browse/CB-12284) Include project root as additional root for static router
+* [CB-12088](https://issues.apache.org/jira/browse/CB-12088) Fix misleading warning when adding platform without `Api.js`
+
 ### 6.4.0 (Oct 21, 2016)
 * [CB-12039](https://issues.apache.org/jira/browse/CB-12039) updated pinned `Android` to 6.0.0 and `iOS` to 4.3.0
 * [CB-11979](https://issues.apache.org/jira/browse/CB-11979) added deprecation warning for installing plugins via subdirectories

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/12003313/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index 5fb2fe0..643f516 100644
--- a/cordova-lib/package.json
+++ b/cordova-lib/package.json
@@ -3,7 +3,7 @@
   "name": "cordova-lib",
   "license": "Apache-2.0",
   "description": "Apache Cordova tools core lib and API",
-  "version": "6.4.1-dev",
+  "version": "6.5.0",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git"
@@ -19,10 +19,10 @@
   "engineStrict": true,
   "dependencies": {
     "aliasify": "^1.7.2",
-    "cordova-common": "1.5.x",
+    "cordova-common": "2.0.0",
     "cordova-create": "^1.0.1",
-    "cordova-fetch": "^1.0.1",
-    "cordova-js": "4.2.0",
+    "cordova-fetch": "1.0.2",
+    "cordova-js": "4.2.1",
     "cordova-registry-mapper": "1.x",
     "cordova-serve": "^1.0.0",
     "dep-graph": "1.1.0",
@@ -42,11 +42,11 @@
     "underscore": "1.7.0",
     "unorm": "1.3.3",
     "valid-identifier": "0.0.1",
-    "xcode": "^0.8.5"
+    "xcode": "^0.9.0"
   },
   "devDependencies": {
     "codecov": "^1.0.1",
-    "istanbul": "^0.3.4",
+    "istanbul": "^0.3.0",
     "jasmine": "^2.5.2",
     "jshint": "2.5.8",
     "rewire": "2.1.3"


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