diff --git a/.changeset/ninety-bees-build.md b/.changeset/ninety-bees-build.md deleted file mode 100644 index a826a35c..00000000 --- a/.changeset/ninety-bees-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Add missing dragging flag to nodes diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 821d3b84..b4f716b7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.5.9 + +### Patch Changes + +- [`ac8c2573`](https://github.com/bcakmakoglu/vue-flow/commit/ac8c2573f61273056e9a226788ee9360a5e577f8) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add missing dragging flag to nodes + ## 1.5.8 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3cc6e589..a8978792 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.5.8", + "version": "1.5.9", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",