diff --git a/.changeset/breezy-panthers-rescue.md b/.changeset/breezy-panthers-rescue.md deleted file mode 100644 index 19ac814c..00000000 --- a/.changeset/breezy-panthers-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Prevent auto-pan on connect when it's set to false. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 87507965..c0f3ffef 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.33.8 + +### Patch Changes + +- [#1404](https://github.com/bcakmakoglu/vue-flow/pull/1404) [`b636853`](https://github.com/bcakmakoglu/vue-flow/commit/b636853eac087c932dc4baa4c72f7e5837dca927) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent auto-pan on connect when it's set to false. + ## 1.33.7 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3d2ced0c..bb581969 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.33.7", + "version": "1.33.8", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",