From 07e9e8a9b6600a753f91a429a67268516951b09f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 19 Jul 2023 16:25:36 +0000 Subject: [PATCH] chore: bump versions --- .changeset/happy-shoes-hang.md | 5 ----- .changeset/nervous-dots-tickle.md | 5 ----- .changeset/thick-adults-cheat.md | 5 ----- .changeset/tough-sloths-turn.md | 5 ----- packages/core/CHANGELOG.md | 12 ++++++++++++ packages/core/package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/happy-shoes-hang.md delete mode 100644 .changeset/nervous-dots-tickle.md delete mode 100644 .changeset/thick-adults-cheat.md delete mode 100644 .changeset/tough-sloths-turn.md diff --git a/.changeset/happy-shoes-hang.md b/.changeset/happy-shoes-hang.md deleted file mode 100644 index 163433da..00000000 --- a/.changeset/happy-shoes-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use flush timing when calculating node positions diff --git a/.changeset/nervous-dots-tickle.md b/.changeset/nervous-dots-tickle.md deleted file mode 100644 index ccf536e4..00000000 --- a/.changeset/nervous-dots-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use noop functions instead of waiting for promise to be resolved when triggering viewport actions like fitView, setCenter etc. diff --git a/.changeset/thick-adults-cheat.md b/.changeset/thick-adults-cheat.md deleted file mode 100644 index 712e25e0..00000000 --- a/.changeset/thick-adults-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Pass missing handle dom node to valid handle result obj diff --git a/.changeset/tough-sloths-turn.md b/.changeset/tough-sloths-turn.md deleted file mode 100644 index 75e8857c..00000000 --- a/.changeset/tough-sloths-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Fix connection line status prop type. Can be string or null. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8729b1f0..d1aa05ba 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @vue-flow/core +## 1.21.2 + +### Patch Changes + +- [#1024](https://github.com/bcakmakoglu/vue-flow/pull/1024) [`df1c5322`](https://github.com/bcakmakoglu/vue-flow/commit/df1c53225689ed590f1d84bd9d5b64fe4aca2654) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use flush timing when calculating node positions + +- [#1028](https://github.com/bcakmakoglu/vue-flow/pull/1028) [`3e11c6f0`](https://github.com/bcakmakoglu/vue-flow/commit/3e11c6f059543ba3f5bfc60643a749fafa66e57e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use noop functions instead of waiting for promise to be resolved when triggering viewport actions like fitView, setCenter etc. + +- [#1031](https://github.com/bcakmakoglu/vue-flow/pull/1031) [`7fcf9c1f`](https://github.com/bcakmakoglu/vue-flow/commit/7fcf9c1ffc4e46e592aeee44af87710c73f567a4) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Pass missing handle dom node to valid handle result obj + +- [#1025](https://github.com/bcakmakoglu/vue-flow/pull/1025) [`ec6765c2`](https://github.com/bcakmakoglu/vue-flow/commit/ec6765c2a432a3f09425f4e9b9c044a1cf7bc011) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix connection line status prop type. Can be string or null. + ## 1.21.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index d89c553c..a475bb6c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.21.1", + "version": "1.21.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",