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/01/18 01:56:53 UTC

[1/6] cordova-create git commit: CB-11931 Incremented package version to -dev

Repository: cordova-create
Updated Branches:
  refs/heads/1.0.x a1c3ecda8 -> f69198e5a
  refs/heads/master a70324eff -> 2721c00a2


CB-11931 Incremented package version to -dev


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

Branch: refs/heads/1.0.x
Commit: dbd11c40565aa7dce0e51a73b494a9ed265725e3
Parents: a1c3ecd
Author: Steve Gill <st...@gmail.com>
Authored: Thu Sep 29 18:41:57 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Sep 29 18:41:57 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-create/blob/dbd11c40/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 1548bea..8eb11c6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-create",
-  "version": "1.0.1",
+  "version": "1.0.2-dev",
   "description": "Apache Cordova create module. Creates new project from default or template",
   "main": "index.js",
   "repository": {


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


[5/6] cordova-create git commit: CB-12358 Updated version and RELEASENOTES.md for release 1.0.2

Posted by st...@apache.org.
CB-12358 Updated version and RELEASENOTES.md for release 1.0.2


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

Branch: refs/heads/master
Commit: f69198e5ab49f40bf1e3dda5e5a64bc75e4f837e
Parents: a70324e
Author: Steve Gill <st...@gmail.com>
Authored: Tue Jan 17 15:33:04 2017 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Jan 17 15:33:04 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-create/blob/f69198e5/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 49184fe..0c83f28 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Cordova-create Release Notes
 
+### 1.0.2 (Jan 17, 2017)
+* change event from `warn` to `verbose`
+* Add github pull request template
+
 ### 1.0.1 (Sep 29, 2016)
 * removed stripping eventlisteners
 

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/f69198e5/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 8eb11c6..1c47a5c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-create",
-  "version": "1.0.2-dev",
+  "version": "1.0.2",
   "description": "Apache Cordova create module. Creates new project from default or template",
   "main": "index.js",
   "repository": {
@@ -26,8 +26,8 @@
   "engineStrict": true,
   "dependencies": {
     "cordova-app-hello-world": "^3.11.0",
-    "cordova-common": "^1.4.1",
-    "cordova-fetch": "^1.0.1",
+    "cordova-common": "2.0.0",
+    "cordova-fetch": "1.0.2",
     "q": "1.0.1",
     "shelljs": "0.3.0",
     "valid-identifier": "0.0.1"


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


[2/6] cordova-create git commit: Add github pull request template

Posted by st...@apache.org.
Add github pull request template


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

Branch: refs/heads/1.0.x
Commit: e65698fd73c8438168eded9ad681d0b866724e09
Parents: dbd11c4
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Oct 4 22:03:17 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Oct 4 22:03:17 2016 -0700

----------------------------------------------------------------------
 .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-create/blob/e65698fd/.github/PULL_REQUEST_TEMPLATE.md
----------------------------------------------------------------------
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..91582f4
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,22 @@
+<!--
+Please make sure the checklist boxes are all checked before submitting the PR. The checklist
+is intended as a quick reference, for complete details please see our Contributor Guidelines:
+
+http://cordova.apache.org/contribute/contribute_guidelines.html
+
+Thanks!
+-->
+
+### Platforms affected
+
+
+### What does this PR do?
+
+
+### What testing has been done on this change?
+
+
+### Checklist
+- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
+- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
+- [ ] Added automated test coverage as appropriate for this change.


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


[6/6] cordova-create git commit: CB-12358 Incremented package version to -dev

Posted by st...@apache.org.
CB-12358 Incremented package version to -dev


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

Branch: refs/heads/master
Commit: 2721c00a20d722422e38ef47b6ddff4cff456d15
Parents: f69198e
Author: Steve Gill <st...@gmail.com>
Authored: Tue Jan 17 17:54:41 2017 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Jan 17 17:54:41 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-create/blob/2721c00a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 1c47a5c..346aa9e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-create",
-  "version": "1.0.2",
+  "version": "1.0.3-dev",
   "description": "Apache Cordova create module. Creates new project from default or template",
   "main": "index.js",
   "repository": {


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


[3/6] cordova-create git commit: change event from warn to verbose

Posted by st...@apache.org.
change event from warn to verbose


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

Branch: refs/heads/1.0.x
Commit: a70324eff67c49177ba35264f2b529b3f50cad2d
Parents: e65698f
Author: Steve Gill <st...@gmail.com>
Authored: Wed Oct 26 14:13:21 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Oct 26 14:13:21 2016 -0700

----------------------------------------------------------------------
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-create/blob/a70324ef/index.js
----------------------------------------------------------------------
diff --git a/index.js b/index.js
index 48b59bf..e25f5cf 100644
--- a/index.js
+++ b/index.js
@@ -68,7 +68,7 @@ module.exports = function(dir, optionalId, optionalName, cfg, extEvents) {
     var argumentCount = arguments.length;
     return Q.fcall(function() {
         events = setupEvents(extEvents);
-        events.emit('warn', 'Using detached cordova-create');
+        events.emit('verbose', 'Using detached cordova-create');
 
         if (!dir) {
             throw new CordovaError('Directory not specified. See `cordova help`.');


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


[4/6] cordova-create git commit: CB-12358 Updated version and RELEASENOTES.md for release 1.0.2

Posted by st...@apache.org.
CB-12358 Updated version and RELEASENOTES.md for release 1.0.2


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

Branch: refs/heads/1.0.x
Commit: f69198e5ab49f40bf1e3dda5e5a64bc75e4f837e
Parents: a70324e
Author: Steve Gill <st...@gmail.com>
Authored: Tue Jan 17 15:33:04 2017 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Jan 17 15:33:04 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-create/blob/f69198e5/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 49184fe..0c83f28 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Cordova-create Release Notes
 
+### 1.0.2 (Jan 17, 2017)
+* change event from `warn` to `verbose`
+* Add github pull request template
+
 ### 1.0.1 (Sep 29, 2016)
 * removed stripping eventlisteners
 

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/f69198e5/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 8eb11c6..1c47a5c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-create",
-  "version": "1.0.2-dev",
+  "version": "1.0.2",
   "description": "Apache Cordova create module. Creates new project from default or template",
   "main": "index.js",
   "repository": {
@@ -26,8 +26,8 @@
   "engineStrict": true,
   "dependencies": {
     "cordova-app-hello-world": "^3.11.0",
-    "cordova-common": "^1.4.1",
-    "cordova-fetch": "^1.0.1",
+    "cordova-common": "2.0.0",
+    "cordova-fetch": "1.0.2",
     "q": "1.0.1",
     "shelljs": "0.3.0",
     "valid-identifier": "0.0.1"


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