Skip to content

Commit

Permalink
Update RELEASENOTES & version for release 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMerz committed Feb 1, 2021
1 parent 4efd400 commit 5950cf2
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CordovaLib/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.0-dev
6.2.0
2 changes: 1 addition & 1 deletion CordovaLib/cordova.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var PLATFORM_VERSION_BUILD_LABEL = '6.2.0-dev';
var PLATFORM_VERSION_BUILD_LABEL = '6.2.0';
// file: src/scripts/require.js
var require;
var define;
Expand Down
22 changes: 22 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,28 @@

Cordova is a static library that enables developers to include the Cordova API in their iOS application projects easily, and also create new Cordova-based iOS application projects through the command-line.

### 6.2.0 (Feb 01, 2021)
* [GH-1069](https://github.com/apache/cordova-ios/pull/1069) (chore): update dependencies for minor release
* [GH-1067](https://github.com/apache/cordova-ios/pull/1067) fix: plugin podspec with no config elements
* [GH-1014](https://github.com/apache/cordova-ios/pull/1014) fix(splashscreen): Don't show splashscreen when used as a lib
* [GH-1030](https://github.com/apache/cordova-ios/pull/1030) Allow plugins to hook into the WKURLSchemeHandler
* [GH-1036](https://github.com/apache/cordova-ios/pull/1036) (ios): add console output for simulator selectio
* [GH-1060](https://github.com/apache/cordova-ios/pull/1060) GH-1059: Add VALIDATE_WORKSPACE setting to XcodeProj
* [GH-1031](https://github.com/apache/cordova-ios/pull/1031) Set CDVWebViewProcessPoolFactory to public
* [GH-1041](https://github.com/apache/cordova-ios/pull/1041) Document breaking changes in 4.3.0 & 4.4.0
* [GH-1035](https://github.com/apache/cordova-ios/pull/1035) (ios): nil check in didReceiveData in schemehandler
* [GH-1023](https://github.com/apache/cordova-ios/pull/1023) Reinstate verification of main navigation in case of navigationType other
* [GH-1018](https://github.com/apache/cordova-ios/pull/1018) (iOS) Skip Cocoapods checkTool on non-darwin platform
* [GH-1015](https://github.com/apache/cordova-ios/pull/1015) Project changes to allow consuming cordova as submodule
* [GH-1006](https://github.com/apache/cordova-ios/pull/1006) Hide splash sceen immediately on .hide()
* [GH-1005](https://github.com/apache/cordova-ios/pull/1005) Fix BackgroundColor parsing for lowercase letters
* [GH-1002](https://github.com/apache/cordova-ios/pull/1002) chore(asf): Update GitHub repo metadata
* Add release notes from version 6.1.1
* [GH-976](https://github.com/apache/cordova-ios/pull/976) chore: Update npm dependencies
* [GH-973](https://github.com/apache/cordova-ios/pull/973) fix: Append startURL to the initial url loaded
* [GH-936](https://github.com/apache/cordova-ios/pull/936) (ios) issue-912: fix deployment to device
* [GH-932](https://github.com/apache/cordova-ios/pull/932) ci: add node 14 to workflow

### 6.1.1 (Aug 28, 2020)
* [GH-976](https://github.com/apache/cordova-ios/pull/976) Update npm dependencies to pull in `cordova-common@4.0.2`
* This should resolve several issues affecting Info.plist files, including [#764](https://github.com/apache/cordova-ios/issues/764) and [#775](https://github.com/apache/cordova-ios/issues/775)
Expand Down
2 changes: 1 addition & 1 deletion bin/templates/scripts/cordova/Api.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* This workflow would not have the `package.json` file.
*/
// Coho updates this line
const VERSION = '6.2.0-dev';
const VERSION = '6.2.0';

const fs = require('fs-extra');
const path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-ios",
"version": "6.2.0-dev",
"version": "6.2.0",
"description": "cordova-ios release",
"main": "bin/templates/scripts/cordova/Api.js",
"repository": "github:apache/cordova-ios",
Expand Down

0 comments on commit 5950cf2

Please sign in to comment.