publish new versions

This commit is contained in:
github-actions[bot]
2026-09-17 17:23:58 +00:00
committed by GitHub
parent 67cd25a10c
commit 5d57de025a
12 changed files with 29 additions and 20 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## [2.0.45]
### Dependencies
- Upgraded to `log-js@2.9.2`
## [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",
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## [2.0.49]
### Dependencies
- Upgraded to `log@2.9.2`
## [2.0.48]
### Dependencies
+2 -2
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",
] }