diff --git a/.changeset/young-glasses-swim.md b/.changeset/young-glasses-swim.md deleted file mode 100644 index 80f10415..00000000 --- a/.changeset/young-glasses-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Compare internal node dimensions against calculated ones when trying to update node dimensions diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8304c34d..6c8ae878 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.15.4 + +### Patch Changes + +- [#728](https://github.com/bcakmakoglu/vue-flow/pull/728) [`6b149ca6`](https://github.com/bcakmakoglu/vue-flow/commit/6b149ca69a634c2cc51138e01098dbdc0bdf6620) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Compare internal node dimensions against calculated ones when trying to update node dimensions + ## 1.15.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 44f598fc..47e7665e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.15.3", + "version": "1.15.4", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",