chore: next release

This commit is contained in:
github-actions[bot]
2022-12-15 14:39:25 +00:00
committed by Braks
parent 4ec39fb09a
commit f34fddc3e5
4 changed files with 9 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Fix watcher not triggered when passing an empty array

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Fix node resizer resizing not updating handle bounds

View File

@@ -1,5 +1,13 @@
# @vue-flow/core
## 1.6.4
### Patch Changes
- [#536](https://github.com/bcakmakoglu/vue-flow/pull/536) [`fc231bec`](https://github.com/bcakmakoglu/vue-flow/commit/fc231bec1e703277ff17403daab7380ed690a744) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix watcher not triggered when passing an empty array
- [#537](https://github.com/bcakmakoglu/vue-flow/pull/537) [`4ec39fb0`](https://github.com/bcakmakoglu/vue-flow/commit/4ec39fb09ae5ad31a53067ccd2e56d69c04e8293) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix node resizer resizing not updating handle bounds
## 1.6.3
### Patch Changes

View File

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