chore: bump versions

This commit is contained in:
github-actions[bot]
2022-10-18 18:48:43 +02:00
committed by Braks
parent 3b1475cd24
commit 0caf8f2290
8 changed files with 17 additions and 31 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Allow undefined as custom theme var value
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Node and Edge data and events to be definitely typed when passed as NodeProps or EdgeProps
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Add `overflow: visible` to control btn svgs (fixes safari bug where svgs aren't showing up)
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Extend Elements/FlowElements generics to differentiate between Node and Edge data and custom events
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Add Generic to isNode and isEdge helpers
-5
View File
@@ -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)
+16
View File
@@ -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
+1 -1
View File
@@ -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>",