diff --git a/.changeset/two-countries-brake.md b/.changeset/two-countries-brake.md deleted file mode 100644 index d84f21f5..00000000 --- a/.changeset/two-countries-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Emit `nodeClick` event when a node is dragged without exceeding the node drag threshold (i.e. no visible movement has happened) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 11cdc8c1..bca385d7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.38.3 + +### Patch Changes + +- [#1522](https://github.com/bcakmakoglu/vue-flow/pull/1522) [`ccca803`](https://github.com/bcakmakoglu/vue-flow/commit/ccca803e130bb2152b6cc16b29e4ae10b9b8e63a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Emit `nodeClick` event when a node is dragged without exceeding the node drag threshold (i.e. no visible movement has happened) + ## 1.38.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a71b47be..5133812e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.38.2", + "version": "1.38.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",