publish new versions (#3068)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-10-27 11:31:06 +01:00
committed by GitHub
parent b5550a3b0d
commit e7a68fa637
93 changed files with 324 additions and 201 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## \[2.3.4]
- [`93426f85`](https://github.com/tauri-apps/plugins-workspace/commit/93426f85120f49beb9f40222bff45185a32d54a9) Fixed an issue that caused docs.rs builds to fail. No user facing changes.
### Dependencies
- Upgraded to `fs@2.4.4`
## \[2.3.3]
### Dependencies
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "2.3.3"
version = "2.3.4"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
@@ -23,7 +23,7 @@ log = { workspace = true }
thiserror = { workspace = true }
aho-corasick = "1"
bincode = "1"
tauri-plugin-fs = { path = "../fs", version = "2.4.3" }
tauri-plugin-fs = { path = "../fs", version = "2.4.4" }
[features]
protocol-asset = ["tauri/protocol-asset"]