From d3b0eb91357fa1630f75e359f48cc9a60c83845f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 10:10:25 +0100 Subject: [PATCH] chore: bump versions (#1778) Co-authored-by: github-actions[bot] --- .changeset/olive-fishes-fetch.md | 5 ----- .changeset/plenty-rocks-impress.md | 5 ----- .changeset/shaggy-penguins-invite.md | 5 ----- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/node-toolbar/CHANGELOG.md | 6 ++++++ packages/node-toolbar/package.json | 2 +- 7 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 .changeset/olive-fishes-fetch.md delete mode 100644 .changeset/plenty-rocks-impress.md delete mode 100644 .changeset/shaggy-penguins-invite.md diff --git a/.changeset/olive-fishes-fetch.md b/.changeset/olive-fishes-fetch.md deleted file mode 100644 index 9ac92471..00000000 --- a/.changeset/olive-fishes-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/node-toolbar": patch ---- - -Set default value for `isVisible` to `undefined` diff --git a/.changeset/plenty-rocks-impress.md b/.changeset/plenty-rocks-impress.md deleted file mode 100644 index bc8313e9..00000000 --- a/.changeset/plenty-rocks-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Prevent removal of handle bounds when `` is unmounted. diff --git a/.changeset/shaggy-penguins-invite.md b/.changeset/shaggy-penguins-invite.md deleted file mode 100644 index bfc28607..00000000 --- a/.changeset/shaggy-penguins-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Prevent pane click event when connection is in progress. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0664b3b9..a705cc32 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 `` 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 diff --git a/packages/core/package.json b/packages/core/package.json index 22253ca3..47442de5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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>", diff --git a/packages/node-toolbar/CHANGELOG.md b/packages/node-toolbar/CHANGELOG.md index acefc9e4..fd22c055 100644 --- a/packages/node-toolbar/CHANGELOG.md +++ b/packages/node-toolbar/CHANGELOG.md @@ -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 diff --git a/packages/node-toolbar/package.json b/packages/node-toolbar/package.json index 00efd895..c2680404 100644 --- a/packages/node-toolbar/package.json +++ b/packages/node-toolbar/package.json @@ -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>",