From 9efe081c6f98b79145e89a37fc39dd46974993e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 14:29:44 +0000 Subject: [PATCH] chore: bump versions --- .changeset/cuddly-bugs-switch.md | 5 ----- .changeset/many-donkeys-train.md | 5 ----- .changeset/old-moose-fly.md | 5 ----- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/cuddly-bugs-switch.md delete mode 100644 .changeset/many-donkeys-train.md delete mode 100644 .changeset/old-moose-fly.md diff --git a/.changeset/cuddly-bugs-switch.md b/.changeset/cuddly-bugs-switch.md deleted file mode 100644 index dd22e78f3..000000000 --- a/.changeset/cuddly-bugs-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use null as fallback id for edge source handle diff --git a/.changeset/many-donkeys-train.md b/.changeset/many-donkeys-train.md deleted file mode 100644 index 55ebf7620..000000000 --- a/.changeset/many-donkeys-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Remove edgelookup update when updating connection lookup as edge lookup is computed already diff --git a/.changeset/old-moose-fly.md b/.changeset/old-moose-fly.md deleted file mode 100644 index 4d4253c52..000000000 --- a/.changeset/old-moose-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Reset drag items on drag end diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c059b8c70..109bfe89c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.42.4 + +### Patch Changes + +- [#1794](https://github.com/bcakmakoglu/vue-flow/pull/1794) [`e0bb46e`](https://github.com/bcakmakoglu/vue-flow/commit/e0bb46e9ee6c67737e40d154bbd8eae5cdde0cce) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use null as fallback id for edge source handle + +- [#1796](https://github.com/bcakmakoglu/vue-flow/pull/1796) [`978b896`](https://github.com/bcakmakoglu/vue-flow/commit/978b8966468737897b6b63fd1ff38d2eee7772d9) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove edgelookup update when updating connection lookup as edge lookup is computed already + +- [#1796](https://github.com/bcakmakoglu/vue-flow/pull/1796) [`a6a3000`](https://github.com/bcakmakoglu/vue-flow/commit/a6a30008ead042f01b3dd7e82cc015cbfd4f65a2) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Reset drag items on drag end + ## 1.42.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index dd379c73a..f6b800f5b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.42.3", + "version": "1.42.4", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",