From 78ce574ebe580a349ede9aa843c40d42a5ead2f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Sep 2025 13:56:44 +0000 Subject: [PATCH] chore(packages): bump --- .changeset/lemon-adults-admire.md | 7 ------- .changeset/lovely-lemons-approve.md | 7 ------- packages/react/CHANGELOG.md | 11 +++++++++++ packages/react/package.json | 2 +- packages/svelte/CHANGELOG.md | 11 +++++++++++ packages/svelte/package.json | 2 +- packages/system/CHANGELOG.md | 8 ++++++++ packages/system/package.json | 2 +- 8 files changed, 33 insertions(+), 17 deletions(-) delete mode 100644 .changeset/lemon-adults-admire.md delete mode 100644 .changeset/lovely-lemons-approve.md diff --git a/.changeset/lemon-adults-admire.md b/.changeset/lemon-adults-admire.md deleted file mode 100644 index 11106ea9..00000000 --- a/.changeset/lemon-adults-admire.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@xyflow/system': patch -'@xyflow/react': patch -'@xyflow/svelte': patch ---- - -Fix id of static handles not being parsed diff --git a/.changeset/lovely-lemons-approve.md b/.changeset/lovely-lemons-approve.md deleted file mode 100644 index c6b72543..00000000 --- a/.changeset/lovely-lemons-approve.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@xyflow/system': patch -'@xyflow/react': patch -'@xyflow/svelte': patch ---- - -Prevent native page zoom when pinch zooming on node with nowheel class diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 5ac8cd29..b0124cad 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,16 @@ # @xyflow/react +## 12.8.6 + +### Patch Changes + +- [#5515](https://github.com/xyflow/xyflow/pull/5515) [`9b4e99029`](https://github.com/xyflow/xyflow/commit/9b4e99029ba87d44c71b33c06259a126db193b43) Thanks [@peterkogo](https://github.com/peterkogo)! - Fix id of static handles not being parsed + +- [#5512](https://github.com/xyflow/xyflow/pull/5512) [`70b672604`](https://github.com/xyflow/xyflow/commit/70b67260470738dd0d88ed8ab558d400097be785) Thanks [@peterkogo](https://github.com/peterkogo)! - Prevent native page zoom when pinch zooming on node with nowheel class + +- Updated dependencies [[`9b4e99029`](https://github.com/xyflow/xyflow/commit/9b4e99029ba87d44c71b33c06259a126db193b43), [`70b672604`](https://github.com/xyflow/xyflow/commit/70b67260470738dd0d88ed8ab558d400097be785)]: + - @xyflow/system@0.0.70 + ## 12.8.5 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 4282b306..32665988 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/react", - "version": "12.8.5", + "version": "12.8.6", "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 4bfdc18f..08d47f56 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,16 @@ # @xyflow/svelte +## 1.3.1 + +### Patch Changes + +- [#5515](https://github.com/xyflow/xyflow/pull/5515) [`9b4e99029`](https://github.com/xyflow/xyflow/commit/9b4e99029ba87d44c71b33c06259a126db193b43) Thanks [@peterkogo](https://github.com/peterkogo)! - Fix id of static handles not being parsed + +- [#5512](https://github.com/xyflow/xyflow/pull/5512) [`70b672604`](https://github.com/xyflow/xyflow/commit/70b67260470738dd0d88ed8ab558d400097be785) Thanks [@peterkogo](https://github.com/peterkogo)! - Prevent native page zoom when pinch zooming on node with nowheel class + +- Updated dependencies [[`9b4e99029`](https://github.com/xyflow/xyflow/commit/9b4e99029ba87d44c71b33c06259a126db193b43), [`70b672604`](https://github.com/xyflow/xyflow/commit/70b67260470738dd0d88ed8ab558d400097be785)]: + - @xyflow/system@0.0.70 + ## 1.3.0 ### Minor Changes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 04858215..d0f3a39e 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/svelte", - "version": "1.3.0", + "version": "1.3.1", "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 10cdbf8b..844f9549 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,5 +1,13 @@ # @xyflow/system +## 0.0.70 + +### Patch Changes + +- [#5515](https://github.com/xyflow/xyflow/pull/5515) [`9b4e99029`](https://github.com/xyflow/xyflow/commit/9b4e99029ba87d44c71b33c06259a126db193b43) Thanks [@peterkogo](https://github.com/peterkogo)! - Fix id of static handles not being parsed + +- [#5512](https://github.com/xyflow/xyflow/pull/5512) [`70b672604`](https://github.com/xyflow/xyflow/commit/70b67260470738dd0d88ed8ab558d400097be785) Thanks [@peterkogo](https://github.com/peterkogo)! - Prevent native page zoom when pinch zooming on node with nowheel class + ## 0.0.69 ### Patch Changes diff --git a/packages/system/package.json b/packages/system/package.json index 763e9a77..fc4c064a 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/system", - "version": "0.0.69", + "version": "0.0.70", "description": "xyflow core system that powers React Flow and Svelte Flow.", "keywords": [ "node-based UI",