publish new versions

This commit is contained in:
lucasfernog
2024-02-03 18:27:34 +00:00
committed by Lucas Nogueira
parent 2643a4c331
commit 18e478aba0
89 changed files with 556 additions and 271 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## \[2.0.0-alpha.8]
- [`d198c01`](https://github.com/tauri-apps/plugins-workspace/commit/d198c014863ee260cb0de88a14b7fc4356ef7474)([#862](https://github.com/tauri-apps/plugins-workspace/pull/862)) Update to tauri beta.
- [`d198c01`](https://github.com/tauri-apps/plugins-workspace/commit/d198c014863ee260cb0de88a14b7fc4356ef7474)([#862](https://github.com/tauri-apps/plugins-workspace/pull/862)) Add permissions.
### Dependencies
- Upgraded to `fs@2.0.0-alpha.8`
## \[2.0.0-alpha.7]
### Dependencies
+5 -5
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "2.0.0-alpha.7"
version = "2.0.0-alpha.8"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
@@ -8,8 +8,8 @@ edition = { workspace = true }
rust-version = { workspace = true }
[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
rustc-args = [ "--cfg", "docsrs" ]
rustdoc-args = [ "--cfg", "docsrs" ]
[dependencies]
serde = { 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.7" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.8" }
[features]
protocol-asset = ["tauri/protocol-asset"]
protocol-asset = [ "tauri/protocol-asset" ]