diff --git a/.changeset/silent-garlics-pay.md b/.changeset/silent-garlics-pay.md deleted file mode 100644 index 8a43fcb4..00000000 --- a/.changeset/silent-garlics-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Hide node selection box when no selected nodes exist diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0597c4c2..ba3253cc 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.12.7 + +### Patch Changes + +- [#627](https://github.com/bcakmakoglu/vue-flow/pull/627) [`19360c52`](https://github.com/bcakmakoglu/vue-flow/commit/19360c52296273c561fa0656e3ccbe7b47ea4d72) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Hide node selection box when no selected nodes exist + ## 1.12.6 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index f4f31ba2..a3524a93 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.12.6", + "version": "1.12.7", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",