Skip to content

Commit d3b0eb9

Browse files
github-actions[bot]bcakmakoglu
authored andcommitted
chore: bump versions (#1778)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2ba98ef commit d3b0eb9

7 files changed

+16
-17
lines changed

.changeset/olive-fishes-fetch.md

-5
This file was deleted.

.changeset/plenty-rocks-impress.md

-5
This file was deleted.

.changeset/shaggy-penguins-invite.md

-5
This file was deleted.

packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @vue-flow/core
22

3+
## 1.42.2
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- [#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.
10+
311
## 1.42.1
412

513
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/core",
3-
"version": "1.42.1",
3+
"version": "1.42.2",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

packages/node-toolbar/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue-flow/node-toolbar
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
39
## 1.1.0
410

511
### Minor Changes

packages/node-toolbar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/node-toolbar",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

0 commit comments

Comments
 (0)