chore: next release

This commit is contained in:
github-actions[bot]
2022-12-18 23:24:10 +01:00
committed by Braks
parent e99a289c3c
commit 88701d2cf0
4 changed files with 9 additions and 11 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Remove immediate watch of VueFlow props and set prop values via state initalizer
-5
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
+8
View File
@@ -1,5 +1,13 @@
# @vue-flow/core # @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 ## 1.7.0
### Minor Changes ### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@vue-flow/core", "name": "@vue-flow/core",
"version": "1.7.0", "version": "1.7.1",
"private": false, "private": false,
"license": "MIT", "license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",