chore: bump versions

This commit is contained in:
github-actions[bot]
2023-07-23 08:08:55 +00:00
committed by Braks
parent db4c2da9a5
commit be8a83dab0
5 changed files with 11 additions and 16 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Use correct handle position as source x,y position of connection lines

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Abort fit view when there are no nodes to fit around

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Correct source handle type to be possibly null when passing as prop to custom connection line components

View File

@@ -1,5 +1,15 @@
# @vue-flow/core
## 1.21.3
### Patch Changes
- [#1033](https://github.com/bcakmakoglu/vue-flow/pull/1033) [`8585dd53`](https://github.com/bcakmakoglu/vue-flow/commit/8585dd535f370fdaf0ef60d7035031242f34645f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use correct handle position as source x,y position of connection lines
- [#1041](https://github.com/bcakmakoglu/vue-flow/pull/1041) [`373a345c`](https://github.com/bcakmakoglu/vue-flow/commit/373a345cd3000fa28ac80e00b9e60c139cfa1f8d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Abort fit view when there are no nodes to fit around
- [#1033](https://github.com/bcakmakoglu/vue-flow/pull/1033) [`8585dd53`](https://github.com/bcakmakoglu/vue-flow/commit/8585dd535f370fdaf0ef60d7035031242f34645f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Correct source handle type to be possibly null when passing as prop to custom connection line components
## 1.21.2
### Patch Changes

View File

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