diff --git a/.changeset/blue-frogs-swim.md b/.changeset/blue-frogs-swim.md deleted file mode 100644 index 11b0b631..00000000 --- a/.changeset/blue-frogs-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Allow multi-select when input is focused. diff --git a/.changeset/mighty-glasses-impress.md b/.changeset/mighty-glasses-impress.md deleted file mode 100644 index 0beffb4c..00000000 --- a/.changeset/mighty-glasses-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use whole handle area for snapping. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b87d23b4..03a6fed6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.43.2 + +### Patch Changes + +- [#1842](https://github.com/bcakmakoglu/vue-flow/pull/1842) [`dc66c85`](https://github.com/bcakmakoglu/vue-flow/commit/dc66c85df7f9e9c935fee9b7109ed363c6098668) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow multi-select when input is focused. + +- [#1843](https://github.com/bcakmakoglu/vue-flow/pull/1843) [`6a2b7e5`](https://github.com/bcakmakoglu/vue-flow/commit/6a2b7e51438553445096e638c0740316f833e270) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use whole handle area for snapping. + ## 1.43.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 0700aa63..d665e837 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.43.1", + "version": "1.43.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",