From 9fbd653d92b0e99fb15e1ead86812f4701656474 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 14 Oct 2022 22:54:38 +0000 Subject: [PATCH] chore: bump versions --- .changeset/itchy-stingrays-rhyme.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/itchy-stingrays-rhyme.md 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>",