From bce175f5f03579d6b5cb5aefdb0ac655a9897db8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Jun 2025 07:43:39 +0000 Subject: [PATCH] chore(packages): bump --- .changeset/fifty-cheetahs-repair.md | 5 ----- .changeset/friendly-pears-float.md | 7 ------- .changeset/real-ties-travel.md | 7 ------- .changeset/twelve-llamas-sort.md | 7 ------- packages/react/CHANGELOG.md | 17 +++++++++++++++++ packages/react/package.json | 2 +- packages/svelte/CHANGELOG.md | 15 +++++++++++++++ packages/svelte/package.json | 2 +- packages/system/CHANGELOG.md | 10 ++++++++++ packages/system/package.json | 2 +- 10 files changed, 45 insertions(+), 29 deletions(-) delete mode 100644 .changeset/fifty-cheetahs-repair.md delete mode 100644 .changeset/friendly-pears-float.md delete mode 100644 .changeset/real-ties-travel.md delete mode 100644 .changeset/twelve-llamas-sort.md diff --git a/.changeset/fifty-cheetahs-repair.md b/.changeset/fifty-cheetahs-repair.md deleted file mode 100644 index 2d144b6b..00000000 --- a/.changeset/fifty-cheetahs-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -Cleanup store updater diff --git a/.changeset/friendly-pears-float.md b/.changeset/friendly-pears-float.md deleted file mode 100644 index 5f99faac..00000000 --- a/.changeset/friendly-pears-float.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@xyflow/react': patch -'@xyflow/svelte': patch -'@xyflow/system': patch ---- - -Remove pointer events from Panel via CSS while a selection gets dragged diff --git a/.changeset/real-ties-travel.md b/.changeset/real-ties-travel.md deleted file mode 100644 index afa29287..00000000 --- a/.changeset/real-ties-travel.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@xyflow/react': minor -'@xyflow/svelte': minor -'@xyflow/system': patch ---- - -Render edges above nodes when they are within a subflow diff --git a/.changeset/twelve-llamas-sort.md b/.changeset/twelve-llamas-sort.md deleted file mode 100644 index 1d5ce679..00000000 --- a/.changeset/twelve-llamas-sort.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@xyflow/react': minor -'@xyflow/svelte': minor -'@xyflow/system': patch ---- - -Add connectionDragThreshold prop diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 17dc98fb..e069134f 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,22 @@ # @xyflow/react +## 12.8.0 + +### Minor Changes + +- [#5361](https://github.com/xyflow/xyflow/pull/5361) [`90e9247a`](https://github.com/xyflow/xyflow/commit/90e9247adbdfa9d06db97e1d0d895e35c960551c) Thanks [@peterkogo](https://github.com/peterkogo)! - Render edges above nodes when they are within a subflow + +- [#5344](https://github.com/xyflow/xyflow/pull/5344) [`2441bf8d`](https://github.com/xyflow/xyflow/commit/2441bf8d97a6b72494f216915d52d5acbeefefde) Thanks [@moklick](https://github.com/moklick)! - Add connectionDragThreshold prop + +### Patch Changes + +- [#5368](https://github.com/xyflow/xyflow/pull/5368) [`445017ed`](https://github.com/xyflow/xyflow/commit/445017ed6fdedee4b39a0eaeb1cbbe0155f9a037) Thanks [@moklick](https://github.com/moklick)! - Cleanup store updater + +- [#5362](https://github.com/xyflow/xyflow/pull/5362) [`72dc1d60`](https://github.com/xyflow/xyflow/commit/72dc1d602110947e3db83c37b9a9125ee85cf4bc) Thanks [@moklick](https://github.com/moklick)! - Remove pointer events from Panel via CSS while a selection gets dragged + +- Updated dependencies [[`72dc1d60`](https://github.com/xyflow/xyflow/commit/72dc1d602110947e3db83c37b9a9125ee85cf4bc), [`90e9247a`](https://github.com/xyflow/xyflow/commit/90e9247adbdfa9d06db97e1d0d895e35c960551c), [`2441bf8d`](https://github.com/xyflow/xyflow/commit/2441bf8d97a6b72494f216915d52d5acbeefefde)]: + - @xyflow/system@0.0.64 + ## 12.7.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index b07d1a90..36ddae08 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/react", - "version": "12.7.1", + "version": "12.8.0", "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 2fe1c17f..116f0b56 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,20 @@ # @xyflow/svelte +## 1.2.0 + +### Minor Changes + +- [#5361](https://github.com/xyflow/xyflow/pull/5361) [`90e9247a`](https://github.com/xyflow/xyflow/commit/90e9247adbdfa9d06db97e1d0d895e35c960551c) Thanks [@peterkogo](https://github.com/peterkogo)! - Render edges above nodes when they are within a subflow + +- [#5344](https://github.com/xyflow/xyflow/pull/5344) [`2441bf8d`](https://github.com/xyflow/xyflow/commit/2441bf8d97a6b72494f216915d52d5acbeefefde) Thanks [@moklick](https://github.com/moklick)! - Add connectionDragThreshold prop + +### Patch Changes + +- [#5362](https://github.com/xyflow/xyflow/pull/5362) [`72dc1d60`](https://github.com/xyflow/xyflow/commit/72dc1d602110947e3db83c37b9a9125ee85cf4bc) Thanks [@moklick](https://github.com/moklick)! - Remove pointer events from Panel via CSS while a selection gets dragged + +- Updated dependencies [[`72dc1d60`](https://github.com/xyflow/xyflow/commit/72dc1d602110947e3db83c37b9a9125ee85cf4bc), [`90e9247a`](https://github.com/xyflow/xyflow/commit/90e9247adbdfa9d06db97e1d0d895e35c960551c), [`2441bf8d`](https://github.com/xyflow/xyflow/commit/2441bf8d97a6b72494f216915d52d5acbeefefde)]: + - @xyflow/system@0.0.64 + ## 1.1.1 ### Patch Changes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index c4a4a453..7859df64 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/svelte", - "version": "1.1.1", + "version": "1.2.0", "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/CHANGELOG.md b/packages/system/CHANGELOG.md index ebccef4e..4f4e4251 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,5 +1,15 @@ # @xyflow/system +## 0.0.64 + +### Patch Changes + +- [#5362](https://github.com/xyflow/xyflow/pull/5362) [`72dc1d60`](https://github.com/xyflow/xyflow/commit/72dc1d602110947e3db83c37b9a9125ee85cf4bc) Thanks [@moklick](https://github.com/moklick)! - Remove pointer events from Panel via CSS while a selection gets dragged + +- [#5361](https://github.com/xyflow/xyflow/pull/5361) [`90e9247a`](https://github.com/xyflow/xyflow/commit/90e9247adbdfa9d06db97e1d0d895e35c960551c) Thanks [@peterkogo](https://github.com/peterkogo)! - Render edges above nodes when they are within a subflow + +- [#5344](https://github.com/xyflow/xyflow/pull/5344) [`2441bf8d`](https://github.com/xyflow/xyflow/commit/2441bf8d97a6b72494f216915d52d5acbeefefde) Thanks [@moklick](https://github.com/moklick)! - Add connectionDragThreshold prop + ## 0.0.63 ### Patch Changes diff --git a/packages/system/package.json b/packages/system/package.json index fa637488..469019ff 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/system", - "version": "0.0.63", + "version": "0.0.64", "description": "xyflow core system that powers React Flow and Svelte Flow.", "keywords": [ "node-based UI",