chore: bump versions

This commit is contained in:
github-actions[bot]
2022-11-14 19:11:10 +00:00
committed by Braks
parent d82cb674c6
commit 64b3cb9722
8 changed files with 20 additions and 23 deletions

View File

@@ -1,6 +0,0 @@
---
'@vue-flow/additional-components': patch
'@vue-flow/core': patch
---
Update deps

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Fix improper if clause when checking for selection key code as bool

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
When Connection Mode is `Loose`, use all handles as possible source handles for connection lines

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Add missing `connectionExists` utility export

View File

@@ -1,5 +1,11 @@
# @vue-flow/additional-components
## 1.2.4
### Patch Changes
- [#425](https://github.com/bcakmakoglu/vue-flow/pull/425) [`da0a294`](https://github.com/bcakmakoglu/vue-flow/commit/da0a294aa47b091cd846168594d3a01bde057315) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Update deps
## 1.2.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vue-flow/additional-components",
"version": "1.2.3",
"version": "1.2.4",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",

View File

@@ -1,5 +1,17 @@
# @vue-flow/core
## 1.4.1
### Patch Changes
- [#425](https://github.com/bcakmakoglu/vue-flow/pull/425) [`da0a294`](https://github.com/bcakmakoglu/vue-flow/commit/da0a294aa47b091cd846168594d3a01bde057315) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Update deps
- [#434](https://github.com/bcakmakoglu/vue-flow/pull/434) [`b24b9ef`](https://github.com/bcakmakoglu/vue-flow/commit/b24b9efe1118b9d3151550257620b4b2c5088fca) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix improper if clause when checking for selection key code as bool
- [#429](https://github.com/bcakmakoglu/vue-flow/pull/429) [`1fc60bf`](https://github.com/bcakmakoglu/vue-flow/commit/1fc60bf1bb700ce4c7321d85b7421c41b235ab2b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - When Connection Mode is `Loose`, use all handles as possible source handles for connection lines
- [#433](https://github.com/bcakmakoglu/vue-flow/pull/433) [`d82cb67`](https://github.com/bcakmakoglu/vue-flow/commit/d82cb674c6ae7be453ac6c145a2478a2efa2cedb) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add missing `connectionExists` utility export
## 1.4.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.4.0",
"version": "1.4.1",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",