diff --git a/.changeset/hot-bobcats-jump.md b/.changeset/hot-bobcats-jump.md deleted file mode 100644 index 4cf74c2a..00000000 --- a/.changeset/hot-bobcats-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Re-calculate position when node extent changes diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e22633ee..11af2fe5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.10.1 + +### Patch Changes + +- [#581](https://github.com/bcakmakoglu/vue-flow/pull/581) [`ea5c35e`](https://github.com/bcakmakoglu/vue-flow/commit/ea5c35e5faea722acd31d835a1e716aa798f3b53) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Re-calculate position when node extent changes + ## 1.10.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index dd41385b..d988604f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.10.0", + "version": "1.10.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",