chore: bump versions (#1778)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-03-09 10:10:25 +01:00
committed by Braks
parent 2ba98efef0
commit d3b0eb9135
7 changed files with 16 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/node-toolbar": patch
---
Set default value for `isVisible` to `undefined`

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Prevent removal of handle bounds when `<Handle>` is unmounted.

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Prevent pane click event when connection is in progress.

View File

@@ -1,5 +1,13 @@
# @vue-flow/core
## 1.42.2
### Patch Changes
- [#1781](https://github.com/bcakmakoglu/vue-flow/pull/1781) [`a14d16d`](https://github.com/bcakmakoglu/vue-flow/commit/a14d16d9d0df1f24a18ce2c4f7ca42b7802cf640) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent removal of handle bounds when `<Handle>` is unmounted.
- [#1776](https://github.com/bcakmakoglu/vue-flow/pull/1776) [`41bed0c`](https://github.com/bcakmakoglu/vue-flow/commit/41bed0cb674cba1b3f22c5e4c4e9c1d0c03a5c61) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent pane click event when connection is in progress.
## 1.42.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @vue-flow/node-toolbar
## 1.1.1
### Patch Changes
- [#1785](https://github.com/bcakmakoglu/vue-flow/pull/1785) [`0179b98`](https://github.com/bcakmakoglu/vue-flow/commit/0179b982cc7a74d4aa99b4a5c1ba815e0cd4db28) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set default value for `isVisible` to `undefined`
## 1.1.0
### Minor Changes

View File

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