chore(packages): bump

This commit is contained in:
moklick
2024-01-11 17:33:07 +01:00
parent 74a8d178a5
commit bfd6c50af9
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -7,6 +7,7 @@
- fix `deleteElements`
- refactor internal `applyChanges`
- batch `setNodes` and `setEdges` from `useReactFlow`
- add `aria-label` prop for `<Controls />`
## 12.0.0-next.5
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@xyflow/react",
"version": "12.0.0-next.5",
"version": "12.0.0-next.6",
"description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.",
"keywords": [
"react",
+2 -1
View File
@@ -5,7 +5,8 @@
### Bugfix
- fix `deleteElements`
- fix dragging when draggable=false
- fix dragging when `draggable=false`
- add `ariaLabel` prop for `<Controls />`
### ⚠️ Breaking
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@xyflow/svelte",
"version": "0.0.32",
"version": "0.0.33",
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
"keywords": [
"svelte",