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/12/14 21:44:19 UTC

[cordova-plugman] branch master updated (e4f5f85 -> d96fb85)

This is an automated email from the ASF dual-hosted git repository.

steven pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugman.git.


    from e4f5f85  CB-12762 : pointed package.json repo items to github mirrors instead of apache repos site (#89)
     new 9224753  CB-13674 Updated version and RELEASENOTES.md for release 2.0.0
     new d96fb85  CB-13674 Incremented package version to -dev

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASENOTES.md | 4 ++++
 package.json    | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

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


[cordova-plugman] 01/02: CB-13674 Updated version and RELEASENOTES.md for release 2.0.0

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugman.git

commit 9224753804e2c62052e88bddb0db55ed410d9d44
Author: Steve Gill <st...@gmail.com>
AuthorDate: Thu Dec 14 11:43:55 2017 -0800

    CB-13674 Updated version and RELEASENOTES.md for release 2.0.0
---
 RELEASENOTES.md | 4 ++++
 package.json    | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ba66de7..9b04031 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,10 @@
 
 # Cordova-plugman Release Notes
 
+### 2.0.0 (Dec 14, 2017)
+* [CB-13674](https://issues.apache.org/jira/browse/CB-13674): updated `cordova-lib` dependency to 8.0.0
+* [CB-12762](https://issues.apache.org/jira/browse/CB-12762): pointed `package.json` repo items to github mirrors instead of apache repos site (#89)
+
 ### 1.5.1 (Oct 04, 2017)
 * [CB-13380](https://issues.apache.org/jira/browse/CB-13380) Updated `cordova-lib` dependecy to `7.1.0`
 * [CB-12895](https://issues.apache.org/jira/browse/CB-12895) setup `eslint` and remove `jshint`
diff --git a/package.json b/package.json
index 2683140..1572893 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.2-dev",
+  "version": "2.0.0",
   "repository": {
     "type": "git",
     "url": "https://github.com/apache/cordova-plugman"
@@ -17,7 +17,7 @@
   },
   "engineStrict": true,
   "dependencies": {
-    "cordova-lib": "7.1.0",
+    "cordova-lib": "8.0.0",
     "nopt": "1.0.9",
     "q": "1.0.1"
   },

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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


[cordova-plugman] 02/02: CB-13674 Incremented package version to -dev

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugman.git

commit d96fb853160e0900e6e83d83ef21a9b316ebe8e7
Author: Steve Gill <st...@gmail.com>
AuthorDate: Thu Dec 14 13:43:44 2017 -0800

    CB-13674 Incremented package version to -dev
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 1572893..968456d 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": "2.0.0",
+  "version": "2.0.1-dev",
   "repository": {
     "type": "git",
     "url": "https://github.com/apache/cordova-plugman"

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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