Skip to content

Commit 32408d3

Browse files
lucasfernoggithub-actions[bot]
authored andcommitted
publish new versions
1 parent 10f9e66 commit 32408d3

17 files changed

+56
-53
lines changed

.changes/emit-traces.md

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

.changes/export-log-level.md

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

.changes/fern-dispatch-log-target.md

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

.changes/fix-ios-biometry-fallback-auth.md

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

.changes/fix-ios-log-simulator.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## \[2.0.21]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
310
## \[2.0.20]
411

512
### 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.20",
4+
"version": "2.0.21",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@tauri-apps/api": "2.5.0",
1414
"@tauri-apps/plugin-barcode-scanner": "^2.2.0",
15-
"@tauri-apps/plugin-biometric": "^2.2.0",
15+
"@tauri-apps/plugin-biometric": "^2.2.1",
1616
"@tauri-apps/plugin-cli": "^2.2.0",
1717
"@tauri-apps/plugin-clipboard-manager": "^2.2.2",
1818
"@tauri-apps/plugin-dialog": "^2.2.1",

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.25]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
310
## \[2.0.24]
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.24"
4+
version = "2.0.25"
55
description = "An example Tauri Application showcasing the api"
66
edition = "2021"
77
rust-version = { workspace = true }
@@ -20,7 +20,7 @@ serde = { workspace = true }
2020
tiny_http = "0.12"
2121
time = "0.3"
2222
log = { workspace = true }
23-
tauri-plugin-log = { path = "../../../plugins/log", version = "2.3.1" }
23+
tauri-plugin-log = { path = "../../../plugins/log", version = "2.4.0" }
2424
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.2.1", features = [
2525
"watch",
2626
] }
@@ -61,7 +61,7 @@ tauri-plugin-window-state = { path = "../../../plugins/window-state", version =
6161
[target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies]
6262
tauri-plugin-barcode-scanner = { path = "../../../plugins/barcode-scanner/", version = "2.2.0" }
6363
tauri-plugin-nfc = { path = "../../../plugins/nfc", version = "2.2.0" }
64-
tauri-plugin-biometric = { path = "../../../plugins/biometric/", version = "2.2.0" }
64+
tauri-plugin-biometric = { path = "../../../plugins/biometric/", version = "2.2.1" }
6565
tauri-plugin-geolocation = { path = "../../../plugins/geolocation/", version = "2.2.4" }
6666
tauri-plugin-haptics = { path = "../../../plugins/haptics/", version = "2.2.4" }
6767

0 commit comments

Comments
 (0)