You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/23 22:14:59 UTC

[1/2] git commit: update versions of self and dependencies after 3.6

Repository: cordova-plugman
Updated Branches:
  refs/heads/master 5cb2272a1 -> 7a70a6fef


update versions of self and dependencies after 3.6


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/2e1fe190
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/2e1fe190
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/2e1fe190

Branch: refs/heads/master
Commit: 2e1fe1906d76edc5d29aa531e460ecc5d575be61
Parents: 5cb2272
Author: Marcel Kinard <cm...@gmail.com>
Authored: Tue Sep 23 16:08:52 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Tue Sep 23 16:08:52 2014 -0400

----------------------------------------------------------------------
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/2e1fe190/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index a26d9e7..5009562 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <al...@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "0.22.8-dev",
+  "version": "0.22.10-dev",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
@@ -17,7 +17,7 @@
   },
   "engineStrict":true,
   "dependencies": {
-    "cordova-lib": "0.21.10",
+    "cordova-lib": "0.21.13",
     "nopt": "1.0.x",
     "underscore":"1.4.4",
     "q": "~0.9",


[2/2] git commit: CB-7383 Updated version and RELEASENOTES.md for release 0.22.10

Posted by ma...@apache.org.
CB-7383 Updated version and RELEASENOTES.md for release 0.22.10

(cherry picked from commit 4ae0fa4bc3314930bcf4a83d95fe44f5b66221ee)

Conflicts:
	package.json


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/7a70a6fe
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/7a70a6fe
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/7a70a6fe

Branch: refs/heads/master
Commit: 7a70a6fefce0e3b1edbf3d1423735dc0b1772dcd
Parents: 2e1fe19
Author: Marcel Kinard <cm...@gmail.com>
Authored: Thu Sep 18 16:25:42 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Tue Sep 23 16:13:41 2014 -0400

----------------------------------------------------------------------
 RELEASENOTES.md | 9 +++++++++
 package.json    | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/7a70a6fe/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 46c0ff4..84cf76e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,15 @@
 
 # Cordova-plugman Release Notes
 
+### 0.22.10
+* remove shrinkwrap
+
+### 0.22.9
+CB-7383: depend on a newer version of cordova-lib
+
+### 0.22.8
+* bump version to 0.22.8
+
 ### 0.22.7 (Sep 05, 2014)
 * updated Release notes
 * updated version to 0.22.7-dev

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/7a70a6fe/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 5009562..b80cecc 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <al...@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "0.22.10-dev",
+  "version": "0.22.11-dev",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"