From d673020586ec839fc7cd32313d2602c488637645 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 May 2023 08:56:12 +0000 Subject: [PATCH] chore: bump versions --- .changeset/old-ways-laugh.md | 5 ----- .changeset/shiny-kangaroos-live.md | 5 ----- .changeset/shiny-readers-float.md | 5 ----- .changeset/tough-mangos-mix.md | 5 ----- .changeset/warm-papayas-cheer.md | 5 ----- packages/core/CHANGELOG.md | 14 ++++++++++++++ packages/core/package.json | 2 +- 7 files changed, 15 insertions(+), 26 deletions(-) delete mode 100644 .changeset/old-ways-laugh.md delete mode 100644 .changeset/shiny-kangaroos-live.md delete mode 100644 .changeset/shiny-readers-float.md delete mode 100644 .changeset/tough-mangos-mix.md delete mode 100644 .changeset/warm-papayas-cheer.md diff --git a/.changeset/old-ways-laugh.md b/.changeset/old-ways-laugh.md deleted file mode 100644 index f4a99610..00000000 --- a/.changeset/old-ways-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Check if node exists during drag diff --git a/.changeset/shiny-kangaroos-live.md b/.changeset/shiny-kangaroos-live.md deleted file mode 100644 index 83fa583b..00000000 --- a/.changeset/shiny-kangaroos-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Emit pane mouse move event if no active selection exists diff --git a/.changeset/shiny-readers-float.md b/.changeset/shiny-readers-float.md deleted file mode 100644 index 89b87293..00000000 --- a/.changeset/shiny-readers-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Return bool from panBy and use the val to check if auto-pan should be triggered diff --git a/.changeset/tough-mangos-mix.md b/.changeset/tough-mangos-mix.md deleted file mode 100644 index 761e27ff..00000000 --- a/.changeset/tough-mangos-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Prevent orphaned edge warning for edges with `deletable: false` when calculating max z-index of edges diff --git a/.changeset/warm-papayas-cheer.md b/.changeset/warm-papayas-cheer.md deleted file mode 100644 index f8271e99..00000000 --- a/.changeset/warm-papayas-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Pass selectionKeyCode ref to useKeyPress diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 23ffa86f..b746b0e8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @vue-flow/core +## 1.19.3 + +### Patch Changes + +- [#916](https://github.com/bcakmakoglu/vue-flow/pull/916) [`2dec266`](https://github.com/bcakmakoglu/vue-flow/commit/2dec2664d4b2353f95250c5dddd398d7e3be8591) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Check if node exists during drag + +- [#910](https://github.com/bcakmakoglu/vue-flow/pull/910) [`cbb587f`](https://github.com/bcakmakoglu/vue-flow/commit/cbb587fb58f3752c49086ff2f6aea5aff336e72e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Emit pane mouse move event if no active selection exists + +- [#909](https://github.com/bcakmakoglu/vue-flow/pull/909) [`e823aea`](https://github.com/bcakmakoglu/vue-flow/commit/e823aea747213dd616a6b3ef29098cc6f577d668) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Return bool from panBy and use the val to check if auto-pan should be triggered + +- [#917](https://github.com/bcakmakoglu/vue-flow/pull/917) [`6c32065`](https://github.com/bcakmakoglu/vue-flow/commit/6c3206585ba5221077e7416bc9d2d108f4e5fe52) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent orphaned edge warning for edges with `deletable: false` when calculating max z-index of edges + +- [#915](https://github.com/bcakmakoglu/vue-flow/pull/915) [`2cd746a`](https://github.com/bcakmakoglu/vue-flow/commit/2cd746a86d766d5b9668f1c82b16806a5ce9722b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Pass selectionKeyCode ref to useKeyPress + ## 1.19.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 7c2e6f17..59cc89a0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.19.2", + "version": "1.19.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",