From a12bf148d6bc7279f233dfe7f62eae0a990e25ac Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sun, 15 Sep 2024 17:53:44 -0300 Subject: [PATCH] fix(covector): unexpected preminor bump --- .changes/change-type-of-macos-webview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changes/change-type-of-macos-webview.md b/.changes/change-type-of-macos-webview.md index 8d08e70d0..795e7362d 100644 --- a/.changes/change-type-of-macos-webview.md +++ b/.changes/change-type-of-macos-webview.md @@ -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`.