chore: next release

This commit is contained in:
github-actions[bot]
2022-12-14 13:45:54 +01:00
committed by Braks
parent eae8160326
commit f2eb883b26
5 changed files with 11 additions and 16 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Add `initialized` prop to `GraphNode`
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Fix Handle component adding duplicate handlebounds when node is not properly initialized
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Remove console log
+10
View File
@@ -1,5 +1,15 @@
# @vue-flow/core
## 1.6.1
### Patch Changes
- [#525](https://github.com/bcakmakoglu/vue-flow/pull/525) [`eae81603`](https://github.com/bcakmakoglu/vue-flow/commit/eae8160326bb7a67672503fccd0400333dbf2048) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `initialized` prop to `GraphNode`
- [#525](https://github.com/bcakmakoglu/vue-flow/pull/525) [`eae81603`](https://github.com/bcakmakoglu/vue-flow/commit/eae8160326bb7a67672503fccd0400333dbf2048) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix Handle component adding duplicate handlebounds when node is not properly initialized
- [#526](https://github.com/bcakmakoglu/vue-flow/pull/526) [`00a9795a`](https://github.com/bcakmakoglu/vue-flow/commit/00a9795a41ec15ce0cc342be53c912a9473ea65b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove console log
## 1.6.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.6.0",
"version": "1.6.1",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",