From 9aaea09c6ea58884a0685359f5a0e08dbbeef0d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 16:08:29 +0000 Subject: [PATCH] chore: bump versions --- .changeset/dull-swans-march.md | 5 ----- .changeset/perfect-coins-rest.md | 5 ----- .changeset/quick-dolphins-juggle.md | 5 ----- .changeset/rude-suns-refuse.md | 5 ----- .changeset/stale-phones-cross.md | 5 ----- .changeset/tender-geckos-sniff.md | 5 ----- packages/core/CHANGELOG.md | 14 ++++++++++++++ packages/core/package.json | 2 +- packages/minimap/CHANGELOG.md | 8 ++++++++ packages/minimap/package.json | 2 +- 10 files changed, 24 insertions(+), 32 deletions(-) delete mode 100644 .changeset/dull-swans-march.md delete mode 100644 .changeset/perfect-coins-rest.md delete mode 100644 .changeset/quick-dolphins-juggle.md delete mode 100644 .changeset/rude-suns-refuse.md delete mode 100644 .changeset/stale-phones-cross.md delete mode 100644 .changeset/tender-geckos-sniff.md diff --git a/.changeset/dull-swans-march.md b/.changeset/dull-swans-march.md deleted file mode 100644 index 48c7433f3..000000000 --- a/.changeset/dull-swans-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Expose `isMacOs` utility diff --git a/.changeset/perfect-coins-rest.md b/.changeset/perfect-coins-rest.md deleted file mode 100644 index e3613515d..000000000 --- a/.changeset/perfect-coins-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Expose `wheelDelta` utility fn diff --git a/.changeset/quick-dolphins-juggle.md b/.changeset/quick-dolphins-juggle.md deleted file mode 100644 index c5d5591ab..000000000 --- a/.changeset/quick-dolphins-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/minimap": patch ---- - -Apply wheelDelta to zoom diff --git a/.changeset/rude-suns-refuse.md b/.changeset/rude-suns-refuse.md deleted file mode 100644 index 0c539a36b..000000000 --- a/.changeset/rude-suns-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Use event target for `` components to determine the "clicked" handle, avoiding calls to `getElementFromPoint and allowing "detached" handles diff --git a/.changeset/stale-phones-cross.md b/.changeset/stale-phones-cross.md deleted file mode 100644 index d60674c2d..000000000 --- a/.changeset/stale-phones-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Fetch the correct source and target nodes for isValidConnection. diff --git a/.changeset/tender-geckos-sniff.md b/.changeset/tender-geckos-sniff.md deleted file mode 100644 index 6bc3473b6..000000000 --- a/.changeset/tender-geckos-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/minimap": patch ---- - -Set zoomstep to 1 and apply factor based on macOs (zoomstep \* factor - 10 if macOs) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 67b915327..75c4fa6d5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @vue-flow/core +## 1.46.0 + +### Minor Changes + +- [#1923](https://github.com/bcakmakoglu/vue-flow/pull/1923) [`18d103d`](https://github.com/bcakmakoglu/vue-flow/commit/18d103d7177257ae470949a277cab02d6551d697) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Expose `isMacOs` utility + +- [#1918](https://github.com/bcakmakoglu/vue-flow/pull/1918) [`0568ab7`](https://github.com/bcakmakoglu/vue-flow/commit/0568ab7e97ffc67030bd915963c84c2e2f7c42cb) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Expose `wheelDelta` utility fn + +- [#1919](https://github.com/bcakmakoglu/vue-flow/pull/1919) [`6880409`](https://github.com/bcakmakoglu/vue-flow/commit/68804091969ec3c95c7d491f7dd4c2e15de6be9e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use event target for `` components to determine the "clicked" handle, avoiding calls to `getElementFromPoint and allowing "detached" handles + +### Patch Changes + +- [#1922](https://github.com/bcakmakoglu/vue-flow/pull/1922) [`957d011`](https://github.com/bcakmakoglu/vue-flow/commit/957d0110a4b628dc0e50ab2a65e53fd4d763d5f8) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fetch the correct source and target nodes for isValidConnection. + ## 1.45.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 1b188e9a2..fa77452c3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.45.1", + "version": "1.46.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/minimap/CHANGELOG.md b/packages/minimap/CHANGELOG.md index dc6fd1f5f..030f4af95 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/minimap +## 1.5.4 + +### Patch Changes + +- [#1918](https://github.com/bcakmakoglu/vue-flow/pull/1918) [`0568ab7`](https://github.com/bcakmakoglu/vue-flow/commit/0568ab7e97ffc67030bd915963c84c2e2f7c42cb) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Apply wheelDelta to zoom + +- [#1923](https://github.com/bcakmakoglu/vue-flow/pull/1923) [`18d103d`](https://github.com/bcakmakoglu/vue-flow/commit/18d103d7177257ae470949a277cab02d6551d697) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set zoomstep to 1 and apply factor based on macOs (zoomstep \* factor - 10 if macOs) + ## 1.5.3 ### Patch Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 7dbcab9b5..23c919eee 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/minimap", - "version": "1.5.3", + "version": "1.5.4", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",