chore: bump versions

This commit is contained in:
github-actions[bot]
2025-08-31 13:59:37 +02:00
committed by Braks
parent bd606b98a2
commit 7a46a746ac
6 changed files with 13 additions and 21 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Correctly check if an event listener was bound to the VueFlow component, using for example `@node-click` or if a listener was bound using the exposed event hooks from `useVueFlow` when determening if a listener for an event exists at all.
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Use toHandle from valid handle check as target handle in ongoing connections
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Prevent multi touch from aborting connections.
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Skip resize handler if node is not visible.