diff --git a/.changeset/purple-mice-cry.md b/.changeset/purple-mice-cry.md deleted file mode 100644 index 318385c1..00000000 --- a/.changeset/purple-mice-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fix handle prop connectable always falling back to true, even when explicitly set to false diff --git a/.changeset/stupid-moons-push.md b/.changeset/stupid-moons-push.md deleted file mode 100644 index 8ca8f9bf..00000000 --- a/.changeset/stupid-moons-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Prevent store watcher from being stopped on cleanup of model watcher diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index aca65202..821d3b84 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.5.8 + +### Patch Changes + +- [#509](https://github.com/bcakmakoglu/vue-flow/pull/509) [`5b748a66`](https://github.com/bcakmakoglu/vue-flow/commit/5b748a6631d8b576557bea5c5aa6ab66d0abd677) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix handle prop connectable always falling back to true, even when explicitly set to false + +- [#511](https://github.com/bcakmakoglu/vue-flow/pull/511) [`88b0e34c`](https://github.com/bcakmakoglu/vue-flow/commit/88b0e34cd8c4cce0e271c89cc16e5b714da2ca25) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent store watcher from being stopped on cleanup of model watcher + ## 1.5.7 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index c4845451..3cc6e589 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.5.7", + "version": "1.5.8", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",