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/12 17:39:10 UTC

docs commit: CB-12769: added tools release blog post

Repository: cordova-docs
Updated Branches:
  refs/heads/master 1d91ea8e7 -> 7b1a66820


CB-12769: added tools release blog post


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

Branch: refs/heads/master
Commit: 7b1a668205195a37f4a6d33382596d7a0fa34451
Parents: 1d91ea8
Author: Steve Gill <st...@gmail.com>
Authored: Fri May 12 11:36:42 2017 +0100
Committer: Steve Gill <st...@gmail.com>
Committed: Fri May 12 11:36:42 2017 +0100

----------------------------------------------------------------------
 www/_posts/2017-05-12-tools-release.md | 41 +++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/7b1a6682/www/_posts/2017-05-12-tools-release.md
----------------------------------------------------------------------
diff --git a/www/_posts/2017-05-12-tools-release.md b/www/_posts/2017-05-12-tools-release.md
new file mode 100644
index 0000000..cdd3b3b
--- /dev/null
+++ b/www/_posts/2017-05-12-tools-release.md
@@ -0,0 +1,41 @@
+---
+layout: post
+author:
+    name: Steve Gill
+    url: https://twitter.com/stevesgill
+title:  "Tools Released!"
+categories: news
+tags: release tools
+---
+
+We just released a small update to our tools!
+
+* [cordova@7.0.1](https://www.npmjs.org/package/cordova)
+* [cordova-lib@7.0.1](https://www.npmjs.org/package/cordova-lib)
+* [cordova-create@1.1.1](https://www.npmjs.com/package/cordova-create)
+
+With this release, creating a new cordova app with our default template will include a `package.json` file by default.
+
+To update your cordova CLI:
+
+    npm install -g cordova@latest
+
+Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+## cordova-lib
+
+* [CB-12773](https://issues.apache.org/jira/browse/CB-12773): fixed incorrect plugin version fetching issue
+* [CB-12769](https://issues.apache.org/jira/browse/CB-12769): updated `cordova-create` dependency to 1.1.1
+* [CB-12757](https://issues.apache.org/jira/browse/CB-12757): if there's a plugin dependency in `package.json`, use that one for `config.xml`
+
+## cordova-cli
+
+* [CB-12769](https://issues.apache.org/jira/browse/CB-12769): Updated `cordova-lib` dependency to 7.0.1.
+
+## cordova-create
+
+* [CB-12765](https://issues.apache.org/jira/browse/CB-12765) default app `cordova-app-hello-world` is now treated like a template
+


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