Skip to content

Commit 869f02d

Browse files
committed
Updated version and RELEASENOTES.md for release 6.0.0 (camera-v6.0.0)
1 parent e9db20e commit 869f02d

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

RELEASENOTES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,26 @@
2020
-->
2121
# Release Notes
2222

23+
### 6.0.0 (Aug 19, 2021)
24+
25+
**Feature:**
26+
27+
* [GH-751](https://github.com/apache/cordova-plugin-camera/pull/751) feat(android)!: support **AndroidX**
28+
* [GH-750](https://github.com/apache/cordova-plugin-camera/pull/750) feat(android): bump `cordova-android` requirements for `10.x`
29+
* [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)
30+
* [GH-684](https://github.com/apache/cordova-plugin-camera/pull/684) feat(android): `sdk-30` package visibility support
31+
32+
**Fix:**
33+
34+
* [GH-687](https://github.com/apache/cordova-plugin-camera/pull/687) fix(android): return exception message (where it exists)
35+
* [GH-585](https://github.com/apache/cordova-plugin-camera/pull/585) fix(android): file path correction if `Uri` authority is `FileProvider`
36+
37+
**Chore & CI:**
38+
39+
* [GH-749](https://github.com/apache/cordova-plugin-camera/pull/749) chore: bump plugin version for next major
40+
* [GH-654](https://github.com/apache/cordova-plugin-camera/pull/654) chore: add release notify action
41+
* [GH-745](https://github.com/apache/cordova-plugin-camera/pull/745) ci(gh-action): added workflow to run tests
42+
2343
### 5.0.3 (Aug 04, 2021)
2444

2545
* [GH-754](https://github.com/apache/cordova-plugin-camera/pull/754) chore: rebuilt `package-lock.json`

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-camera",
3-
"version": "6.0.0-dev",
3+
"version": "6.0.0",
44
"description": "Cordova Camera Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-camera"
24-
version="6.0.0-dev">
24+
version="6.0.0">
2525
<name>Camera</name>
2626
<description>Cordova Camera Plugin</description>
2727
<license>Apache 2.0</license>

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-camera-tests",
3-
"version": "6.0.0-dev",
3+
"version": "6.0.0",
44
"description": "",
55
"cordova": {
66
"id": "cordova-plugin-camera-tests",

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
xmlns:rim="http://www.blackberry.com/ns/widgets"
2424
id="cordova-plugin-camera-tests"
25-
version="6.0.0-dev">
25+
version="6.0.0">
2626
<name>Cordova Camera Plugin Tests</name>
2727
<license>Apache 2.0</license>
2828

0 commit comments

Comments
 (0)