You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2023/09/16 11:30:43 UTC

[cordova-plugin-geolocation] branch master updated (13f2a20 -> 8f05b8d)

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

normanbreau pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-geolocation.git


    from 13f2a20  fix: heading speed w3c spec (#270)
     new 031e6bb  chore: fix package-lock to include engines change
     new 8f05b8d  chore: Preparing 5.0.0

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.


Summary of changes:
 RELEASENOTES.md    | 20 ++++++++++++++++++++
 package-lock.json  |  6 +++---
 package.json       |  2 +-
 plugin.xml         |  2 +-
 tests/package.json |  2 +-
 tests/plugin.xml   |  2 +-
 6 files changed, 27 insertions(+), 7 deletions(-)


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


[cordova-plugin-geolocation] 01/02: chore: fix package-lock to include engines change

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

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

commit 031e6bbbba9a603970430c765bafc480a8e00f92
Author: Norman Breau <no...@nbsolutions.ca>
AuthorDate: Sat Sep 16 08:17:16 2023 -0300

    chore: fix package-lock to include engines change
---
 package-lock.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package-lock.json b/package-lock.json
index afcfc9f..41f18e7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16,7 +16,7 @@
           "3.0.0": {
             "cordova-android": ">=6.3.0"
           },
-          "5.0.0": {
+          "6.0.0": {
             "cordova": ">100"
           }
         }


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


[cordova-plugin-geolocation] 02/02: chore: Preparing 5.0.0

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

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

commit 8f05b8d31ab14a430d70cb469821df584161e551
Author: Norman Breau <no...@nbsolutions.ca>
AuthorDate: Sat Sep 16 08:19:50 2023 -0300

    chore: Preparing 5.0.0
---
 RELEASENOTES.md    | 20 ++++++++++++++++++++
 package-lock.json  |  4 ++--
 package.json       |  2 +-
 plugin.xml         |  2 +-
 tests/package.json |  2 +-
 tests/plugin.xml   |  2 +-
 6 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8192a88..1eaf0e4 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,26 @@
 -->
 # Release Notes
 
+### 5.0.0 (Sep 16, 2023)
+* [GH-270](https://github.com/apache/cordova-plugin-geolocation/pull/270) fix: heading speed w3c spec (#270)
+* [GH-269](https://github.com/apache/cordova-plugin-geolocation/pull/269) test(windows): Remove window platform references from tests (#269)
+* [GH-265](https://github.com/apache/cordova-plugin-geolocation/pull/265) chore: package-lock (#265)
+* [GH-267](https://github.com/apache/cordova-plugin-geolocation/pull/267) chore(windows)!: Remove **Windows** platform (#267)
+* [GH-268](https://github.com/apache/cordova-plugin-geolocation/pull/268) ci(gh-action): Sync with paramedic configs (#268)
+* [GH-261](https://github.com/apache/cordova-plugin-geolocation/pull/261) ci: Sync with paramedic. Removed API 22 & 31, added API 24 & API 33 (#261)
+* [GH-260](https://github.com/apache/cordova-plugin-geolocation/pull/260) chore(eslint): config upgrade to 5.0.0 (#260)
+* [GH-250](https://github.com/apache/cordova-plugin-geolocation/pull/250) (android) fix: respect requested location accuracy when checking/requesting permissions on **Android** 12+ Handle bug on API < 32 when requesting COARSE permission results in TIMEOUT error.
+* [GH-251](https://github.com/apache/cordova-plugin-geolocation/pull/251) ci: sync workflow with paramedic (#251)
+* [GH-249](https://github.com/apache/cordova-plugin-geolocation/pull/249) dep(npm): bump package-lock v2 w/ rebuild (#249)
+* [GH-231](https://github.com/apache/cordova-plugin-geolocation/pull/231) (ios) fix: Check NSDictionary constructed from native CLLocation data is valid for conversion to JSON before attempting conversion. Prevents crashes due to values invalid for JSON conversion such as INFINITY.
+* [GH-247](https://github.com/apache/cordova-plugin-geolocation/pull/247) ci(android): update java requirement for `cordova-android`@11 (#247)
+* [GH-241](https://github.com/apache/cordova-plugin-geolocation/pull/241) ci(ios): update workflow w/ **iOS** 15 (#241)
+* [GH-239](https://github.com/apache/cordova-plugin-geolocation/pull/239) ci: add action-badge (#239)
+* [GH-238](https://github.com/apache/cordova-plugin-geolocation/pull/238) ci: remove travis & appveyor (#238)
+* [GH-236](https://github.com/apache/cordova-plugin-geolocation/pull/236) chore: npmrc (#236)
+* [GH-234](https://github.com/apache/cordova-plugin-geolocation/pull/234) ci: add gh-actions workflows (#234)
+* [GH-217](https://github.com/apache/cordova-plugin-geolocation/pull/217) ci: add node-14.x to workflow (#217)
+
 ### 4.1.0 (Nov 06, 2020)
 
 * [GH-214](https://github.com/apache/cordova-plugin-geolocation/pull/214) chore(npm): rebuild `package-lock.json`
diff --git a/package-lock.json b/package-lock.json
index 41f18e7..26ab525 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-plugin-geolocation",
-  "version": "5.0.0-dev",
+  "version": "5.0.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-plugin-geolocation",
-      "version": "5.0.0-dev",
+      "version": "5.0.0",
       "license": "Apache-2.0",
       "devDependencies": {
         "@cordova/eslint-config": "^5.0.0"
diff --git a/package.json b/package.json
index ab0a7eb..eb64258 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-geolocation",
-  "version": "5.0.0-dev",
+  "version": "5.0.0",
   "description": "Cordova Geolocation Plugin",
   "cordova": {
     "id": "cordova-plugin-geolocation",
diff --git a/plugin.xml b/plugin.xml
index 26f8707..95066d4 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
 xmlns:rim="http://www.blackberry.com/ns/widgets"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="cordova-plugin-geolocation"
-      version="5.0.0-dev">
+      version="5.0.0">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>
diff --git a/tests/package.json b/tests/package.json
index 75bb72d..bb0694f 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-geolocation-tests",
-  "version": "5.0.0-dev",
+  "version": "5.0.0",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-geolocation-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 0261bd7..5de3444 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-geolocation-tests"
-    version="5.0.0-dev">
+    version="5.0.0">
     <name>Cordova Geolocation Plugin Tests</name>
     <license>Apache 2.0</license>
 


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