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/05/08 14:29:45 UTC

[7/8] cordova-lib git commit: CB-12769 Updated version and RELEASENOTES.md for release 7.0.1

CB-12769 Updated version and RELEASENOTES.md for release 7.0.1


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

Branch: refs/heads/master
Commit: 5a4c43c2690a2aa728664401d7a89ae4e1d9371d
Parents: 4c497ab
Author: Steve Gill <st...@gmail.com>
Authored: Mon May 8 16:20:30 2017 +0200
Committer: Steve Gill <st...@gmail.com>
Committed: Mon May 8 16:20:30 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/5a4c43c2/cordova-lib/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-lib/RELEASENOTES.md b/cordova-lib/RELEASENOTES.md
index bf837fa..1438dee 100644
--- a/cordova-lib/RELEASENOTES.md
+++ b/cordova-lib/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Cordova-lib Release Notes
 
+### 7.0.1 (May 08, 2017)
+* [CB-12769](https://issues.apache.org/jira/browse/CB-12769): updated `cordova-create` dependency to 1.1.1
+* [CB-12757](https://issues.apache.org/jira/browse/CB-12757): if there's a plugin dependency in `package.json`, use that one for `config.xml`
+
 ### 7.0.0 (May 02, 2017)
 * [CB-12747](https://issues.apache.org/jira/browse/CB-12747): updated pinned platforms
 * [CB-12705](https://issues.apache.org/jira/browse/CB-12705): Modified `(before|after)_plugin_(uninstall|install)` to always expect existence of plugin field

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/5a4c43c2/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index 0f0ba72..d1aab2c 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": "7.0.1-dev",
+  "version": "7.0.1",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git"
@@ -19,7 +19,7 @@
   "dependencies": {
     "aliasify": "^2.1.0",
     "cordova-common": "2.0.3",
-    "cordova-create": "1.1.0",
+    "cordova-create": "~1.1.0",
     "cordova-fetch": "1.1.0",
     "cordova-js": "4.2.1",
     "cordova-serve": "^1.0.0",


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