Skip to content

Commit dee71ad

Browse files
authored
fix(workflows): update docs workflow syntax (#2054)
1 parent f729b5e commit dee71ad

15 files changed

+47
-42
lines changed

.changes/clipboard-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
"api": patch
33
"tauri": patch
4-
"tauri-runtime": patch
5-
"tauri-runtime-wry": patch
4+
"tauri-runtime": minor
5+
"tauri-runtime-wry": minor
66
---
77

88
Adds `clipboard` APIs (write and read text).

.changes/focus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
"tauri": patch
3-
"tauri-runtime": patch
4-
"tauri-runtime-wry": patch
3+
"tauri-runtime": minor
4+
"tauri-runtime-wry": minor
55
---
66

77
Adds `focus` API to the WindowBuilder.

.changes/is-decorated.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
"tauri": patch
3-
"tauri-runtime": patch
4-
"tauri-runtime-wry": patch
3+
"tauri-runtime": minor
4+
"tauri-runtime-wry": minor
55
---
66

77
Adds `is_decorated` getter on Window.

.changes/is-resizable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
"tauri": patch
3-
"tauri-runtime": patch
4-
"tauri-runtime-wry": patch
3+
"tauri-runtime": minor
4+
"tauri-runtime-wry": minor
55
---
66

77
Adds `is_resizable` getter on Window.

.changes/is-visible.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
"tauri": patch
3-
"tauri-runtime": patch
4-
"tauri-runtime-wry": patch
3+
"tauri-runtime": minor
4+
"tauri-runtime-wry": minor
55
---
66

77
Adds `is_visible` getter on Window.

.changes/private-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
"tauri": patch
3-
"tauri-runtime": patch
4-
"tauri-runtime-wry": patch
3+
"tauri-runtime": minor
4+
"tauri-runtime-wry": minor
55
---
66

77
**Breaking:** `Context` fields are now private, and is expected to be created through `Context::new(...)`.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
"tauri-runtime": patch
3-
"tauri-runtime-wry": patch
2+
"tauri-runtime": minor
3+
"tauri-runtime-wry": minor
44
---
55

66
Adds global shortcut interfaces.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
"tauri-runtime": patch
3-
"tauri-runtime-wry": patch
2+
"tauri-runtime": minor
3+
"tauri-runtime-wry": minor
44
---
55

66
Adds `request_user_attention` API to the `Dispatcher` trait.

.changes/runtime-show-hide-menu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
"tauri-runtime": patch
3-
"tauri-runtime-wry": patch
2+
"tauri-runtime": minor
3+
"tauri-runtime-wry": minor
44
---
55

66
Adds `show_menu`, `hide_menu` and `is_menu_visible` APIs to the `Dispatcher` trait.

.changes/set-focus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
"tauri": patch
3-
"tauri-runtime": patch
4-
"tauri-runtime-wry": patch
3+
"tauri-runtime": minor
4+
"tauri-runtime-wry": minor
55
---
66

77
Adds `set_focus` API on Window.

0 commit comments

Comments
 (0)