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:06:14 UTC

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

Repository: cordova-create
Updated Branches:
  refs/heads/master 266217f8f -> 37d329dbb


CB-12747 Updated version and RELEASENOTES.md for release 1.1.0


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

Branch: refs/heads/master
Commit: af9ad26ec89a81d83a12407323a489b5ea3354a9
Parents: 266217f
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 | 5 +++++
 package.json    | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-create/blob/af9ad26e/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 0c83f28..4ed1f7f 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,11 @@
 -->
 # Cordova-create Release Notes
 
+### 1.1.0 (May 02, 2017)
+* [CB-10681](https://issues.apache.org/jira/browse/CB-10681) templates will add `@latest` when fetching from npm when no version is specified. This will ensure an older cahced version of the template is not used
+* [CB-12666](https://issues.apache.org/jira/browse/CB-12666) - Remove `node 0.x` support.
+* [CB-12517](https://issues.apache.org/jira/browse/CB-12517): `package.json` `displayname` should equal `config.xml` name feild and `package.json` `name` feild should equal `config.xml` `id` feild.
+
 ### 1.0.2 (Jan 17, 2017)
 * change event from `warn` to `verbose`
 * Add github pull request template

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/af9ad26e/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 371e798..86ce75d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-create",
-  "version": "1.0.3-dev",
+  "version": "1.1.0",
   "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": "2.0.2",
-    "cordova-fetch": "1.0.2",
+    "cordova-common": "2.0.3",
+    "cordova-fetch": "1.1.0",
     "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/2] cordova-create 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-create/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-create/commit/37d329db
Tree: http://git-wip-us.apache.org/repos/asf/cordova-create/tree/37d329db
Diff: http://git-wip-us.apache.org/repos/asf/cordova-create/diff/37d329db

Branch: refs/heads/master
Commit: 37d329dbb4467ce2f5cb1205b9248de745397902
Parents: af9ad26
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-create/blob/37d329db/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 86ce75d..6010cc6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-create",
-  "version": "1.1.0",
+  "version": "1.1.1-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