From 869f02da1af8f31121bb5d30eee27cfdaad1e3dc Mon Sep 17 00:00:00 2001 From: Erisu Date: Thu, 19 Aug 2021 17:14:44 +0900 Subject: [PATCH] Updated version and RELEASENOTES.md for release 6.0.0 (camera-v6.0.0) --- RELEASENOTES.md | 20 ++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- plugin.xml | 2 +- tests/package.json | 2 +- tests/plugin.xml | 2 +- 6 files changed, 25 insertions(+), 5 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 48bd568dd..34beb52d3 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,26 @@ --> # Release Notes +### 6.0.0 (Aug 19, 2021) + +**Feature:** + +* [GH-751](https://github.com/apache/cordova-plugin-camera/pull/751) feat(android)!: support **AndroidX** +* [GH-750](https://github.com/apache/cordova-plugin-camera/pull/750) feat(android): bump `cordova-android` requirements for `10.x` +* [GH-731](https://github.com/apache/cordova-plugin-camera/pull/731) feat(android): encode `heic` format to `EncodingType` for webview display [#711](https://github.com/apache/cordova-plugin-camera/issues/711) +* [GH-684](https://github.com/apache/cordova-plugin-camera/pull/684) feat(android): `sdk-30` package visibility support + +**Fix:** + +* [GH-687](https://github.com/apache/cordova-plugin-camera/pull/687) fix(android): return exception message (where it exists) +* [GH-585](https://github.com/apache/cordova-plugin-camera/pull/585) fix(android): file path correction if `Uri` authority is `FileProvider` + +**Chore & CI:** + +* [GH-749](https://github.com/apache/cordova-plugin-camera/pull/749) chore: bump plugin version for next major +* [GH-654](https://github.com/apache/cordova-plugin-camera/pull/654) chore: add release notify action +* [GH-745](https://github.com/apache/cordova-plugin-camera/pull/745) ci(gh-action): added workflow to run tests + ### 5.0.3 (Aug 04, 2021) * [GH-754](https://github.com/apache/cordova-plugin-camera/pull/754) chore: rebuilt `package-lock.json` diff --git a/package-lock.json b/package-lock.json index a924a7e04..43cb12924 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera", - "version": "6.0.0-dev", + "version": "6.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 75646f6b7..421eee749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera", - "version": "6.0.0-dev", + "version": "6.0.0", "description": "Cordova Camera Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 775966a32..89663aeab 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="6.0.0"> Camera Cordova Camera Plugin Apache 2.0 diff --git a/tests/package.json b/tests/package.json index e934f11cb..b61b104ff 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera-tests", - "version": "6.0.0-dev", + "version": "6.0.0", "description": "", "cordova": { "id": "cordova-plugin-camera-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index 31f46a523..125fd1ccd 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="cordova-plugin-camera-tests" - version="6.0.0-dev"> + version="6.0.0"> Cordova Camera Plugin Tests Apache 2.0