chore: bump versions

This commit is contained in:
github-actions[bot]
2022-10-13 21:30:43 +00:00
committed by Braks
parent 483001d3f0
commit b7697de736
5 changed files with 13 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Prevent `mouseup` handler from resetting `startHandle` before connections can be made when using `connectOnClick`

View File

@@ -1,6 +0,0 @@
---
'@vue-flow/core': patch
---
Passing `single` option breaks `connectable` check when no handle ids are set
- Pass `connectable` to correct handle prop in default node types

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Add `dragging` class name to pane on drag

View File

@@ -1,5 +1,17 @@
# @vue-flow/core
## 1.1.1
### Patch Changes
- [#328](https://github.com/bcakmakoglu/vue-flow/pull/328) [`1e5a77d6`](https://github.com/bcakmakoglu/vue-flow/commit/1e5a77d608c79c7701f97a81690fa5babc7c2514) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent `mouseup` handler from resetting `startHandle` before connections can be made when using `connectOnClick`
- [#328](https://github.com/bcakmakoglu/vue-flow/pull/328) [`18a812db`](https://github.com/bcakmakoglu/vue-flow/commit/18a812db6445941ff626921a311f2f2aefd84968) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Passing `single` option breaks `connectable` check when no handle ids are set
- Pass `connectable` to correct handle prop in default node types
- [#328](https://github.com/bcakmakoglu/vue-flow/pull/328) [`a415353b`](https://github.com/bcakmakoglu/vue-flow/commit/a415353ba5fe3bb29b33704baf5d83b869e508f1) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `dragging` class name to pane on drag
## 1.1.0
### Minor Changes

View File

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