chore: bump versions

This commit is contained in:
github-actions[bot]
2022-11-04 22:00:58 +01:00
committed by Braks
parent fcffd49221
commit 0dc1eb686d
5 changed files with 11 additions and 16 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Always set handle ids (using auto-generated id if none is passed)
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
skip connectable for handles unrelated to connected edges
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Use all handles, regardless of type, when ConnectionMode is `Loose`
+10
View File
@@ -1,5 +1,15 @@
# @vue-flow/core
## 1.2.2
### Patch Changes
- [#388](https://github.com/bcakmakoglu/vue-flow/pull/388) [`76ad5838`](https://github.com/bcakmakoglu/vue-flow/commit/76ad5838d9cd09df39ebe35e0983605b3443d8d6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Always set handle ids (using auto-generated id if none is passed)
- [#388](https://github.com/bcakmakoglu/vue-flow/pull/388) [`ffe65636`](https://github.com/bcakmakoglu/vue-flow/commit/ffe65636189b3ff681e629cd6d3933f52be2a04c) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - skip connectable for handles unrelated to connected edges
- [#392](https://github.com/bcakmakoglu/vue-flow/pull/392) [`fcffd492`](https://github.com/bcakmakoglu/vue-flow/commit/fcffd49221a77b0df88183caa4513f9c00bbb660) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use all handles, regardless of type, when ConnectionMode is `Loose`
## 1.2.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.2.1",
"version": "1.2.2",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",