Publish New Versions (v2) (#854)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-12-28 10:37:04 -03:00
committed by GitHub
co-authored by FabianLars
parent 2e2fc8de69
commit e80626cf81
16 changed files with 68 additions and 23 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## \[2.0.0-alpha.7]
### Dependencies
- Upgraded to `fs@2.0.0-alpha.7`
## \[2.0.0-alpha.6]
- [`2cf8faa`](https://github.com/tauri-apps/plugins-workspace/commit/2cf8faa3e149af55eb86e5aba8ebfc54210ca703)([#839](https://github.com/tauri-apps/plugins-workspace/pull/839)) Update to tauri@alpha.20.
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "2.0.0-alpha.6"
version = "2.0.0-alpha.7"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
@@ -19,7 +19,7 @@ log = { workspace = true }
thiserror = { workspace = true }
aho-corasick = "1"
bincode = "1"
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.6" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.7" }
[features]
protocol-asset = [ "tauri/protocol-asset" ]