From be8a83dab0e75c175f88b20ceae7731ad3810ebd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 23 Jul 2023 08:08:55 +0000 Subject: [PATCH] chore: bump versions --- .changeset/long-bags-pay.md | 5 ----- .changeset/nine-bobcats-hear.md | 5 ----- .changeset/rotten-singers-own.md | 5 ----- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/long-bags-pay.md delete mode 100644 .changeset/nine-bobcats-hear.md delete mode 100644 .changeset/rotten-singers-own.md diff --git a/.changeset/long-bags-pay.md b/.changeset/long-bags-pay.md deleted file mode 100644 index 5dfab8e0f..000000000 --- a/.changeset/long-bags-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use correct handle position as source x,y position of connection lines diff --git a/.changeset/nine-bobcats-hear.md b/.changeset/nine-bobcats-hear.md deleted file mode 100644 index e009ac6d3..000000000 --- a/.changeset/nine-bobcats-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Abort fit view when there are no nodes to fit around diff --git a/.changeset/rotten-singers-own.md b/.changeset/rotten-singers-own.md deleted file mode 100644 index 6ecf17f75..000000000 --- a/.changeset/rotten-singers-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Correct source handle type to be possibly null when passing as prop to custom connection line components diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d1aa05ba9..4d5cac41e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.21.3 + +### Patch Changes + +- [#1033](https://github.com/bcakmakoglu/vue-flow/pull/1033) [`8585dd53`](https://github.com/bcakmakoglu/vue-flow/commit/8585dd535f370fdaf0ef60d7035031242f34645f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use correct handle position as source x,y position of connection lines + +- [#1041](https://github.com/bcakmakoglu/vue-flow/pull/1041) [`373a345c`](https://github.com/bcakmakoglu/vue-flow/commit/373a345cd3000fa28ac80e00b9e60c139cfa1f8d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Abort fit view when there are no nodes to fit around + +- [#1033](https://github.com/bcakmakoglu/vue-flow/pull/1033) [`8585dd53`](https://github.com/bcakmakoglu/vue-flow/commit/8585dd535f370fdaf0ef60d7035031242f34645f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Correct source handle type to be possibly null when passing as prop to custom connection line components + ## 1.21.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a475bb6c5..b84c52f8b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.21.2", + "version": "1.21.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",