chore(packages): bump

This commit is contained in:
github-actions[bot]
2024-07-30 12:25:26 +00:00
parent 6cf70ae14c
commit d79a726cec
6 changed files with 16 additions and 13 deletions

View File

@@ -1,5 +0,0 @@
---
'@xyflow/react': patch
---
fix(dragging) nodeExtent breaks dragging nodes in subflows

View File

@@ -1,6 +0,0 @@
---
'@xyflow/react': patch
'@xyflow/svelte': patch
---
fix(pane) only capture pointer after a valid selection has started, fixes #4492

View File

@@ -1,5 +1,13 @@
# @xyflow/react
## 12.0.4
### Patch Changes
- [#4480](https://github.com/xyflow/xyflow/pull/4480) [`aae526f4`](https://github.com/xyflow/xyflow/commit/aae526f4ce0818e8ab5ee9f44dd7ce4b70eb4cf9) Thanks [@peterkogo](https://github.com/peterkogo)! - fix(dragging) nodeExtent breaks dragging nodes in subflows
- [#4498](https://github.com/xyflow/xyflow/pull/4498) [`7a6e9e30`](https://github.com/xyflow/xyflow/commit/7a6e9e3091c8ee0aedbf8ae6e5c4ee08485417ab) Thanks [@peterkogo](https://github.com/peterkogo)! - fix(pane) only capture pointer after a valid selection has started, fixes #4492
## 12.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@xyflow/react",
"version": "12.0.3",
"version": "12.0.4",
"description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.",
"keywords": [
"react",

View File

@@ -1,5 +1,11 @@
# @xyflow/svelte
## 0.1.14
### Patch Changes
- [#4498](https://github.com/xyflow/xyflow/pull/4498) [`7a6e9e30`](https://github.com/xyflow/xyflow/commit/7a6e9e3091c8ee0aedbf8ae6e5c4ee08485417ab) Thanks [@peterkogo](https://github.com/peterkogo)! - fix(pane) only capture pointer after a valid selection has started, fixes #4492
## 0.1.13
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@xyflow/svelte",
"version": "0.1.13",
"version": "0.1.14",
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
"keywords": [
"svelte",