diff --git a/.changeset/lazy-eels-think.md b/.changeset/lazy-eels-think.md deleted file mode 100644 index 9cb14a4e..00000000 --- a/.changeset/lazy-eels-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Correct nested nodes position calculation diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 24b90395..8729b1f0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.21.1 + +### Patch Changes + +- [#1018](https://github.com/bcakmakoglu/vue-flow/pull/1018) [`c14941a1`](https://github.com/bcakmakoglu/vue-flow/commit/c14941a1c577a0b1a17e4d334e416659edd0fe36) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Correct nested nodes position calculation + ## 1.21.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 38b16b1d..d89c553c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.21.0", + "version": "1.21.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",