diff --git a/.changeset/fast-ghosts-walk.md b/.changeset/fast-ghosts-walk.md deleted file mode 100644 index f821a81e..00000000 --- a/.changeset/fast-ghosts-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Correct calculation of nodes inside selection rect diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d01cfe86..7da462a2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.38.1 + +### Patch Changes + +- [#1510](https://github.com/bcakmakoglu/vue-flow/pull/1510) [`4643676`](https://github.com/bcakmakoglu/vue-flow/commit/4643676e689def1901fe171a4b78257db2089684) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Correct calculation of nodes inside selection rect + ## 1.38.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 8b1eb5a7..010944f0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.38.0", + "version": "1.38.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",