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>",