-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(workflows): update docs workflow syntax (#2054)
- Loading branch information
1 parent
f729b5e
commit dee71ad
Showing
15 changed files
with
47 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
"api": patch | ||
"tauri": patch | ||
"tauri-runtime": patch | ||
"tauri-runtime-wry": patch | ||
"tauri-runtime": minor | ||
"tauri-runtime-wry": minor | ||
--- | ||
|
||
Adds `clipboard` APIs (write and read text). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
"tauri": patch | ||
"tauri-runtime": patch | ||
"tauri-runtime-wry": patch | ||
"tauri-runtime": minor | ||
"tauri-runtime-wry": minor | ||
--- | ||
|
||
Adds `focus` API to the WindowBuilder. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
"tauri": patch | ||
"tauri-runtime": patch | ||
"tauri-runtime-wry": patch | ||
"tauri-runtime": minor | ||
"tauri-runtime-wry": minor | ||
--- | ||
|
||
Adds `is_decorated` getter on Window. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
"tauri": patch | ||
"tauri-runtime": patch | ||
"tauri-runtime-wry": patch | ||
"tauri-runtime": minor | ||
"tauri-runtime-wry": minor | ||
--- | ||
|
||
Adds `is_resizable` getter on Window. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
"tauri": patch | ||
"tauri-runtime": patch | ||
"tauri-runtime-wry": patch | ||
"tauri-runtime": minor | ||
"tauri-runtime-wry": minor | ||
--- | ||
|
||
Adds `is_visible` getter on Window. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
"tauri-runtime": patch | ||
"tauri-runtime-wry": patch | ||
"tauri-runtime": minor | ||
"tauri-runtime-wry": minor | ||
--- | ||
|
||
Adds global shortcut interfaces. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
"tauri-runtime": patch | ||
"tauri-runtime-wry": patch | ||
"tauri-runtime": minor | ||
"tauri-runtime-wry": minor | ||
--- | ||
|
||
Adds `request_user_attention` API to the `Dispatcher` trait. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
"tauri-runtime": patch | ||
"tauri-runtime-wry": patch | ||
"tauri-runtime": minor | ||
"tauri-runtime-wry": minor | ||
--- | ||
|
||
Adds `show_menu`, `hide_menu` and `is_menu_visible` APIs to the `Dispatcher` trait. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
"tauri": patch | ||
"tauri-runtime": patch | ||
"tauri-runtime-wry": patch | ||
"tauri-runtime": minor | ||
"tauri-runtime-wry": minor | ||
--- | ||
|
||
Adds `set_focus` API on Window. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
"tauri": patch | ||
"tauri-runtime": patch | ||
"tauri-runtime-wry": patch | ||
"tauri-runtime": minor | ||
"tauri-runtime-wry": minor | ||
--- | ||
|
||
Adds `set_skip_taskbar` API on Window. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
"tauri-runtime-wry": patch | ||
"tauri-runtime-wry": minor | ||
--- | ||
|
||
Update `wry` to v0.10.0 and replace the removed `dispatch_script` and `evaluate_script` methods with the new `evaluate_script` method in `handle_event_loop`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
"tauri": patch | ||
"tauri-runtime": patch | ||
"tauri-runtime-wry": patch | ||
"tauri-runtime": minor | ||
"tauri-runtime-wry": minor | ||
--- | ||
|
||
Adds `skip_taskbar` API to the WindowBuilder. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters