chore: next release

This commit is contained in:
github-actions[bot]
2022-12-18 22:11:54 +00:00
committed by Braks
parent e99a289c3c
commit 88701d2cf0
4 changed files with 9 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Remove immediate watch of VueFlow props and set prop values via state initalizer

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Only trigger store watcher immediate when elements were set, otherwise wait for changes in store to overwrite model-value

View File

@@ -1,5 +1,13 @@
# @vue-flow/core
## 1.7.1
### Patch Changes
- [#545](https://github.com/bcakmakoglu/vue-flow/pull/545) [`54c93b9`](https://github.com/bcakmakoglu/vue-flow/commit/54c93b92792b0bf543380dec2a7198b843d99fab) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove immediate watch of VueFlow props and set prop values via state initalizer
- [#545](https://github.com/bcakmakoglu/vue-flow/pull/545) [`54c93b9`](https://github.com/bcakmakoglu/vue-flow/commit/54c93b92792b0bf543380dec2a7198b843d99fab) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Only trigger store watcher immediate when elements were set, otherwise wait for changes in store to overwrite model-value
## 1.7.0
### Minor Changes

View File

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