You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/03/29 14:35:15 UTC

[1/2] cordova-plugman git commit: CB-10980 Updated RELEASENOTES.md for release 1.2.1

Repository: cordova-plugman
Updated Branches:
  refs/heads/1.2.x 482b67051 -> f05a7ef8c


CB-10980 Updated RELEASENOTES.md for release 1.2.1


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

Branch: refs/heads/1.2.x
Commit: 4946b6b8f834e9f4dcc7db543ffb56a7ed4abce9
Parents: 482b670
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Tue Mar 29 15:13:52 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Tue Mar 29 15:21:31 2016 +0300

----------------------------------------------------------------------
 RELEASENOTES.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/4946b6b8/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 814cf8a..72df076 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,9 +21,12 @@
 
 # Cordova-plugman Release Notes
 
+### 1.2.1 (Mar 29, 2016)
+* CB-10980 Updated cordova-lib dependency to 6.1.1
+
 ### 1.2.0 (Mar 17, 2016)
 * CB-10902 Updated cordova-lib dependency to 6.1.0
- 
+
 ### 1.1.0 (Jan 25, 2016)
 * CB-10424 Updated cordova-lib dependency to 6.0.0
 
@@ -47,7 +50,7 @@ publish, unpublish, addUser commands.
 
 ### 0.23.3 (June 4, 2015)
 * Updated cordova-lib dependency to 5.1.1
- 
+
 ### 0.23.1 (Apr 16, 2015)
 * CB-8637 add windows to plugman
 


---------------------------------------------------------------------
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-10980 Set VERSION to 1.2.1 (via coho)

Posted by an...@apache.org.
CB-10980 Set VERSION to 1.2.1 (via coho)


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

Branch: refs/heads/1.2.x
Commit: f05a7ef8cf6c0b755090f4b666b54905fb3c21ac
Parents: 4946b6b
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Tue Mar 29 15:13:52 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Tue Mar 29 15:21:32 2016 +0300

----------------------------------------------------------------------
 package.json | 124 +++++++++++++++++++++++++++---------------------------
 1 file changed, 63 insertions(+), 61 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/f05a7ef8/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index b614ba6..4cea117 100644
--- a/package.json
+++ b/package.json
@@ -1,69 +1,71 @@
 {
-  "author": "Andrew Lunny <al...@gmail.com>",
-  "name": "plugman",
-  "description": "install/uninstall Cordova plugins",
-  "version": "1.2.1",
-  "repository": {
-    "type": "git",
-    "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
-  },
-  "bugs": {
-    "url" : "https://issues.apache.org/jira/browse/CB",
-    "email" : "dev@cordova.apache.org"
-  },
-  "main": "plugman.js",
-  "engines": {
-    "node": ">=0.9.9"
-  },
-  "engineStrict":true,
-  "dependencies": {
-    "cordova-lib": "6.1.1",
-    "nopt": "1.0.9",
-    "q": "1.0.1"
-  },
-  "devDependencies": {
-    "jshint": "2.5.8",
-    "jasmine-node": "1.14.5"
-  },
-  "bin" : { "plugman" : "./main.js" },
-  "scripts": {
-    "test": "npm run jasmine && npm run jshint",
-    "jshint": "node node_modules/jshint/bin/jshint src",
-    "jasmine": "jasmine-node --captureExceptions --color spec"
-  },
-  "contributors":[
-    {
-        "name":"Anis Kadri"
+    "author": "Andrew Lunny <al...@gmail.com>",
+    "name": "plugman",
+    "description": "install/uninstall Cordova plugins",
+    "version": "1.2.1",
+    "repository": {
+        "type": "git",
+        "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
     },
-    {
-        "name":"Tim Kim"
+    "bugs": {
+        "url": "https://issues.apache.org/jira/browse/CB",
+        "email": "dev@cordova.apache.org"
     },
-    {
-        "name":"Braden Shepherdson"
+    "main": "plugman.js",
+    "engines": {
+        "node": ">=0.9.9"
     },
-    {
-        "name":"Ryan Willoughby"
+    "engineStrict": true,
+    "dependencies": {
+        "cordova-lib": "6.1.1",
+        "nopt": "1.0.9",
+        "q": "1.0.1"
     },
-    {
-        "name":"Brett Rudd"
+    "devDependencies": {
+        "jshint": "2.5.8",
+        "jasmine-node": "1.14.5"
     },
-    {
-        "name":"Mike Reinstein"
+    "bin": {
+        "plugman": "./main.js"
     },
-    {
-        "name":"Shazron Abdullah"
+    "scripts": {
+        "test": "npm run jasmine && npm run jshint",
+        "jshint": "node node_modules/jshint/bin/jshint src",
+        "jasmine": "jasmine-node --captureExceptions --color spec"
     },
-    {
-        "name":"Steve Gill"
-    },
-    {
-        "name":"Fil Maj"
-    },
-    {
-        "name":"Michael Brooks"
-    },
-    {
-        "name":"Jesse MacFadyen"
-    }
-  ]
-}
+    "contributors": [
+        {
+            "name": "Anis Kadri"
+        },
+        {
+            "name": "Tim Kim"
+        },
+        {
+            "name": "Braden Shepherdson"
+        },
+        {
+            "name": "Ryan Willoughby"
+        },
+        {
+            "name": "Brett Rudd"
+        },
+        {
+            "name": "Mike Reinstein"
+        },
+        {
+            "name": "Shazron Abdullah"
+        },
+        {
+            "name": "Steve Gill"
+        },
+        {
+            "name": "Fil Maj"
+        },
+        {
+            "name": "Michael Brooks"
+        },
+        {
+            "name": "Jesse MacFadyen"
+        }
+    ]
+}
\ No newline at end of file


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