Publish New Versions (v2) (#2285)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-01-10 21:01:30 +01:00
committed by GitHub
co-authored by FabianLars
parent b0d9b3b4eb
commit e2203b760f
10 changed files with 25 additions and 18 deletions
-8
View File
@@ -1,8 +0,0 @@
---
geolocation: patch
geolocation-js: patch
haptics: patch
haptics-js: patch
---
Added `specta-util` to fix a "dependency not found" compilation error.
Generated
+3 -3
View File
@@ -206,7 +206,7 @@ checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
[[package]]
name = "api"
version = "2.0.12"
version = "2.0.13"
dependencies = [
"log",
"serde",
@@ -6591,7 +6591,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-geolocation"
version = "2.2.0"
version = "2.2.1"
dependencies = [
"log",
"serde",
@@ -6618,7 +6618,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-haptics"
version = "2.2.0"
version = "2.2.1"
dependencies = [
"log",
"serde",
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## \[2.0.13]
### Dependencies
- Upgraded to `geolocation@2.2.1`
- Upgraded to `haptics@2.2.1`
## \[2.0.12]
### Dependencies
+3 -3
View File
@@ -1,7 +1,7 @@
[package]
name = "api"
publish = false