diff --git a/.changeset/itchy-stingrays-rhyme.md b/.changeset/itchy-stingrays-rhyme.md deleted file mode 100644 index 9797f402..00000000 --- a/.changeset/itchy-stingrays-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fix edge text not calculating dimensions properly diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 90c53168..234683b8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.1.3 + +### Patch Changes + +- [#342](https://github.com/bcakmakoglu/vue-flow/pull/342) [`72c203e`](https://github.com/bcakmakoglu/vue-flow/commit/72c203e3d527376221673fccb62dc99ff8061a23) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix edge text not calculating dimensions properly + ## 1.1.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ebe6ff61..9193dd03 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.1.2", + "version": "1.1.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",