diff --git a/.changeset/gentle-deers-brush.md b/.changeset/gentle-deers-brush.md deleted file mode 100644 index aeb0ec1f..00000000 --- a/.changeset/gentle-deers-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fix watcher not triggered when passing an empty array diff --git a/.changeset/green-llamas-punch.md b/.changeset/green-llamas-punch.md deleted file mode 100644 index 0e579762..00000000 --- a/.changeset/green-llamas-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fix node resizer resizing not updating handle bounds diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 19177e53..c82b7082 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 28ab405a..130a7a29 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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>",