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 2016/08/23 23:56:44 UTC

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

Repository: cordova-create
Updated Branches:
  refs/heads/1.0.x [created] 4a49545f0


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

Branch: refs/heads/1.0.x
Commit: af12a2535193fcda195943001824c6370d166d22
Parents: 6454777
Author: Steve Gill <st...@gmail.com>
Authored: Tue Aug 23 16:39:57 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Aug 23 16:39:57 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-create/blob/af12a253/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 2b12d56..0cb1c09 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,4 +20,9 @@
 -->
 # Cordova-create Release Notes
 
-
+### 1.0.0 (August 23, 2016)
+* CB-11623 added symlinking option
+* fixed jasmine custom matcher for `toExist`
+* updated jasmine dep, fixed caching issue with tests
+* added `travis` and `appveyor` support
+* version 1.0.0 for **npm**

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/af12a253/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 6a83925..5ebe9f4 100644
--- a/package.json
+++ b/package.json
@@ -26,8 +26,8 @@
   "engineStrict": true,
   "dependencies": {
     "cordova-app-hello-world": "^3.10.0",
-    "cordova-common": "^1.4.0",
-    "cordova-fetch": "^1.0.0",
+    "cordova-common": "^1.4.1",
+    "cordova-fetch": "^1.0.1",
     "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: added .ratignore

Posted by st...@apache.org.
added .ratignore


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

Branch: refs/heads/1.0.x
Commit: 4a49545f0fad26cd4a3fa84c701a29ad1b5bb553
Parents: af12a25
Author: Steve Gill <st...@gmail.com>
Authored: Tue Aug 23 16:44:57 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Aug 23 16:52:06 2016 -0700

----------------------------------------------------------------------
 .ratignore | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-create/blob/4a49545f/.ratignore
----------------------------------------------------------------------
diff --git a/.ratignore b/.ratignore
new file mode 100644
index 0000000..7ba3888
--- /dev/null
+++ b/.ratignore
@@ -0,0 +1,2 @@
+appveyor.yml
+spec


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