publish new versions (#3591)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-09-19 22:23:23 -03:00
committed by GitHub
parent 1198a524b7
commit 2393188dea
20 changed files with 97 additions and 89 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [2.0.45]
### Dependencies
- Upgraded to `log-js@2.9.2`
- Upgraded to `updater-js@2.12.0`
## [2.0.44]
### Dependencies
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "api",
"private": true,
"version": "2.0.44",
"version": "2.0.45",
"type": "module",
"scripts": {
"dev": "vite --clearScreen false",
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## [2.0.49]
### Dependencies
- Upgraded to `http@2.7.0`
- Upgraded to `log@2.9.2`
- Upgraded to `updater@2.12.0`
## [2.0.48]
### Dependencies
+4 -4
View File
@@ -1,7 +1,7 @@
[package]
name = "api"
publish = false
version = "2.0.48"
version = "2.0.49"
description = "An example Tauri Application showcasing the api"
edition = "2021"
rust-version = { workspace = true }
@@ -20,7 +20,7 @@ serde = { workspace = true }
tiny_http = "0.12"
time = "0.3"
log = { workspace = true }
tauri-plugin-log = { path = "../../../plugins/log", version = "2.9.1" }
tauri-plugin-log = { path = "../../../plugins/log", version = "2.9.2" }
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.5.2", features = [
"watch",
] }
@@ -29,7 +29,7 @@ tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.7.3" }
tauri-plugin-http = { path = "../../../plugins/http", features = [
"multipart",
"cookies",
], version = "2.6.1" }
], version = "2.7.0" }
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.4.0", features = [
"windows7-compat",
] }
@@ -57,7 +57,7 @@ features = [
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
tauri-plugin-cli = { path = "../../../plugins/cli", version = "2.4.1" }
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "2.3.2" }
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.11.0" }
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.12.0" }
tauri-plugin-window-state = { path = "../../../plugins/window-state", version = "2.2.0" }
[target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies]