diff --git a/.changeset/two-cycles-grow.md b/.changeset/two-cycles-grow.md deleted file mode 100644 index 532d1f41..00000000 --- a/.changeset/two-cycles-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Add missing dragging flag (release failed) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b4f716b7..ba6cdfda 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.5.10 + +### Patch Changes + +- [`1a4a2a62`](https://github.com/bcakmakoglu/vue-flow/commit/1a4a2a6275ca94a085fd3e15cb5373f05c23a768) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add missing dragging flag (release failed) + ## 1.5.9 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a8978792..067f361f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.5.9", + "version": "1.5.10", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",