From f2ecf29cf8fe0f308768e5db6e28020ea3decd82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 Jul 2024 08:01:48 +0000 Subject: [PATCH] chore: bump versions --- .changeset/popular-cars-design.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/popular-cars-design.md diff --git a/.changeset/popular-cars-design.md b/.changeset/popular-cars-design.md deleted file mode 100644 index ff3be3ba..00000000 --- a/.changeset/popular-cars-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -ignore minor mouse movements when marking a node drag as aborted diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 259d1d29..b4cc3b45 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.38.5 + +### Patch Changes + +- [#1530](https://github.com/bcakmakoglu/vue-flow/pull/1530) [`e7bcca5`](https://github.com/bcakmakoglu/vue-flow/commit/e7bcca511477a5b749787235ee521fa8393e681b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - ignore minor mouse movements when marking a node drag as aborted + ## 1.38.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 04c30fe8..1ba55550 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.38.4", + "version": "1.38.5", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",