diff --git a/.changeset/honest-deers-thank.md b/.changeset/honest-deers-thank.md deleted file mode 100644 index 54b18fb3..00000000 --- a/.changeset/honest-deers-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Only capture pointer when a valid selection has started diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 746183c5..ac26c9c8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.39.2 + +### Patch Changes + +- [#1565](https://github.com/bcakmakoglu/vue-flow/pull/1565) [`90f573a`](https://github.com/bcakmakoglu/vue-flow/commit/90f573a4e56a1ad92e1d15f7a45a8f5600dc6307) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Only capture pointer when a valid selection has started + ## 1.39.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 4b54ba5d..f8094bc2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.39.1", + "version": "1.39.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",