chore: next release

This commit is contained in:
github-actions[bot]
2022-12-14 16:15:19 +01:00
committed by Braks
parent 262bc42b9c
commit 9a0e975f0e
4 changed files with 9 additions and 11 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Fix store watcher not being triggered when `addNodes` or `addEdges` is called
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Remove forced update on resize observer trigger of updateNodeDimensions
+8
View File
@@ -1,5 +1,13 @@
# @vue-flow/core
## 1.6.2
### Patch Changes
- [#529](https://github.com/bcakmakoglu/vue-flow/pull/529) [`92fe1022`](https://github.com/bcakmakoglu/vue-flow/commit/92fe10224e432cf4c3bad6d3fd86af36ff4ee1b9) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix store watcher not being triggered when `addNodes` or `addEdges` is called
- [#530](https://github.com/bcakmakoglu/vue-flow/pull/530) [`262bc42b`](https://github.com/bcakmakoglu/vue-flow/commit/262bc42b9c7f26b6748eed30a5a6c67d72e1a6b6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove forced update on resize observer trigger of updateNodeDimensions
## 1.6.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.6.1",
"version": "1.6.2",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",