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 2017/05/02 00:05:52 UTC

[1/2] cordova-plugman git commit: CB-12747 Updated version and RELEASENOTES.md for release 1.5.0

Repository: cordova-plugman
Updated Branches:
  refs/heads/master 46c3ce1fc -> ae26220ab


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

Branch: refs/heads/master
Commit: bbc6b9b3abfad71870b3b3634153bd8d81b19196
Parents: 46c3ce1
Author: Steve Gill <st...@gmail.com>
Authored: Tue May 2 01:15:52 2017 +0200
Committer: Steve Gill <st...@gmail.com>
Committed: Tue May 2 01:15:52 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/bbc6b9b3/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 9f9da3e..e9de3d9 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,9 @@
 
 # Cordova-plugman Release Notes
 
+### 1.5.0 (May 02, 2017)
+* [CB-12747](https://issues.apache.org/jira/browse/CB-12747) Updated `cordova-lib` dependency to `7.0.0`
+
 ### 1.4.1 (Jan 17, 2017)
 * [CB-12358](https://issues.apache.org/jira/browse/CB-12358) Updated `cordova-lib` dependency.
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/bbc6b9b3/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 2ef1957..372fea2 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.2-dev",
+    "version": "1.5.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.5.0",
+        "cordova-lib": "7.0.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


[2/2] cordova-plugman git commit: CB-12747 Incremented package version to -dev

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

Branch: refs/heads/master
Commit: ae26220abd0a9b9de3c70664e0f60c0bc72f12d1
Parents: bbc6b9b
Author: Steve Gill <st...@gmail.com>
Authored: Tue May 2 02:05:08 2017 +0200
Committer: Steve Gill <st...@gmail.com>
Committed: Tue May 2 02:05:08 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/ae26220a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 372fea2..631fd48 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.5.0",
+    "version": "1.5.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