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`.