diff --git a/.changeset/short-flowers-listen.md b/.changeset/short-flowers-listen.md deleted file mode 100644 index 20f556d7..00000000 --- a/.changeset/short-flowers-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -use center position of handle as snapping point for connection lines diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1e5d9094..bd52bb2f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.41.7 + +### Patch Changes + +- [#1726](https://github.com/bcakmakoglu/vue-flow/pull/1726) [`763d122`](https://github.com/bcakmakoglu/vue-flow/commit/763d1220874edc08dd99b6a46bc2991ef1e92525) Thanks [@github-actions](https://github.com/apps/github-actions)! - use center position of handle as snapping point for connection lines + ## 1.41.6 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 61237e77..81627d94 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.41.6", + "version": "1.41.7", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",