chore(packages): bump

This commit is contained in:
moklick
2024-07-04 18:19:22 +02:00
parent d7d023ef52
commit 73c2590abf
4 changed files with 6 additions and 8 deletions
-6
View File
@@ -1,6 +0,0 @@
---
'@xyflow/react': patch
'@xyflow/system': patch
---
add autoPanSpeed prop/option
+4
View File
@@ -1,5 +1,9 @@
# @xyflow/react # @xyflow/react
## 12.0.0-next.26
- add `autoPanSpeed` prop
## 12.0.0-next.25 ## 12.0.0-next.25
- `useConnection` returns `ConnectionState` with `toNode` and `toHandle` - `useConnection` returns `ConnectionState` with `toNode` and `toHandle`
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@xyflow/react", "name": "@xyflow/react",
"version": "12.0.0-next.25", "version": "12.0.0-next.26",
"description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.", "description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.",
"keywords": [ "keywords": [
"react", "react",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@xyflow/system", "name": "@xyflow/system",
"version": "0.0.31", "version": "0.0.32",
"description": "xyflow core system that powers React Flow and Svelte Flow.", "description": "xyflow core system that powers React Flow and Svelte Flow.",
"keywords": [ "keywords": [
"node-based UI", "node-based UI",