publish new versions (#3070)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-01-08 15:34:17 +01:00
committed by GitHub
parent 9a2c98f450
commit 6e2e7e48c3
67 changed files with 194 additions and 181 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## \[2.3.7]
### Dependencies
- Upgraded to `deep-link@2.4.6`
## \[2.3.6]
- [`93426f85`](https://github.com/tauri-apps/plugins-workspace/commit/93426f85120f49beb9f40222bff45185a32d54a9) Fixed an issue that caused docs.rs builds to fail. No user facing changes.
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-single-instance"
version = "2.3.6"
version = "2.3.7"
description = "Ensure a single instance of your tauri app is running."
authors = { workspace = true }
license = { workspace = true }
@@ -22,7 +22,7 @@ serde_json = { workspace = true }
tauri = { workspace = true }
tracing = { workspace = true }
thiserror = { workspace = true }
tauri-plugin-deep-link = { path = "../deep-link", version = "2.4.5", optional = true }
tauri-plugin-deep-link = { path = "../deep-link", version = "2.4.6", optional = true }
semver = { version = "1", optional = true }
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]