publish new versions (#1314)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-05-29 22:59:23 -03:00
committed by GitHub
parent 1d8662e71a
commit 0678af3a6c
89 changed files with 357 additions and 111 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## \[2.0.0-beta.8]
- [`430bd6f4`](https://github.com/tauri-apps/plugins-workspace/commit/430bd6f4f379bee5d232ae6b098ae131db7f178a)([#1363](https://github.com/tauri-apps/plugins-workspace/pull/1363)) Update to tauri beta.20.
### Dependencies
- Upgraded to `fs@2.0.0-beta.8`
## \[2.0.0-beta.7]
- [`bd1ed590`](https://github.com/tauri-apps/plugins-workspace/commit/bd1ed5903ffcce5500310dac1e59e8c67674ef1e)([#1237](https://github.com/tauri-apps/plugins-workspace/pull/1237)) Update to tauri beta.17.
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "2.0.0-beta.7"
version = "2.0.0-beta.8"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
@@ -20,7 +20,7 @@ log = { workspace = true }
thiserror = { workspace = true }
aho-corasick = "1"
bincode = "1"
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.7" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.8" }
[features]
protocol-asset = [ "tauri/protocol-asset" ]