chore: bump versions

This commit is contained in:
github-actions[bot]
2023-04-02 20:52:57 +02:00
committed by Braks
parent 603aa69ec2
commit 1ba8183b00
4 changed files with 9 additions and 11 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Prevent flickering of graph by hiding transformation pane until next frame
-5
View File
@@ -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
+8
View File
@@ -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
+1 -1
View File
@@ -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>",