chore: bump versions

This commit is contained in:
github-actions[bot]
2022-10-14 21:48:31 +00:00
committed by Braks
parent d2ed19eeba
commit e9a784a1aa
7 changed files with 15 additions and 26 deletions

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Add dragging class to nodes on `drag` instead of `dragStart`

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Pass edge styles to edge path element

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Fix edge texts not properly aligning to center

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Add missing dragging class to pane

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Elements not properly unselected when clicking node and edge afterwards

View File

@@ -1,5 +1,19 @@
# @vue-flow/core
## 1.1.2
### Patch Changes
- [#337](https://github.com/bcakmakoglu/vue-flow/pull/337) [`12d9f79`](https://github.com/bcakmakoglu/vue-flow/commit/12d9f79d1ba5ee3b2e6b45db54ee466156182f61) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add dragging class to nodes on `drag` instead of `dragStart`
- [#341](https://github.com/bcakmakoglu/vue-flow/pull/341) [`d2ed19e`](https://github.com/bcakmakoglu/vue-flow/commit/d2ed19eebad2a8d3ee40f55f3f1dc63037ef73bb) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Pass edge styles to edge path element
- [`949d19f`](https://github.com/bcakmakoglu/vue-flow/commit/949d19ff5d120f30ffbef35beb960ce6037082bb) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix edge texts not properly aligning to center
- [#333](https://github.com/bcakmakoglu/vue-flow/pull/333) [`8583e13`](https://github.com/bcakmakoglu/vue-flow/commit/8583e13db98fe32f23d91b1952cee91778fd434e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add missing dragging class to pane
- [#336](https://github.com/bcakmakoglu/vue-flow/pull/336) [`1aaac25`](https://github.com/bcakmakoglu/vue-flow/commit/1aaac25e76367602c9de9198ba1202b728267371) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Elements not properly unselected when clicking node and edge afterwards
## 1.1.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.1.1",
"version": "1.1.2",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",