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/02 00:47:03 UTC

[1/2] git commit: CB-7661 Updated version and RELEASENOTES.md for release 0.22.11

Repository: cordova-plugman
Updated Branches:
  refs/heads/master 7a70a6fef -> 1f3261d0f


CB-7661 Updated version and RELEASENOTES.md for release 0.22.11


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

Branch: refs/heads/master
Commit: 6ac534395a6c85078937087512630857e60c904d
Parents: 7a70a6f
Author: Steven Gill <st...@gmail.com>
Authored: Wed Oct 1 15:36:14 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Oct 1 15:36:14 2014 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 6 +++++-
 package.json    | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/6ac53439/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 84cf76e..d9920f2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,11 @@
 
 # Cordova-plugman Release Notes
 
+### 0.22.11 (Oct 01, 2014)
+* CB-7383 Updated version and RELEASENOTES.md for release 0.22.10
+* update versions of self and dependencies after 3.6
+* CB-7383 Incremented package version to -dev
+
 ### 0.22.10
 * remove shrinkwrap
 
@@ -193,4 +198,3 @@ CB-7383: depend on a newer version of cordova-lib
 - `plugin rm` now doesn't choke when a file is already deleted
 - Fixed some trouble with filesystem paths vs. web paths; improves Windows host support.
 - Projects beginning with `x`, `y`, and `z` now work. [CB-4502](https://issues.apache.org/jira/browse/CB-4502)
-

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/6ac53439/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index b80cecc..5ace137 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.11-dev",
+  "version": "0.22.11",
   "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.13",
+    "cordova-lib": "3.7.0",
     "nopt": "1.0.x",
     "underscore":"1.4.4",
     "q": "~0.9",


[2/2] git commit: CB-7661 Incremented package version to -dev

Posted by st...@apache.org.
CB-7661 Incremented package version to -dev


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

Branch: refs/heads/master
Commit: 1f3261d0ff4d9ad733817c21c68d3999f65a2e95
Parents: 6ac5343
Author: Steven Gill <st...@gmail.com>
Authored: Wed Oct 1 15:46:02 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Oct 1 15:46:02 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/1f3261d0/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 5ace137..29e1514 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.11",
+  "version": "0.22.12-dev",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"