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:56 UTC

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

CB-12358 Updated version and RELEASENOTES.md for release 1.0.2


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

Branch: refs/heads/master
Commit: 0fa31b9ed329554beea1efeab046857421aa77a6
Parents: bfa0589
Author: Steve Gill <st...@gmail.com>
Authored: Tue Jan 17 15:33:48 2017 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Jan 17 15:33:48 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/0fa31b9e/cordova-fetch/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-fetch/RELEASENOTES.md b/cordova-fetch/RELEASENOTES.md
index e86e277..b3f264f 100644
--- a/cordova-fetch/RELEASENOTES.md
+++ b/cordova-fetch/RELEASENOTES.md
@@ -20,6 +20,9 @@
 -->
 # Cordova-fetch Release Notes
 
+### 1.0.2 (Jan 17, 2017)
+* [CB-12358](https://issues.apache.org/jira/browse/CB-12358) updated cordova-common dep for cordova-fetch to 2.0.0
+
 ### 1.0.0 (May 12, 2016)
 * [CB-9858](https://issues.apache.org/jira/browse/CB-9858) Added jasmine tests
 * [CB-9858](https://issues.apache.org/jira/browse/CB-9858) Added `npm uninstall` method to cordova-fetch

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/0fa31b9e/cordova-fetch/package.json
----------------------------------------------------------------------
diff --git a/cordova-fetch/package.json b/cordova-fetch/package.json
index 397bb9c..d6dd75e 100644
--- a/cordova-fetch/package.json
+++ b/cordova-fetch/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "1.0.2-dev",
+  "version": "1.0.2",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": {
@@ -21,7 +21,7 @@
     "email": "dev@cordova.apache.org"
   },
   "dependencies": {
-    "cordova-common": "^1.4.0",
+    "cordova-common": "2.0.0",
     "dependency-ls": "^1.0.0",
     "is-url": "^1.2.1",
     "q": "^1.4.1",


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