fix(covector): unexpected preminor bump

This commit is contained in:
Lucas Nogueira 2024-09-15 17:53:44 -03:00
parent bc4804d484
commit a12bf148d6
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
"tauri": minor:breaking
"tauri-runtime-wry": minor:breaking
"tauri": patch:breaking
"tauri-runtime-wry": patch:breaking
---
Change the pointer type of `PlatformWebview`'s `inner`, `controller`, `ns_window` and `view_controller` to `c_void`, to avoid publically depending on `objc`.