From 0caf8f2290e6ddf40a8d3131647bdaab0222ac2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 18 Oct 2022 14:29:38 +0000 Subject: [PATCH] chore: bump versions --- .changeset/itchy-files-protect.md | 5 ----- .changeset/large-ligers-listen.md | 5 ----- .changeset/rotten-fans-invite.md | 5 ----- .changeset/sharp-jobs-live.md | 5 ----- .changeset/tame-bobcats-battle.md | 5 ----- .changeset/twenty-needles-admire.md | 5 ----- packages/core/CHANGELOG.md | 16 ++++++++++++++++ packages/core/package.json | 2 +- 8 files changed, 17 insertions(+), 31 deletions(-) delete mode 100644 .changeset/itchy-files-protect.md delete mode 100644 .changeset/large-ligers-listen.md delete mode 100644 .changeset/rotten-fans-invite.md delete mode 100644 .changeset/sharp-jobs-live.md delete mode 100644 .changeset/tame-bobcats-battle.md delete mode 100644 .changeset/twenty-needles-admire.md diff --git a/.changeset/itchy-files-protect.md b/.changeset/itchy-files-protect.md deleted file mode 100644 index 85d458ee..00000000 --- a/.changeset/itchy-files-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Allow undefined as custom theme var value diff --git a/.changeset/large-ligers-listen.md b/.changeset/large-ligers-listen.md deleted file mode 100644 index db85ffec..00000000 --- a/.changeset/large-ligers-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Node and Edge data and events to be definitely typed when passed as NodeProps or EdgeProps diff --git a/.changeset/rotten-fans-invite.md b/.changeset/rotten-fans-invite.md deleted file mode 100644 index 90dfcd32..00000000 --- a/.changeset/rotten-fans-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Add `overflow: visible` to control btn svgs (fixes safari bug where svgs aren't showing up) diff --git a/.changeset/sharp-jobs-live.md b/.changeset/sharp-jobs-live.md deleted file mode 100644 index 0bc39ad6..00000000 --- a/.changeset/sharp-jobs-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Extend Elements/FlowElements generics to differentiate between Node and Edge data and custom events diff --git a/.changeset/tame-bobcats-battle.md b/.changeset/tame-bobcats-battle.md deleted file mode 100644 index bf972a07..00000000 --- a/.changeset/tame-bobcats-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Add Generic to isNode and isEdge helpers diff --git a/.changeset/twenty-needles-admire.md b/.changeset/twenty-needles-admire.md deleted file mode 100644 index f1646b02..00000000 --- a/.changeset/twenty-needles-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Set nodes' dragging prop on drag start and end (fixes grabbing hand not showing on mousedown / not disappearing on mouseup) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 234683b8..9233591f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,21 @@ # @vue-flow/core +## 1.1.4 + +### Patch Changes + +- [#353](https://github.com/bcakmakoglu/vue-flow/pull/353) [`8f95187`](https://github.com/bcakmakoglu/vue-flow/commit/8f95187a6c474aa299fde3dd3c80145483b1b238) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow undefined as custom theme var value + +- [#349](https://github.com/bcakmakoglu/vue-flow/pull/349) [`61d2b88`](https://github.com/bcakmakoglu/vue-flow/commit/61d2b88ebc9fcde7beb89a877f3bf975c00e22d5) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Node and Edge data and events to be definitely typed when passed as NodeProps or EdgeProps + +- [#352](https://github.com/bcakmakoglu/vue-flow/pull/352) [`bff576b`](https://github.com/bcakmakoglu/vue-flow/commit/bff576bc0494a34eedf6eafb03d84d074d372b79) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `overflow: visible` to control btn svgs (fixes safari bug where svgs aren't showing up) + +- [#349](https://github.com/bcakmakoglu/vue-flow/pull/349) [`61d2b88`](https://github.com/bcakmakoglu/vue-flow/commit/61d2b88ebc9fcde7beb89a877f3bf975c00e22d5) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Extend Elements/FlowElements generics to differentiate between Node and Edge data and custom events + +- [#349](https://github.com/bcakmakoglu/vue-flow/pull/349) [`61d2b88`](https://github.com/bcakmakoglu/vue-flow/commit/61d2b88ebc9fcde7beb89a877f3bf975c00e22d5) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add Generic to isNode and isEdge helpers + +- [#350](https://github.com/bcakmakoglu/vue-flow/pull/350) [`92a69a6`](https://github.com/bcakmakoglu/vue-flow/commit/92a69a617fc6ddbdc8c1eaeaa8ca040bbc67285e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set nodes' dragging prop on drag start and end (fixes grabbing hand not showing on mousedown / not disappearing on mouseup) + ## 1.1.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9193dd03..cc59c106 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.1.3", + "version": "1.1.4", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",