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:29:56 UTC

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

Repository: cordova-cli
Updated Branches:
  refs/heads/7.0.x 3963506ef -> ba013489e


CB-12747 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/a9113bc8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/a9113bc8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/a9113bc8

Branch: refs/heads/7.0.x
Commit: a9113bc8c0342e4e681827a4c517c8521d9dac55
Parents: 3963506
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-cli/blob/a9113bc8/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 11bf20d..a92b4f4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "7.0.0",
+  "version": "7.0.1-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/3] cordova-cli git commit: updated formatting issue with release notes

Posted by st...@apache.org.
updated formatting issue with release notes


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

Branch: refs/heads/7.0.x
Commit: a278c3a90cfb375d635c233a8c5bb1ea3773d0fb
Parents: a9113bc
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 3 22:52:42 2017 +0200
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 3 22:52:42 2017 +0200

----------------------------------------------------------------------
 RELEASENOTES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/a278c3a9/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index edc89ce..8db599d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -24,7 +24,7 @@
 * [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
 * [CB-11982](https://issues.apache.org/jira/browse/CB-11982): added `edit` and `ls` to `cordova config`
-* [CB-11982](https://issues.apache.org/jira/browse/CB-11982): added new `cordova config  command that `sets`, `gets`, and `deletes` global enviroment variables.
+* [CB-11982](https://issues.apache.org/jira/browse/CB-11982): added new `cordova config` command that `sets`, `gets`, and `deletes` global enviroment variables.
 * [CB-12008](https://issues.apache.org/jira/browse/CB-12008): updated docs to reflect new autosave changes and removed variables missed due to rebase
 * [CB-12008](https://issues.apache.org/jira/browse/CB-12008): made autosave the default for platform and plugin add/remove
 * [CB-11977](https://issues.apache.org/jira/browse/CB-11977): removed support for `node 0.x`


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


[3/3] 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/ba013489
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/ba013489
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/ba013489

Branch: refs/heads/7.0.x
Commit: ba013489e2074c963aadeb1246fcc264a64448c1
Parents: a278c3a
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:20:16 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/ba013489/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/ba013489/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