chore: next release

This commit is contained in:
github-actions[bot]
2022-12-18 19:15:53 +01:00
committed by Braks
parent 530f286cb4
commit e603d42e89
5 changed files with 13 additions and 16 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Make `sourceHandle` and `targetHandle` optional properties for `Connection` type
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Move watcher timing to `pre` and sync immediately
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': minor
---
Add `getNodesInitialized` getter to store
+12
View File
@@ -1,5 +1,17 @@
# @vue-flow/core
## 1.7.0
### Minor Changes
- [#539](https://github.com/bcakmakoglu/vue-flow/pull/539) [`85d5a64d`](https://github.com/bcakmakoglu/vue-flow/commit/85d5a64d519207fe3044bd68947b2edb014f288a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `getNodesInitialized` getter to store
### Patch Changes
- [#539](https://github.com/bcakmakoglu/vue-flow/pull/539) [`85d5a64d`](https://github.com/bcakmakoglu/vue-flow/commit/85d5a64d519207fe3044bd68947b2edb014f288a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Make `sourceHandle` and `targetHandle` optional properties for `Connection` type
- [#542](https://github.com/bcakmakoglu/vue-flow/pull/542) [`530f286c`](https://github.com/bcakmakoglu/vue-flow/commit/530f286cb42c09cd2bc5156527fb3e9fa56878cb) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Move watcher timing to `pre` and sync immediately
## 1.6.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.6.4",
"version": "1.7.0",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",