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/08 14:31:02 UTC

[1/2] cordova-cli git commit: CB-12769 Incremented package version to -dev

Repository: cordova-cli
Updated Branches:
  refs/heads/master 6985d9276 -> a3d0db1f7


CB-12769 Incremented package version to -dev


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

Branch: refs/heads/master
Commit: a3d0db1f7888605d77471a743270f27d2103bf33
Parents: 1aacb69
Author: Steve Gill <st...@gmail.com>
Authored: Mon May 8 16:29:16 2017 +0200
Committer: Steve Gill <st...@gmail.com>
Committed: Mon May 8 16:30:24 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/a3d0db1f/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 3206904..59d9c37 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "7.0.1",
+  "version": "7.0.2-dev",
   "preferGlobal": true,
   "description": "Cordova command line interface tool",
   "main": "cordova",


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


[2/2] cordova-cli git commit: CB-12769 Updated version and RELEASENOTES.md for release 7.0.1

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


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

Branch: refs/heads/master
Commit: 1aacb6962eb74b703e5210bcf264bdcc27ce6472
Parents: 6985d92
Author: Steve Gill <st...@gmail.com>
Authored: Mon May 8 16:20:16 2017 +0200
Committer: Steve Gill <st...@gmail.com>
Committed: Mon May 8 16:30:24 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/1aacb696/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8db599d..04284ee 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,9 @@
 -->
 # Cordova-cli Release Notes
 
+### 7.0.1 (May 08, 2017)
+* [CB-12769](https://issues.apache.org/jira/browse/CB-12769): Updated 'cordova-lib` dependency to 7.0.1.
+
 ### 7.0.0 (May 02, 2017)
 * [CB-12570](https://issues.apache.org/jira/browse/CB-12570): `cordova-fetch` is true by default. Use `--nofetch` flag to fetch platforms and plugins using old fetching logic.
 * [CB-12665](https://issues.apache.org/jira/browse/CB-12665): removed `engineStrict` as it is no longer supported

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/1aacb696/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index a92b4f4..3206904 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "7.0.1-dev",
+  "version": "7.0.1",
   "preferGlobal": true,
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -32,7 +32,7 @@
   "dependencies": {
     "configstore": "2.1.0",
     "cordova-common": "2.0.3",
-    "cordova-lib": "7.0.0",
+    "cordova-lib": "7.0.1",
     "editor": "1.0.0",
     "insight": "0.8.2",
     "nopt": "3.0.1",


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