Publish New Versions (v2) (#2324)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-01-19 19:28:26 +01:00
committed by GitHub
parent 5b82118158
commit 28f5c33d65
21 changed files with 50 additions and 40 deletions
-8
View File
@@ -1,8 +0,0 @@
---
haptics: patch
haptics-js: patch
geolocation: patch
geolocation-js: patch
---
Fixed an issue that caused build failures when the `haptics` or `geolocation` plugin was used without their `specta` feature flag enabled.
-6
View File
@@ -1,6 +0,0 @@
---
"opener": patch
"opener-js": patch
---
Fix broken JS commands `opener.openPath` and `opener.openUrl` on mobile.
-6
View File
@@ -1,6 +0,0 @@
---
window-state: patch
window-state-js: patch
---
Add `Builder::with_filter` callback to exclude specific windows from saving their state. This allows for more flexibility by enabling dynamic exclusion of windows based on custom logic.