diff --git a/.changeset/green-games-cough.md b/.changeset/green-games-cough.md deleted file mode 100644 index c44ac3f7..00000000 --- a/.changeset/green-games-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Disable selection on drag by setting the keycode to `true` when panning mode is active. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b494d85f..c38144a4 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.48.2 + +### Patch Changes + +- [#2014](https://github.com/bcakmakoglu/vue-flow/pull/2014) [`c81d765`](https://github.com/bcakmakoglu/vue-flow/commit/c81d7657ba9e541f0f0c97a01cd62c777f177d30) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Disable selection on drag by setting the keycode to `true` when panning mode is active. + ## 1.48.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 294ac9d8..1dc4d2bc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.48.1", + "version": "1.48.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",