chore: next release

This commit is contained in:
github-actions[bot]
2022-12-30 01:11:49 +01:00
committed by Braks
parent 715b9fed6d
commit 16d9bb138b
4 changed files with 17 additions and 19 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Fix props being undefined on first render of custom node and edge components
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Remove `nodes` property from `ConnectionLineProps` - use `getNodes` inside the component instead ⚠️
+8
View File
@@ -1,5 +1,13 @@
# @vue-flow/core # @vue-flow/core
## 1.9.4
### Patch Changes
- [#574](https://github.com/bcakmakoglu/vue-flow/pull/574) [`1160d3d`](https://github.com/bcakmakoglu/vue-flow/commit/1160d3d2fbbae1988c7d72c56a1adcab4b1a53dd) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix props being undefined on first render of custom node and edge components
- [#574](https://github.com/bcakmakoglu/vue-flow/pull/574) [`1160d3d`](https://github.com/bcakmakoglu/vue-flow/commit/1160d3d2fbbae1988c7d72c56a1adcab4b1a53dd) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove `nodes` property from `ConnectionLineProps` - use `getNodes` inside the component instead ⚠️
## 1.9.3 ## 1.9.3
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@vue-flow/core", "name": "@vue-flow/core",
"version": "1.9.3", "version": "1.9.4",
"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>",