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>",