diff --git a/.changeset/shiny-months-deny.md b/.changeset/shiny-months-deny.md deleted file mode 100644 index b4155191..00000000 --- a/.changeset/shiny-months-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Revert importing types from vue instead of vueuse/core as it causes handle position to be messed up diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5db0baf2..d301caa3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.25.2 + +### Patch Changes + +- [#1178](https://github.com/bcakmakoglu/vue-flow/pull/1178) [`29c01f42`](https://github.com/bcakmakoglu/vue-flow/commit/29c01f428c308f9edeaefdc9b0b1796853b813fd) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Revert importing types from vue instead of vueuse/core as it causes handle position to be messed up + ## 1.25.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3467219c..9dab5d7f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.25.1", + "version": "1.25.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",