From 35a2606ff23db864ef580c684827cd5f2984dbc1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Jan 2024 15:13:32 +0000 Subject: [PATCH] chore: bump versions --- .changeset/plenty-kids-fix.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/plenty-kids-fix.md diff --git a/.changeset/plenty-kids-fix.md b/.changeset/plenty-kids-fix.md deleted file mode 100644 index ec79a148c..000000000 --- a/.changeset/plenty-kids-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Watch `shouldPanOnDrag` & `shouldPanOnScroll` to determine whether listeners should be bound or not diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 101a8a4d0..7d551ee43 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.29.1 + +### Patch Changes + +- [#1252](https://github.com/bcakmakoglu/vue-flow/pull/1252) [`734d2ba`](https://github.com/bcakmakoglu/vue-flow/commit/734d2ba3a85a35519436f8ee296650281d9a0db7) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Watch `shouldPanOnDrag` & `shouldPanOnScroll` to determine whether listeners should be bound or not + ## 1.29.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index c962caa4b..50b4773bf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.29.0", + "version": "1.29.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",