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 2016/10/23 02:28:04 UTC

[1/3] cordova-plugman git commit: CB-12039 Updated version and RELEASENOTES.md for release 1.4.0

Repository: cordova-plugman
Updated Branches:
  refs/heads/master 66a0421d5 -> d249264aa


CB-12039 Updated version and RELEASENOTES.md for release 1.4.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/5610a022
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/5610a022
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/5610a022

Branch: refs/heads/master
Commit: 5610a0221e596b612b9f1cff9e3f186b48683c9b
Parents: 66a0421
Author: Steve Gill <st...@gmail.com>
Authored: Fri Oct 21 23:01:15 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Oct 21 23:01:15 2016 -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/5610a022/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 041ae49..1276da5 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,10 @@
 
 # Cordova-plugman Release Notes
 
+### 1.4.0 (Oct 21, 2016)
+* Add github pull request template
+* [CB-12039](https://issues.apache.org/jira/browse/CB-12039) updated `cordova-lib` to `6.4.0`
+
 ### 1.3.0 (May 12, 2016)
 * [CB-9858](https://issues.apache.org/jira/browse/CB-9858) added `--fetch` option to plugman
 
@@ -75,7 +79,7 @@ publish, unpublish, addUser commands.
 * remove shrinkwrap
 
 ### 0.22.9
-CB-7383: depend on a newer version of cordova-lib
+[CB-7383](https://issues.apache.org/jira/browse/CB-7383) depend on a newer version of cordova-lib
 
 ### 0.22.8
 * bump version to 0.22.8

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/5610a022/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index ec3330e..6fbb6f4 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": "1.3.1-dev",
+    "version": "1.4.0",
     "repository": {
         "type": "git",
         "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
@@ -17,7 +17,7 @@
     },
     "engineStrict": true,
     "dependencies": {
-        "cordova-lib": "6.2.0",
+        "cordova-lib": "6.4.0",
         "nopt": "1.0.9",
         "q": "1.0.1"
     },


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


[3/3] cordova-plugman git commit: CB-12039 Incremented package version to -dev

Posted by st...@apache.org.
CB-12039 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/d249264a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/d249264a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/d249264a

Branch: refs/heads/master
Commit: d249264aa19d66617642bb65e3d80799c9028b1e
Parents: 4bda8ae
Author: Steve Gill <st...@gmail.com>
Authored: Sat Oct 22 19:27:19 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Sat Oct 22 19:27:19 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/d249264a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index f1ec175..9f438d2 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": "1.4.0",
+    "version": "1.4.1-dev",
     "repository": {
         "type": "git",
         "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"


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


[2/3] cordova-plugman git commit: CB-12039 added license to package.json

Posted by st...@apache.org.
CB-12039 added license to 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/4bda8aea
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/4bda8aea
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/4bda8aea

Branch: refs/heads/master
Commit: 4bda8aea8986a3a9be1e53960687358250ac8802
Parents: 5610a02
Author: Steve Gill <st...@gmail.com>
Authored: Sat Oct 22 11:50:57 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Sat Oct 22 11:50:57 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/4bda8aea/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 6fbb6f4..f1ec175 100644
--- a/package.json
+++ b/package.json
@@ -33,6 +33,7 @@
         "jshint": "node node_modules/jshint/bin/jshint src",
         "jasmine": "jasmine-node --captureExceptions --color spec"
     },
+    "license": "Apache-2.0",
     "contributors": [
         {
             "name": "Anis Kadri"


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