diff --git a/.changeset/brown-garlics-sin.md b/.changeset/brown-garlics-sin.md deleted file mode 100644 index 4033ccb8..00000000 --- a/.changeset/brown-garlics-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Check if `event.key` or `event.code` exists before trying to match keyfilter against keys diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7d551ee4..ea5aedae 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.29.2 + +### Patch Changes + +- [#1257](https://github.com/bcakmakoglu/vue-flow/pull/1257) [`31817d3`](https://github.com/bcakmakoglu/vue-flow/commit/31817d342dd57257eedd789c69c72cab47d683a9) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Check if `event.key` or `event.code` exists before trying to match keyfilter against keys + ## 1.29.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 50b4773b..4a139d8a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.29.1", + "version": "1.29.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",