chore(packages): bump

This commit is contained in:
github-actions[bot]
2025-03-31 12:53:58 +00:00
parent 1204a1ca00
commit 742bfe345a
6 changed files with 16 additions and 13 deletions
-6
View File
@@ -1,6 +0,0 @@
---
'@xyflow/react': patch
'@xyflow/svelte': patch
---
Export NodeConnection type
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/react': patch
---
Fix `fitView` not working when returning early in `onNodesChange`.
+8
View File
@@ -1,5 +1,13 @@
# @xyflow/react
## 12.5.2
### Patch Changes
- [#5124](https://github.com/xyflow/xyflow/pull/5124) [`b76f7f9e`](https://github.com/xyflow/xyflow/commit/b76f7f9eb4841f139b1468b8eda0430ddd19a1ae) Thanks [@bjornosal](https://github.com/bjornosal)! - Export NodeConnection type
- [#5127](https://github.com/xyflow/xyflow/pull/5127) [`3079c2c9`](https://github.com/xyflow/xyflow/commit/3079c2c911426f54e8d295083ddbe97ed3aad201) Thanks [@peterkogo](https://github.com/peterkogo)! - Fix `fitView` not working when returning early in `onNodesChange`.
## 12.5.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@xyflow/react",
"version": "12.5.1",
"version": "12.5.2",
"description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.",
"keywords": [
"react",
+6
View File
@@ -1,5 +1,11 @@
# @xyflow/svelte
## 0.1.33
### Patch Changes
- [#5124](https://github.com/xyflow/xyflow/pull/5124) [`b76f7f9e`](https://github.com/xyflow/xyflow/commit/b76f7f9eb4841f139b1468b8eda0430ddd19a1ae) Thanks [@bjornosal](https://github.com/bjornosal)! - Export NodeConnection type
## 0.1.32
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@xyflow/svelte",
"version": "0.1.32",
"version": "0.1.33",
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
"keywords": [
"svelte",