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

erisu pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/cordova-plugin-media-capture.git

commit 021081ef357fd90b1d5aae37a91bc2026328e37d
Author: エリス <er...@apache.org>
AuthorDate: Fri Feb 21 21:59:09 2025 +0900

    release(media-capture-v6.0.0): updated version and RELEASENOTES.md
---
 RELEASENOTES.md    | 26 ++++++++++++++++++++++++++
 package-lock.json  |  4 ++--
 package.json       |  2 +-
 plugin.xml         |  2 +-
 tests/package.json |  2 +-
 tests/plugin.xml   |  2 +-
 6 files changed, 32 insertions(+), 6 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 353f7f2..d03e418 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,32 @@
 -->
 # Release Notes
 
+### 6.0.0 (Feb 21, 2025)
+
+**Breaking Changes:**
+
+* [GH-308](https://github.com/apache/cordova-plugin-media-capture/pull/308) 
feat(android)!: remove unnecessary permissions
+* [GH-280](https://github.com/apache/cordova-plugin-media-capture/pull/280) 
feat(android)!: remove RECORD_AUDIO permission not requested at runtime
+* [GH-295](https://github.com/apache/cordova-plugin-media-capture/pull/295) 
fix(android)!: remove broad media permissions
+
+**Features:**
+
+* [GH-281](https://github.com/apache/cordova-plugin-media-capture/pull/281) 
feat(android): Field 'storagePermissions' may be 'final'
+
+**Fixes:**
+
+* [GH-307](https://github.com/apache/cordova-plugin-media-capture/pull/307) 
fix(android): Remove usage of Media Store queries
+* [GH-302](https://github.com/apache/cordova-plugin-media-capture/pull/302) 
fix(android): save media capture to File Provider
+
+**Chores, Refactoring, CI:**
+
+* [GH-306](https://github.com/apache/cordova-plugin-media-capture/pull/306) 
chore: upgrade eslint config and rolled dependencies
+* [GH-305](https://github.com/apache/cordova-plugin-media-capture/pull/305) 
chore: npmrc
+* [GH-284](https://github.com/apache/cordova-plugin-media-capture/pull/284) 
chore: update asf config
+* [GH-309](https://github.com/apache/cordova-plugin-media-capture/pull/309) 
refactor(android): cleanup unused or obsolete code
+* [GH-304](https://github.com/apache/cordova-plugin-media-capture/pull/304) 
ci(ios): update workflow environment
+* [GH-301](https://github.com/apache/cordova-plugin-media-capture/pull/301) 
ci: sync workflow w/ paramedic
+
 ### 5.0.0 (Aug 14, 2023)
 
 **Breaking Changes:**
diff --git a/package-lock.json b/package-lock.json
index 2e49f3c..d74101e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-plugin-media-capture",
-  "version": "6.0.0-dev",
+  "version": "6.0.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-plugin-media-capture",
-      "version": "6.0.0-dev",
+      "version": "6.0.0",
       "license": "Apache-2.0",
       "devDependencies": {
         "@cordova/eslint-config": "^5.1.0"
diff --git a/package.json b/package.json
index fd5c004..12a1be6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media-capture",
-  "version": "6.0.0-dev",
+  "version": "6.0.0",
   "description": "Cordova Media Capture Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index e8975ed..092b36b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -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-media-capture"
-      version="6.0.0-dev">
+      version="6.0.0">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>
diff --git a/tests/package.json b/tests/package.json
index da0b383..e6bca5b 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media-capture-tests",
-  "version": "6.0.0-dev",
+  "version": "6.0.0",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-media-capture-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index edbb311..5944024 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-media-capture-tests"
-    version="6.0.0-dev">
+    version="6.0.0">
     <name>Cordova Media Capture Plugin Tests</name>
     <license>Apache 2.0</license>
 


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

Reply via email to