Skip to content

Commit 3cbb55a

Browse files
publish new versions (#1796)
1 parent 6076569 commit 3cbb55a

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

.changes/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
".changes/fs-scope-recursive-allow-read-dir.md",
3232
".changes/fs-windows-path.md",
3333
".changes/fs-write-file-utf8-chars.md",
34+
".changes/geolocation-permission-refactor.md",
3435
".changes/geolocation-release.md",
3536
".changes/global-shortcut-0.6.md",
3637
".changes/haptics-release.md",
@@ -51,6 +52,7 @@
5152
".changes/swift-build-older-versions.md",
5253
".changes/tauri-rc-8.md",
5354
".changes/update-fs-api-docs.md",
55+
".changes/update-geolocation-api.md",
5456
".changes/update-tauri-rc-12.md",
5557
".changes/update-tauri-rc-3.md",
5658
".changes/updater-js-headers-download-crate.md",

Cargo.lock

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

plugins/geolocation/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[2.0.0-rc.2]
4+
5+
- [`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.
6+
37
## \[2.0.0-rc.1]
48

59
- [`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 @@
2125

2226
- [`9606089b`](https://github.com/tauri-apps/plugins-workspace/commit/9606089b2add4a17f80ed5a09d59ce94824bd672) ([#1599](https://github.com/tauri-apps/plugins-workspace/pull/1599)) Initial release.
2327
- [`9887d1`](https://github.com/tauri-apps/plugins-workspace/commit/9887d14bd0e971c4c0f5c1188fc4005d3fc2e29e) Update to tauri RC.
28+
tauri-apps/plugins-workspace/commit/9887d14bd0e971c4c0f5c1188fc4005d3fc2e29e) Update to tauri RC.

plugins/geolocation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tauri-plugin-geolocation"
33
description = "Get and track the device's current position"
4-
version = "2.0.0-rc.3"
4+
version = "2.0.0-rc.4"
55
edition = { workspace = true }
66
authors = { workspace = true }
77
license = { workspace = true }

plugins/geolocation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tauri-apps/plugin-geolocation",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
44
"license": "MIT or APACHE-2.0",
55
"authors": [
66
"Tauri Programme within The Commons Conservancy"

0 commit comments

Comments
 (0)