Apply Version Updates From Current Changes (#4545)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-06-30 18:45:58 -03:00
committed by GitHub
parent 60adaf4a97
commit 35b53784ee
29 changed files with 89 additions and 67 deletions

View File

@@ -1,5 +0,0 @@
---
"tauri-bundler": patch
---
Enhance the `DownloadedBootstrapper` Webview2 install mode compatibility with Windows 8.

View File

@@ -1,5 +0,0 @@
---
"tauri-utils": patch
---
Expose `platform::windows_version` function.

View File

@@ -1,5 +0,0 @@
---
"tauri-runtime-wry": patch
---
Fixes a deadlock on the file drop handler.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Fixes check for local URL when an external URL is provided to the window and it is based on the configured devPath.

View File

@@ -1,5 +0,0 @@
---
"tauri-runtime-wry": patch
---
Send theme value only once on the getter function implementation on macOS.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Fixes a crash on the `signer sign` command.

View File

@@ -1,5 +0,0 @@
---
"tauri-runtime-wry": patch
---
Fixes a deadlock when the window focus change on Windows.