diff --git a/.changeset/four-years-serve.md b/.changeset/four-years-serve.md deleted file mode 100644 index a7c4261a..00000000 --- a/.changeset/four-years-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Check if handle is connectable before trying to validate diff --git a/.changeset/pink-ducks-switch.md b/.changeset/pink-ducks-switch.md deleted file mode 100644 index ee7afa5e..00000000 --- a/.changeset/pink-ducks-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Blur node element after unselecting diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6c8ae878..0c1e6561 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.15.5 + +### Patch Changes + +- [#734](https://github.com/bcakmakoglu/vue-flow/pull/734) [`123ad512`](https://github.com/bcakmakoglu/vue-flow/commit/123ad5126a480e11735ff58d8f039385243a127f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Check if handle is connectable before trying to validate + +- [#737](https://github.com/bcakmakoglu/vue-flow/pull/737) [`f2b3cd87`](https://github.com/bcakmakoglu/vue-flow/commit/f2b3cd874a4c3e3494e093afd2a5ca34c756864a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Blur node element after unselecting + ## 1.15.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 47e7665e..68a64416 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.15.4", + "version": "1.15.5", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",