You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2021/08/09 09:08:08 UTC

[cordova-plugin-camera] branch feat/bump-cordova-android-10x created (now f303bdc)

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

niklasmerz pushed a change to branch feat/bump-cordova-android-10x
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-camera.git.


      at f303bdc  feat: bump cordova-android requirements for 10.x

This branch includes the following new commits:

     new b840d6b  feat: bump for next major 6.x
     new f303bdc  feat: bump cordova-android requirements for 10.x

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[cordova-plugin-camera] 01/02: feat: bump for next major 6.x

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a commit to branch feat/bump-cordova-android-10x
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-camera.git

commit b840d6bdb302b0359fec1fa6c09fa3a41fbff325
Author: Erisu <el...@gmail.com>
AuthorDate: Sat Jul 17 16:56:55 2021 +0900

    feat: bump for next major 6.x
---
 package-lock.json | 2 +-
 package.json      | 2 +-
 plugin.xml        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index a8d6d4f..a924a7e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-camera",
-  "version": "5.0.4-dev",
+  "version": "6.0.0-dev",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 336768c..7e0d3f4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-camera",
-  "version": "5.0.4-dev",
+  "version": "6.0.0-dev",
   "description": "Cordova Camera Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index c64ea22..ca87582 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-camera"
-    version="5.0.4-dev">
+    version="6.0.0-dev">
     <name>Camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>

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


[cordova-plugin-camera] 02/02: feat: bump cordova-android requirements for 10.x

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a commit to branch feat/bump-cordova-android-10x
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-camera.git

commit f303bdc7ca443316518ebcfca45c0ea147f107f7
Author: Erisu <el...@gmail.com>
AuthorDate: Sat Jul 17 16:59:08 2021 +0900

    feat: bump cordova-android requirements for 10.x
---
 package.json | 5 +++++
 plugin.xml   | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 7e0d3f4..75646f6 100644
--- a/package.json
+++ b/package.json
@@ -51,6 +51,11 @@
         "cordova": ">=9.0.0"
       },
       "6.0.0": {
+        "cordova-android": ">=10.0.0",
+        "cordova-ios": ">=5.1.0",
+        "cordova": ">=9.0.0"
+      },
+      "7.0.0": {
         "cordova": ">100"
       }
     }
diff --git a/plugin.xml b/plugin.xml
index ca87582..9caa4d8 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -31,7 +31,7 @@
 
     <engines>
         <engine name="cordova" version=">=9.0.0"/>
-        <engine name="cordova-android" version="<10.0.0" />
+        <engine name="cordova-android" version=">=10.0.0" />
         <engine name="cordova-ios" version=">=5.1.0" />
     </engines>
 

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