From 41d325b61368c0dc1de524210ed21903d2cb1692 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Oct 2023 19:22:45 +0000 Subject: [PATCH] chore: bump versions --- .changeset/twenty-pears-act.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/twenty-pears-act.md diff --git a/.changeset/twenty-pears-act.md b/.changeset/twenty-pears-act.md deleted file mode 100644 index ddd0e9bc..00000000 --- a/.changeset/twenty-pears-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Allow pan on drag when pan activation key is pressed and panOnDrag is set to false diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7209e57c..449d6f4e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.24.1 + +### Patch Changes + +- [#1151](https://github.com/bcakmakoglu/vue-flow/pull/1151) [`c2a74f57`](https://github.com/bcakmakoglu/vue-flow/commit/c2a74f578b0b7dcb7bbbc02ea2c0e378beba4740) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow pan on drag when pan activation key is pressed and panOnDrag is set to false + ## 1.24.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 51f799d9..abbd8314 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.24.0", + "version": "1.24.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",