From d3b706ea982be641396d3b625bbb8dc9270f3f3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 1 Jul 2024 08:34:07 +0000 Subject: [PATCH] chore: bump versions --- .changeset/fast-ghosts-walk.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fast-ghosts-walk.md 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>",