chore: bump versions

This commit is contained in:
github-actions[bot]
2023-04-11 20:28:02 +02:00
committed by Braks
parent e6e0b25d94
commit f4616af840
27 changed files with 77 additions and 79 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Allow passing regular edge type to `getConnectedEdges`
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Allow CoordinateExtent as range for extended node extent
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Allow passing node ids as string array to `getConnectedEdges`
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Add `getConnectedNodes` utility function
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Add missing `Type` generic to node types
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Allow passing undefined as id to `findNode` & `findEdge`
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Limit auto-pan when dragging a node by translate extent, so nodes cannot be dragged infinitely into the background.
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/background": minor
---
Change default bg gap to 20 from 10
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Deprecate class and style funcs for node/edge types
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Add missing `Type` generic to edge types
-11
View File
@@ -1,11 +0,0 @@
---
"@vue-flow/pathfinding-edge": patch
"@vue-flow/node-resizer": patch
"@vue-flow/node-toolbar": patch
"@vue-flow/background": patch
"@vue-flow/controls": patch
"@vue-flow/minimap": patch
"@vue-flow/core": patch
---
Add `exports` field to package.json
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Allow passing plain number as padding for extent range
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Add `ToGraphNode` and `ToGraphEdge` utility types