From 87b2d2c4e8b8e1e321a9cb0795987672b13de913 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 14:10:14 +0000 Subject: [PATCH] chore: bump versions --- .changeset/giant-pants-jam.md | 5 ----- .changeset/young-moles-refuse.md | 5 ----- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/giant-pants-jam.md delete mode 100644 .changeset/young-moles-refuse.md diff --git a/.changeset/giant-pants-jam.md b/.changeset/giant-pants-jam.md deleted file mode 100644 index b8893849..00000000 --- a/.changeset/giant-pants-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use the connecting handle result when updating a connection, so we get an accurate connection position for `toPosition`. diff --git a/.changeset/young-moles-refuse.md b/.changeset/young-moles-refuse.md deleted file mode 100644 index 2142c97c..00000000 --- a/.changeset/young-moles-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Block pane ctx-menu from triggering if panOnDrag includes btn 2 (right-click) and let viewport emit pane ctx menu. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index dedbe189..b494d85f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.48.1 + +### Patch Changes + +- [#1996](https://github.com/bcakmakoglu/vue-flow/pull/1996) [`1c9732a`](https://github.com/bcakmakoglu/vue-flow/commit/1c9732ae99313cce9d8125571b51440931f9a9b0) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use the connecting handle result when updating a connection, so we get an accurate connection position for `toPosition`. + +- [#2001](https://github.com/bcakmakoglu/vue-flow/pull/2001) [`08d57fa`](https://github.com/bcakmakoglu/vue-flow/commit/08d57fa1609e1fc7b966fb08a99fbf4756bc11b5) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Block pane ctx-menu from triggering if panOnDrag includes btn 2 (right-click) and let viewport emit pane ctx menu. + ## 1.48.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 311965cb..294ac9d8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.48.0", + "version": "1.48.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",