From 7895a5982d25a2984e949a4e2c42a361a4cf8eaa Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 10 Jun 2024 18:08:35 +0200 Subject: [PATCH] chore(packages): bump --- packages/react/CHANGELOG.md | 4 ++++ packages/react/package.json | 2 +- packages/svelte/CHANGELOG.md | 4 ++++ packages/svelte/package.json | 2 +- packages/system/package.json | 2 +- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index e96b4374..07a0b9ab 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,9 @@ # @xyflow/react +## 12.0.0-next.21 + +- fix node origin bug + ## 12.0.0-next.20 - add `updateEdge` and `updateEdgeData` helpers to `useReactFlow` diff --git a/packages/react/package.json b/packages/react/package.json index 3b7c3f17..86073988 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/react", - "version": "12.0.0-next.20", + "version": "12.0.0-next.21", "description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.", "keywords": [ "react", diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 0ffd2357..f13a0373 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,9 @@ # @xyflow/svelte +## 0.1.6 + +- fix node origin bug + ## 0.1.5 - prevent zooming on mobile if zoomOnPinch is false diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 897b9cb2..93e878f3 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/svelte", - "version": "0.1.5", + "version": "0.1.6", "description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.", "keywords": [ "svelte", diff --git a/packages/system/package.json b/packages/system/package.json index 312a0d4c..d336c9e1 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/system", - "version": "0.0.28", + "version": "0.0.29", "description": "xyflow core system that powers React Flow and Svelte Flow.", "keywords": [ "node-based UI",