chore: next release

This commit is contained in:
github-actions[bot]
2022-12-12 21:38:25 +01:00
committed by Braks
parent 440186d2a1
commit d02f738318
7 changed files with 16 additions and 17 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Add missing `dragging` prop to `GraphNode` type
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/additional-components': patch
---
Add missing `dragging` and `selected` props to minimap node slots
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Remove console log from watcher
@@ -1,5 +1,11 @@
# @vue-flow/additional-components # @vue-flow/additional-components
## 1.3.3
### Patch Changes
- [#517](https://github.com/bcakmakoglu/vue-flow/pull/517) [`854db502`](https://github.com/bcakmakoglu/vue-flow/commit/854db50282f916faffb0a47f6023a3b522f5f2bd) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add missing `dragging` and `selected` props to minimap node slots
## 1.3.2 ## 1.3.2
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@vue-flow/additional-components", "name": "@vue-flow/additional-components",
"version": "1.3.2", "version": "1.3.3",
"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>",
+8
View File
@@ -1,5 +1,13 @@
# @vue-flow/core # @vue-flow/core
## 1.5.11
### Patch Changes
- [#517](https://github.com/bcakmakoglu/vue-flow/pull/517) [`440186d2`](https://github.com/bcakmakoglu/vue-flow/commit/440186d2a1a3fa32c0345941682877bc138e5a39) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add missing `dragging` prop to `GraphNode` type
- [#515](https://github.com/bcakmakoglu/vue-flow/pull/515) [`639245b1`](https://github.com/bcakmakoglu/vue-flow/commit/639245b1e2466fb2fe86deaa6d4bfb73378314d8) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove console log from watcher
## 1.5.10 ## 1.5.10
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@vue-flow/core", "name": "@vue-flow/core",
"version": "1.5.10", "version": "1.5.11",
"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>",