chore: bump versions (#1664)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-11-01 19:47:24 +01:00
committed by Braks
parent ecd21ceebb
commit 367f8947f2
9 changed files with 20 additions and 27 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Reorder pane class names to allow dragging cursor when selection mode is permanently enabled

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Set `isPressed` to `true` if permanent keypress is enabled

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Allow pan on drag when selectionKeyCode is `true` but panOnDrag key is not left mouse btn

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/background": patch
---
Start patterns at 0,0

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Use all handle bounds when using loose connection mode during edge update

View File

@@ -1,5 +1,11 @@
# @vue-flow/background
## 1.3.1
### Patch Changes
- [#1666](https://github.com/bcakmakoglu/vue-flow/pull/1666) [`a48659a`](https://github.com/bcakmakoglu/vue-flow/commit/a48659a9215ca037221e09fccab85ea04b1a50d6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Start patterns at 0,0
## 1.3.0
### Minor Changes

View File

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

View File

@@ -1,5 +1,17 @@
# @vue-flow/core
## 1.41.3
### Patch Changes
- [#1662](https://github.com/bcakmakoglu/vue-flow/pull/1662) [`a41bd7b`](https://github.com/bcakmakoglu/vue-flow/commit/a41bd7b8218a47061824f2f4a5a2a7758e62561a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Reorder pane class names to allow dragging cursor when selection mode is permanently enabled
- [#1667](https://github.com/bcakmakoglu/vue-flow/pull/1667) [`e51f08c`](https://github.com/bcakmakoglu/vue-flow/commit/e51f08cb51ee1bf442b70b88ce74f54db86ad4a7) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set `isPressed` to `true` if permanent keypress is enabled
- [#1662](https://github.com/bcakmakoglu/vue-flow/pull/1662) [`a41bd7b`](https://github.com/bcakmakoglu/vue-flow/commit/a41bd7b8218a47061824f2f4a5a2a7758e62561a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow pan on drag when selectionKeyCode is `true` but panOnDrag key is not left mouse btn
- [#1665](https://github.com/bcakmakoglu/vue-flow/pull/1665) [`a6ec480`](https://github.com/bcakmakoglu/vue-flow/commit/a6ec4800f3256ce6d7d5d88212ac780634cb4f09) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use all handle bounds when using loose connection mode during edge update
## 1.41.2
### Patch Changes

View File

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