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>",