chore: bump versions

This commit is contained in:
github-actions[bot]
2025-11-20 15:42:41 +00:00
committed by Braks
parent 0ced769236
commit 09cb136ab7
5 changed files with 13 additions and 16 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Correctly unwrap disableKeyboardA11y ref when checking if a selection can be moved or not.

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.

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.