[ 
https://issues.apache.org/jira/browse/CB-14226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16560448#comment-16560448
 ] 

ASF GitHub Bot commented on CB-14226:
-------------------------------------

brodybits closed pull request #287: CB-14226 [email protected] (July 2018 
patch release) on 6.0.x - WIP
URL: https://github.com/apache/cordova-windows/pull/287
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 5d54a811..2531b588 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,11 @@
 -->
 ## Release Notes for Cordova (Windows) ##
 
+### 6.0.1 (Jul 27, 2018)
+* [CB-14224](https://issues.apache.org/jira/browse/CB-14224) add license text 
and GitHub link to `template/Properties/Default.rd.xml`
+* [CB-14145](https://issues.apache.org/jira/browse/CB-14145) update 
dependencies to resolve `npm audit` issues, pinned in 6.0.x only 
([GH-281](https://github.com/apache/cordova-windows/pull/281))
+* [CB-9366](https://issues.apache.org/jira/browse/CB-9366) - log `error.stack` 
in `cordova.js` (update from `[email protected]`) in `6.0.x`
+
 ### 6.0.0 (Feb 19, 2018)
 
 * [CB-12895](https://issues.apache.org/jira/browse/CB-12895) `cordova.js` 
updates to pass `eslint` ([email protected])
diff --git a/VERSION b/VERSION
index 90c7a21b..5fe60723 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.0.1-dev
+6.0.1
diff --git a/package.json b/package.json
index 4b431135..07c00b2f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-windows",
-  "version": "6.0.1-dev",
+  "version": "6.0.1",
   "description": "cordova-windows release",
   "bin": "bin/create",
   "main": "template/cordova/Api.js",
diff --git a/template/cordova/version b/template/cordova/version
index 86c8742b..e6fa5a77 100644
--- a/template/cordova/version
+++ b/template/cordova/version
@@ -20,7 +20,7 @@
 */
 
 // Coho updates this line:
-var VERSION = "6.0.1-dev";
+var VERSION = "6.0.1";
 
 module.exports.version = VERSION;
 
diff --git a/template/www/cordova.js b/template/www/cordova.js
index d29dbc2c..9f14d166 100644
--- a/template/www/cordova.js
+++ b/template/www/cordova.js
@@ -1,5 +1,5 @@
 // Platform: windows
-// e040d9e9343d5f27dd4f67616660b33b92a82ff7
+// 9e8e1b716252c4a08abcd31a13013b868d6f4141
 /*
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '6.0.1-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '6.0.1';
 // file: src/scripts/require.js
 
 /* jshint -W079 */
@@ -837,7 +837,7 @@ module.exports = channel;
 
 });
 
-// file: 
/Users/brodybits/Documents/cordova/cordova-windows/cordova-js-src/confighelper.js
+// file: 
C:/Users/brodybits/Documents/cordova/cordova-windows/cordova-js-src/confighelper.js
 define("cordova/confighelper", function(require, exports, module) {
 
 // config.xml and AppxManifest.xml wrapper (non-node ConfigParser analogue)
@@ -952,7 +952,7 @@ exports.readManifest = readManifest;
 
 });
 
-// file: 
/Users/brodybits/Documents/cordova/cordova-windows/cordova-js-src/exec.js
+// file: 
C:/Users/brodybits/Documents/cordova/cordova-windows/cordova-js-src/exec.js
 define("cordova/exec", function(require, exports, module) {
 
 /*jslint sloppy:true, plusplus:true*/
@@ -1538,7 +1538,7 @@ exports.reset();
 
 });
 
-// file: 
/Users/brodybits/Documents/cordova/cordova-windows/cordova-js-src/platform.js
+// file: 
C:/Users/brodybits/Documents/cordova/cordova-windows/cordova-js-src/platform.js
 define("cordova/platform", function(require, exports, module) {
 
 module.exports = {
@@ -1869,7 +1869,7 @@ exports.load = function (callback) {
 
 });
 
-// file: 
/Users/brodybits/Documents/cordova/cordova-windows/cordova-js-src/splashscreen.js
+// file: 
C:/Users/brodybits/Documents/cordova/cordova-windows/cordova-js-src/splashscreen.js
 define("cordova/splashscreen", function(require, exports, module) {
 
 var isWp81 = navigator.appVersion.indexOf("Windows Phone 8.1") !== -1;


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> cordova-windows platform patch release July 2018
> ------------------------------------------------
>
>                 Key: CB-14226
>                 URL: https://issues.apache.org/jira/browse/CB-14226
>             Project: Apache Cordova
>          Issue Type: Task
>          Components: cordova-windows
>            Reporter: Chris Brody
>            Assignee: Chris Brody
>            Priority: Major
>
> Patch release of cordova-windows package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to