diff --git a/.changeset/clean-berries-wait.md b/.changeset/clean-berries-wait.md deleted file mode 100644 index 555fa7af..00000000 --- a/.changeset/clean-berries-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Prevent flickering of graph by hiding transformation pane until next frame diff --git a/.changeset/metal-parrots-allow.md b/.changeset/metal-parrots-allow.md deleted file mode 100644 index fe838d39..00000000 --- a/.changeset/metal-parrots-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Reset node and edge state before the rest of the state when calling `$reset` to avoid throwing error diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ff3ad9de..910d1c3c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.17.6 + +### Patch Changes + +- [#833](https://github.com/bcakmakoglu/vue-flow/pull/833) [`02125c1`](https://github.com/bcakmakoglu/vue-flow/commit/02125c17441c7fe8e07a3b7490d591443eb17c19) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent flickering of graph by hiding transformation pane until next frame + +- [#835](https://github.com/bcakmakoglu/vue-flow/pull/835) [`58d75b0`](https://github.com/bcakmakoglu/vue-flow/commit/58d75b09f8fa303706ad03ed7cb60a6f4df5565c) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Reset node and edge state before the rest of the state when calling `$reset` to avoid throwing error + ## 1.17.5 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index efb1b247..5bfc939e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.17.5", + "version": "1.17.6", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",