From faeed3d6be9fe29c30a71ae09dbd056cc9445ad2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Jul 2024 11:15:21 +0000 Subject: [PATCH] chore: bump versions --- .changeset/honest-deers-thank.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/honest-deers-thank.md 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>",