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/05/10 01:38:30 UTC

[1/2] git commit: CB-6586: updated version to 0.22.0

Repository: cordova-plugman
Updated Branches:
  refs/heads/master 7c43e506c -> 93f11b972


CB-6586: updated version to 0.22.0


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

Branch: refs/heads/master
Commit: e98909568d0149628308a8aad3b9e9be3fd01aa8
Parents: 7c43e50
Author: Steven Gill <st...@gmail.com>
Authored: Fri May 9 15:58:14 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri May 9 15:58:14 2014 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 48 ++++++++++++++++++++++++++----------------------
 package.json    |  2 +-
 2 files changed, 27 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/e9890956/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 172046c..5cbb5f0 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,32 @@
 -->
 # Cordova-plugman Release Notes
 
+### 0.22.0 (May 09, 2014)
+* Update plugman cli to use cordova-lib
+* Split out cordova-lib: move cordova-plugman files
+
+### 0.21.0 (Apr 03, 2014)
+* CB-6344 Specify after which sibling to add config-changes in plugin.xml
+* CB-6272 Fix subdir bug + tests & meta fetch with a src directory
+* Adding spec for Tizen platform
+* src/platforms.js: Adding tizen.
+* Throw an error when a <dependency> tag is missing `id` attribute.
+* Added org.apache.cordova.statusbar into the registry whitelist.
+* CB-6160 adding plugin fails for Firefoxos.
+* Fix to never remove top-level plugins that are dependencies + tests.
+* Improve dependencies tests by grouping with beforeStart() Fix for dependency cycle / throw error.
+* Refactoring of install & uninstall tests
+* CB-6147 Enable CLI and Plugman with npm shrinkwrap
+* Allow --searchpath to have a delimiter
+* working uninstall for projectReferences
+* projectReference.uninstall has to generate the plugin_dir because it is not passed to uninstall methods
+* CB-5970 added type attribute 'projectReference' to <framework> element to signal addition of dependent project
+* Separate out adding a dependent project from adding a .winmd reference in windows8
+* wip implementing reading guid from 'framework' project
+* CB-6162 Show a better error message when publish fails the whitelist
+* CB-6119 Fix `plugman info` command printing "undefined" always
+* CB-6159 Fix incorrect "success" message when publishing fails.
+
 ### 0.20.2 (Mar 3, 2014)
 * CB-6151 Fix exception when adding a new platform to a CLI project
 
@@ -139,25 +165,3 @@
 - 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)
 
-
-### 0.21.0 (Apr 03, 2014)
-* CB-6344 Specify after which sibling to add config-changes in plugin.xml
-* CB-6272 Fix subdir bug + tests & meta fetch with a src directory
-* Adding spec for Tizen platform
-* src/platforms.js: Adding tizen.
-* Throw an error when a <dependency> tag is missing `id` attribute.
-* Added org.apache.cordova.statusbar into the registry whitelist.
-* CB-6160 adding plugin fails for Firefoxos.
-* Fix to never remove top-level plugins that are dependencies + tests.
-* Improve dependencies tests by grouping with beforeStart() Fix for dependency cycle / throw error.
-* Refactoring of install & uninstall tests
-* CB-6147 Enable CLI and Plugman with npm shrinkwrap
-* Allow --searchpath to have a delimiter
-* working uninstall for projectReferences
-* projectReference.uninstall has to generate the plugin_dir because it is not passed to uninstall methods
-* CB-5970 added type attribute 'projectReference' to <framework> element to signal addition of dependent project
-* Separate out adding a dependent project from adding a .winmd reference in windows8
-* wip implementing reading guid from 'framework' project
-* CB-6162 Show a better error message when publish fails the whitelist
-* CB-6119 Fix `plugman info` command printing "undefined" always
-* CB-6159 Fix incorrect "success" message when publishing fails.

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/e9890956/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index a0293d9..661bbe5 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.21.1-dev",
+  "version": "0.22.0",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"


[2/2] git commit: updated cordova-lib dep in package.json, need to republish

Posted by st...@apache.org.
updated cordova-lib dep in package.json, need to republish


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

Branch: refs/heads/master
Commit: 93f11b9729579023af550ed05bdb9b52f7189ad6
Parents: e989095
Author: Steven Gill <st...@gmail.com>
Authored: Fri May 9 16:24:49 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri May 9 16:27:15 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/93f11b97/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 661bbe5..d4182e2 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.0",
+  "version": "0.22.1",
   "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.1",
+    "cordova-lib" : "0.21.2",
     "nopt": "1.0.x",
     "underscore":"1.4.4",
     "q": "~0.9",