chore: bump versions

This commit is contained in:
github-actions[bot]
2025-11-21 21:53:58 +01:00
committed by Braks
parent 0ced769236
commit 09cb136ab7
5 changed files with 13 additions and 16 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Correctly unwrap disableKeyboardA11y ref when checking if a selection can be moved or not.
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Separate flow import and export object shapes and interfaces. An export object has all fields as required, while an import object makes all fields optional.
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Use position instead of computedPosition as updated position when moving a child node via keyboard.