You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2020/06/15 16:20:42 UTC

[cordova-osx] 01/03: Update RELEASENOTES & version for release 6.0.0 (cordova-osx@6.0.0)

This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a commit to branch 6.0.x
in repository https://gitbox.apache.org/repos/asf/cordova-osx.git

commit 338ad7b7f73ea8352067c0e4473684db2d4f11b2
Author: Niklas Merz <ni...@apache.org>
AuthorDate: Mon Jun 15 17:32:01 2020 +0200

    Update RELEASENOTES & version for release 6.0.0 (cordova-osx@6.0.0)
---
 CordovaLib/VERSION                    |  2 +-
 CordovaLib/cordova.js                 |  2 +-
 RELEASENOTES.md                       | 16 ++++++++++++++++
 bin/templates/scripts/cordova/version |  2 +-
 package-lock.json                     |  2 +-
 package.json                          |  2 +-
 6 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 420dc8d..09b254e 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-6.0.0-dev
+6.0.0
diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index b21ef91..5314d4f 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '6.0.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '6.0.0';
 // file: src/scripts/require.js
 
 var require;
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 04d40b3..adc0632 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,22 @@
 -->
 ## Release Notes for Cordova (OS X) ##
  
+### 6.0.0 (Jun 15, 2020)
+* [GH-103](https://github.com/apache/cordova-osx/pull/103) breaking(npm): bump dependencies
+* [GH-101](https://github.com/apache/cordova-osx/pull/101) breaking: @cordova/eslint-config w/ applied fix
+* [GH-102](https://github.com/apache/cordova-osx/pull/102) ci: update xcode image to 11.5
+* [GH-100](https://github.com/apache/cordova-osx/pull/100) chore(npm) update npm audit issues
+* [GH-97](https://github.com/apache/cordova-osx/pull/97) breaking: bump cordova-common@^4.0.0
+* (ci) drop nodejs <10 from Travis
+* [GH-98](https://github.com/apache/cordova-osx/pull/98) breaking: bump node support >=10.0.0
+* [GH-95](https://github.com/apache/cordova-osx/pull/95) breaking: bump package 6.0.0-dev
+* chore(asf): update git notification settings
+* Update CONTRIBUTING.md
+* [GH-90](https://github.com/apache/cordova-osx/pull/90) chore: update nyc dev dependency
+* chore: add Node.js 12 to ci services
+* [GH-88](https://github.com/apache/cordova-osx/pull/88) build: report test coverage to codecov.io
+* Add or update GitHub pull request and issue template
+
 ### 5.0.0 (Feb 01, 2019)
 * [GH-83](https://github.com/apache/cordova-osx/pull/83) OSX Platform Release Preparation (Cordova 9)
 * [GH-66](https://github.com/apache/cordova-osx/pull/66) explicit `plist@3` dependency
diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index b8a4cf4..a1251a7 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -26,7 +26,7 @@
 */
 
 // Coho updates this line
-var VERSION = '6.0.0-dev';
+var VERSION = '6.0.0';
 
 module.exports.version = VERSION;
 
diff --git a/package-lock.json b/package-lock.json
index d093bd4..6ab3d50 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-osx",
-  "version": "6.0.0-dev",
+  "version": "6.0.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 1de8c78..c1e6bd8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-osx",
-  "version": "6.0.0-dev",
+  "version": "6.0.0",
   "description": "cordova-osx release",
   "main": "bin/templates/scripts/cordova/Api.js",
   "repository": {


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