mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-20 21:20:42 +02:00
publish new versions (#1796)
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
".changes/fs-scope-recursive-allow-read-dir.md",
|
".changes/fs-scope-recursive-allow-read-dir.md",
|
||||||
".changes/fs-windows-path.md",
|
".changes/fs-windows-path.md",
|
||||||
".changes/fs-write-file-utf8-chars.md",
|
".changes/fs-write-file-utf8-chars.md",
|
||||||
|
".changes/geolocation-permission-refactor.md",
|
||||||
".changes/geolocation-release.md",
|
".changes/geolocation-release.md",
|
||||||
".changes/global-shortcut-0.6.md",
|
".changes/global-shortcut-0.6.md",
|
||||||
".changes/haptics-release.md",
|
".changes/haptics-release.md",
|
||||||
@@ -51,6 +52,7 @@
|
|||||||
".changes/swift-build-older-versions.md",
|
".changes/swift-build-older-versions.md",
|
||||||
".changes/tauri-rc-8.md",
|
".changes/tauri-rc-8.md",
|
||||||
".changes/update-fs-api-docs.md",
|
".changes/update-fs-api-docs.md",
|
||||||
|
".changes/update-geolocation-api.md",
|
||||||
".changes/update-tauri-rc-12.md",
|
".changes/update-tauri-rc-12.md",
|
||||||
".changes/update-tauri-rc-3.md",
|
".changes/update-tauri-rc-3.md",
|
||||||
".changes/updater-js-headers-download-crate.md",
|
".changes/updater-js-headers-download-crate.md",
|
||||||
|
|||||||
Generated
+1
-1
@@ -6820,7 +6820,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-plugin-geolocation"
|
name = "tauri-plugin-geolocation"
|
||||||
version = "2.0.0-rc.3"
|
version = "2.0.0-rc.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"serde",
|
"serde",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## \[2.0.0-rc.2]
|
||||||
|
|
||||||
|
- [`60765694`](https://github.com/tauri-apps/plugins-workspace/commit/60765694f54875e22b8eb70b1d2e32dbf0c585c7) ([#1773](https://github.com/tauri-apps/plugins-workspace/pull/1773) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Update API to match other plugins.
|
||||||
|
|
||||||
## \[2.0.0-rc.1]
|
## \[2.0.0-rc.1]
|
||||||
|
|
||||||
- [`e2e97db5`](https://github.com/tauri-apps/plugins-workspace/commit/e2e97db51983267f5be84d4f6f0278d58834d1f5) ([#1701](https://github.com/tauri-apps/plugins-workspace/pull/1701) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Use `PermissionState` from the `tauri` crate, which now also includes a "prompt with rationale" variant for Android (returned when your app must explain to the user why it needs the permission).
|
- [`e2e97db5`](https://github.com/tauri-apps/plugins-workspace/commit/e2e97db51983267f5be84d4f6f0278d58834d1f5) ([#1701](https://github.com/tauri-apps/plugins-workspace/pull/1701) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Use `PermissionState` from the `tauri` crate, which now also includes a "prompt with rationale" variant for Android (returned when your app must explain to the user why it needs the permission).
|
||||||
@@ -21,3 +25,4 @@
|
|||||||
|
|
||||||
- [`9606089b`](https://github.com/tauri-apps/plugins-workspace/commit/9606089b2add4a17f80ed5a09d59ce94824bd672) ([#1599](https://github.com/tauri-apps/plugins-workspace/pull/1599)) Initial release.
|
- [`9606089b`](https://github.com/tauri-apps/plugins-workspace/commit/9606089b2add4a17f80ed5a09d59ce94824bd672) ([#1599](https://github.com/tauri-apps/plugins-workspace/pull/1599)) Initial release.
|
||||||
- [`9887d1`](https://github.com/tauri-apps/plugins-workspace/commit/9887d14bd0e971c4c0f5c1188fc4005d3fc2e29e) Update to tauri RC.
|
- [`9887d1`](https://github.com/tauri-apps/plugins-workspace/commit/9887d14bd0e971c4c0f5c1188fc4005d3fc2e29e) Update to tauri RC.
|
||||||
|
tauri-apps/plugins-workspace/commit/9887d14bd0e971c4c0f5c1188fc4005d3fc2e29e) Update to tauri RC.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-geolocation"
|
name = "tauri-plugin-geolocation"
|
||||||
description = "Get and track the device's current position"
|
description = "Get and track the device's current position"
|
||||||
version = "2.0.0-rc.3"
|
version = "2.0.0-rc.4"
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
authors = { workspace = true }
|
authors = { workspace = true }
|
||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tauri-apps/plugin-geolocation",
|
"name": "@tauri-apps/plugin-geolocation",
|
||||||
"version": "2.0.0-rc.1",
|
"version": "2.0.0-rc.2",
|
||||||
"license": "MIT or APACHE-2.0",
|
"license": "MIT or APACHE-2.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Tauri Programme within The Commons Conservancy"
|
"Tauri Programme within The Commons Conservancy"
|
||||||
|
|||||||
Reference in New Issue
Block a user