Updated version and RELEASENOTES.md for release 6.0.0 (camera-v6.0.0)

This commit is contained in:
Erisu 2021-08-19 17:14:44 +09:00
parent e9db20e381
commit 869f02da1a
No known key found for this signature in database
GPG Key ID: 2E5FF17FB26AF7F2
6 changed files with 25 additions and 5 deletions

View File

@ -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`

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-camera",
"version": "6.0.0-dev",
"version": "6.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {

View File

@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-camera"
version="6.0.0-dev">
version="6.0.0">
<name>Camera</name>
<description>Cordova Camera Plugin</description>
<license>Apache 2.0</license>

View File

@ -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",

View File

@ -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">
<name>Cordova Camera Plugin Tests</name>
<license>Apache 2.0</license>