bump packages to v2 through covector, remove rc references

This commit is contained in:
Lucas Nogueira
2024-10-02 10:59:43 -03:00
parent 9f0b87e31d
commit 27ae67b583
97 changed files with 362 additions and 346 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## \[2.0.0]
- [`e2c4dfb6`](https://github.com/tauri-apps/plugins-workspace/commit/e2c4dfb6af43e5dd8d9ceba232c315f5febd55c1) Update to tauri v2 stable release.
### Dependencies
- Upgraded to `deep-link@2.0.0`
## \[2.0.0-rc.5]
### Dependencies
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-single-instance"
version = "2.0.0-rc.5"
version = "2.0.0"
description = "Ensure a single instance of your tauri app is running."
authors = { workspace = true }
license = { workspace = true }
@@ -26,7 +26,7 @@ serde_json = { workspace = true }
tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
tauri-plugin-deep-link = { path = "../deep-link", version = "2.0.0-rc.7", optional = true }
tauri-plugin-deep-link = { path = "../deep-link", version = "2.0.0", optional = true }
semver = { version = "1", optional = true }
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
@@ -9,6 +9,6 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli": "2.0.0-rc.17"
"@tauri-apps/cli": "2.0.0"
}
}