chore: bump versions

This commit is contained in:
github-actions[bot]
2022-12-05 17:42:29 +00:00
committed by Braks
parent 9568794e36
commit db2c1fd650
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Fix untyped connection line, node and edge slots props by patching type definition after build

View File

@@ -1,5 +1,11 @@
# @vue-flow/core
## 1.5.3
### Patch Changes
- [#474](https://github.com/bcakmakoglu/vue-flow/pull/474) [`9568794`](https://github.com/bcakmakoglu/vue-flow/commit/9568794e36a7cc05169508a7d498510208f6a598) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix untyped connection line, node and edge slots props by patching type definition after build
## 1.5.2
### Patch Changes

View File

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