diff --git a/.changeset/cuddly-oranges-love.md b/.changeset/cuddly-oranges-love.md deleted file mode 100644 index 0e3ad7a5..00000000 --- a/.changeset/cuddly-oranges-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use correct prop value when prop watcher is executed instead of using prop key as value diff --git a/.changeset/lovely-jobs-confess.md b/.changeset/lovely-jobs-confess.md deleted file mode 100644 index ef1e9213..00000000 --- a/.changeset/lovely-jobs-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Keep connection lines snapped while hovering over handles diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2ffcfa8f..ff08e6e3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.26.0 + +### Minor Changes + +- [#1193](https://github.com/bcakmakoglu/vue-flow/pull/1193) [`bc793ab9`](https://github.com/bcakmakoglu/vue-flow/commit/bc793ab9d50d9df40e2655d0eeccdcbde3feb5b1) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Keep connection lines snapped while hovering over handles + +### Patch Changes + +- [#1196](https://github.com/bcakmakoglu/vue-flow/pull/1196) [`1aa69c59`](https://github.com/bcakmakoglu/vue-flow/commit/1aa69c59f18a200c2881c2f77a339a7473c22d02) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use correct prop value when prop watcher is executed instead of using prop key as value + ## 1.25.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 032bf354..43682de5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.25.3", + "version": "1.26.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",