diff --git a/.changeset/giant-pears-agree.md b/.changeset/giant-pears-agree.md deleted file mode 100644 index bf762196..00000000 --- a/.changeset/giant-pears-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Prevent duplicate node click event by checking if drag was actually aborted before emitting node-click diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index bca385d7..259d1d29 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.38.4 + +### Patch Changes + +- [#1525](https://github.com/bcakmakoglu/vue-flow/pull/1525) [`e8427cf`](https://github.com/bcakmakoglu/vue-flow/commit/e8427cf9dc54856a9b405e64df9af4fae704dff2) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent duplicate node click event by checking if drag was actually aborted before emitting node-click + ## 1.38.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5133812e..04c30fe8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.38.3", + "version": "1.38.4", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",