From 52a030124876245ddc7e32e30445ba506246503d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:56:31 +0000 Subject: [PATCH] chore: bump versions --- .changeset/green-games-cough.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/green-games-cough.md 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>",