Skip to content

Commit c4c4806

Browse files
publish new versions
1 parent 92f98a9 commit c4c4806

14 files changed

Lines changed: 47 additions & 36 deletions

File tree

.changes/geolocation-android-timeout.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/updater-new-bundle-support.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/api/CHANGELOG.md

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

3+
## \[2.0.33]
4+
5+
### Dependencies
6+
7+
- Upgraded to `updater-js@2.10.0`
8+
39
## \[2.0.32]
410

511
### Dependencies

examples/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api",
33
"private": true,
4-
"version": "2.0.32",
4+
"version": "2.0.33",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -28,7 +28,7 @@
2828
"@tauri-apps/plugin-process": "^2.3.0",
2929
"@tauri-apps/plugin-shell": "^2.3.1",
3030
"@tauri-apps/plugin-store": "^2.4.0",
31-
"@tauri-apps/plugin-updater": "^2.9.0",
31+
"@tauri-apps/plugin-updater": "^2.10.0",
3232
"@tauri-apps/plugin-upload": "^2.3.0",
3333
"@zerodevx/svelte-json-view": "1.0.11"
3434
},

examples/api/src-tauri/CHANGELOG.md

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

3+
## \[2.0.37]
4+
5+
### Dependencies
6+
7+
- Upgraded to `geolocation@2.3.1`
8+
- Upgraded to `updater@2.10.0`
9+
310
## \[2.0.36]
411

512
### Dependencies

examples/api/src-tauri/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "api"
33
publish = false
4-
version = "2.0.36"
4+
version = "2.0.37"
55
description = "An example Tauri Application showcasing the api"
66
edition = "2021"
77
rust-version = { workspace = true }
@@ -57,14 +57,14 @@ features = [
5757
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
5858
tauri-plugin-cli = { path = "../../../plugins/cli", version = "2.4.0" }
5959
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "2.3.0" }
60-
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.9.0" }
60+
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.10.0" }
6161
tauri-plugin-window-state = { path = "../../../plugins/window-state", version = "2.2.0" }
6262

6363
[target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies]
6464
tauri-plugin-barcode-scanner = { path = "../../../plugins/barcode-scanner/", version = "2.4.0" }
6565
tauri-plugin-nfc = { path = "../../../plugins/nfc", version = "2.3.1" }
6666
tauri-plugin-biometric = { path = "../../../plugins/biometric/", version = "2.3.0" }
67-
tauri-plugin-geolocation = { path = "../../../plugins/geolocation/", version = "2.3.0" }
67+
tauri-plugin-geolocation = { path = "../../../plugins/geolocation/", version = "2.3.1" }
6868
tauri-plugin-haptics = { path = "../../../plugins/haptics/", version = "2.3.0" }
6969

7070
[features]

plugins/geolocation/CHANGELOG.md

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

3+
## \[2.3.1]
4+
5+
- [`e933acb0`](https://github.com/tauri-apps/plugins-workspace/commit/e933acb0044b4d49053eae6492b542351160e66a) ([#3010](https://github.com/tauri-apps/plugins-workspace/pull/3010)) On Android, use the `timeout` value for `setMinUpdateIntervalMillis`, `setMaxUpdateDelayMillis` and `setIntervalMillis` instead of just `minUpdateInterval`.
6+
37
## \[2.3.0]
48

59
- [`f209b2f2`](https://github.com/tauri-apps/plugins-workspace/commit/f209b2f23cb29133c97ad5961fb46ef794dbe063) ([#2804](https://github.com/tauri-apps/plugins-workspace/pull/2804) by [@renovate](https://github.com/tauri-apps/plugins-workspace/../../renovate)) Updated tauri to 2.6

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.3.0"
4+
version = "2.3.1"
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.3.0",
3+
"version": "2.3.1",
44
"license": "MIT OR Apache-2.0",
55
"authors": [
66
"Tauri Programme within The Commons Conservancy"

0 commit comments

Comments
 (0)