diff --git a/.changeset/lemon-terms-joke.md b/.changeset/lemon-terms-joke.md deleted file mode 100644 index 5a1affc5..00000000 --- a/.changeset/lemon-terms-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Prevent keypress events from being swallowed when a button element is focused. diff --git a/.changeset/thick-owls-double.md b/.changeset/thick-owls-double.md deleted file mode 100644 index a053ec96..00000000 --- a/.changeset/thick-owls-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/minimap": patch ---- - -Filter hidden nodes from minimap bounds diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 109bfe89..da617a28 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.42.5 + +### Patch Changes + +- [#1807](https://github.com/bcakmakoglu/vue-flow/pull/1807) [`60482cf`](https://github.com/bcakmakoglu/vue-flow/commit/60482cf983d9f674070a48bdfd0624fe6e28a110) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent keypress events from being swallowed when a button element is focused. + ## 1.42.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index f6b800f5..e2129ed7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.42.4", + "version": "1.42.5", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/minimap/CHANGELOG.md b/packages/minimap/CHANGELOG.md index bd4830e6..dc6fd1f5 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/minimap +## 1.5.3 + +### Patch Changes + +- [#1809](https://github.com/bcakmakoglu/vue-flow/pull/1809) [`b60c526`](https://github.com/bcakmakoglu/vue-flow/commit/b60c526c7f577663329e1d40e461b599dfaf0bd8) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Filter hidden nodes from minimap bounds + ## 1.5.2 ### Patch Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 0e387411..7dbcab9b 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/minimap", - "version": "1.5.2", + "version": "1.5.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",