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 2014/10/10 21:52:12 UTC

[1/3] git commit: updated to 4.0.0, pinned dependencies

Repository: cordova-lib
Updated Branches:
  refs/heads/master 60f731553 -> f5db3d13d


updated to 4.0.0, pinned dependencies


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

Branch: refs/heads/master
Commit: 8a25c64ab8ef486dececdbaa535645effb4ae897
Parents: f528ffd
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 10 12:42:31 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 10 12:42:31 2014 -0700

----------------------------------------------------------------------
 cordova-lib/RELEASENOTES.md |  5 +++--
 cordova-lib/package.json    | 30 +++++++++++++++---------------
 2 files changed, 18 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/8a25c64a/cordova-lib/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-lib/RELEASENOTES.md b/cordova-lib/RELEASENOTES.md
index 65f7f2f..17ac814 100644
--- a/cordova-lib/RELEASENOTES.md
+++ b/cordova-lib/RELEASENOTES.md
@@ -20,8 +20,9 @@
 -->
 # Cordova-lib Release Notes
 
-### 3.7.0 (Oct 01, 2014)
-* Bumped version to 3.7.0 to be semVer complient and to match cli version
+### 4.0.0 (Oct 10, 2014)
+* Bumped version to 4.0.0 to be semVer complient and to match cli version
+* Pinned dependencies in package.json
 * updated platforms.js for 3.6.4
 * CB-5390 Uninstall - recursively remove dependencies of dependencies
 * fixes HooksRunner test - should run before_plugin_uninstall

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/8a25c64a/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index 73f155a..b91c727 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": "3.7.1-dev",
+  "version": "4.0.0",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git"
@@ -17,31 +17,31 @@
   },
   "engineStrict": true,
   "dependencies": {
-    "bplist-parser": "0.0.x",
+    "bplist-parser": "0.0.5",
     "dep-graph": "1.1.0",
     "elementtree": "0.1.5",
-    "glob": "3.2.x",
-    "mime": "~1.2.11",
+    "glob": "3.2.11",
+    "mime": "1.2.11",
     "npm": "1.3.4",
-    "npmconf": "0.1.x",
-    "osenv": "0.0.x",
-    "plist": "1.0.x",
-    "properties-parser": "~0.2.3",
-    "q": "~0.9",
+    "npmconf": "0.1.16",
+    "osenv": "0.0.3",
+    "plist": "1.0.1",
+    "properties-parser": "0.2.3",
+    "q": "0.9.7",
     "rc": "0.3.0",
     "request": "2.22.0",
-    "semver": "2.0.x",
-    "shelljs": "0.3.x",
-    "tar": "0.1.x",
+    "semver": "2.0.11",
+    "shelljs": "0.3.0",
+    "tar": "0.1.20",
     "underscore": "1.4.4",
     "xcode": "0.6.7",
     "cordova-js": "3.7.0",
     "d8": "0.4.4",
-    "unorm": ">=1.3"
+    "unorm": "1.3.3"
   },
   "devDependencies": {
-    "jshint": "2.5.x",
-    "jasmine-node": "~1"
+    "jshint": "2.5.6",
+    "jasmine-node": "1.14.5"
   },
   "scripts": {
     "test": "npm run jasmine && npm run jshint",


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


[3/3] git commit: updated cordova-js dependency to 3.7.1

Posted by st...@apache.org.
updated cordova-js dependency to 3.7.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/f5db3d13
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/f5db3d13
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/f5db3d13

Branch: refs/heads/master
Commit: f5db3d13d560a2468bd4e98ed184da24d9500380
Parents: 35ca666
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 10 12:52:05 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 10 12:52:05 2014 -0700

----------------------------------------------------------------------
 cordova-lib/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/f5db3d13/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index b91c727..e67c8cd 100644
--- a/cordova-lib/package.json
+++ b/cordova-lib/package.json
@@ -35,7 +35,7 @@
     "tar": "0.1.20",
     "underscore": "1.4.4",
     "xcode": "0.6.7",
-    "cordova-js": "3.7.0",
+    "cordova-js": "3.7.1",
     "d8": "0.4.4",
     "unorm": "1.3.3"
   },


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


[2/3] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-lib

Posted by st...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-lib


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

Branch: refs/heads/master
Commit: 35ca666a88c7b9552659f5c8e44ed9ae70172e08
Parents: 8a25c64 60f7315
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 10 12:42:48 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 10 12:42:48 2014 -0700

----------------------------------------------------------------------
 cordova-lib/src/plugman/util/config-changes.js | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------



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