chore: bump versions

This commit is contained in:
github-actions[bot]
2023-03-06 16:16:35 +00:00
committed by Braks
parent fcd73ec9f5
commit af03954275
4 changed files with 9 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Check if handle is connectable before trying to validate

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Blur node element after unselecting

View File

@@ -1,5 +1,13 @@
# @vue-flow/core
## 1.15.5
### Patch Changes
- [#734](https://github.com/bcakmakoglu/vue-flow/pull/734) [`123ad512`](https://github.com/bcakmakoglu/vue-flow/commit/123ad5126a480e11735ff58d8f039385243a127f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Check if handle is connectable before trying to validate
- [#737](https://github.com/bcakmakoglu/vue-flow/pull/737) [`f2b3cd87`](https://github.com/bcakmakoglu/vue-flow/commit/f2b3cd874a4c3e3494e093afd2a5ca34c756864a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Blur node element after unselecting
## 1.15.4
### Patch Changes

View File

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