From a8feaaa7ee4f98b2803b49eea026bf8885987e60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 25 Jan 2024 07:52:51 +0000 Subject: [PATCH] chore: bump versions --- .changeset/brown-garlics-sin.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/brown-garlics-sin.md diff --git a/.changeset/brown-garlics-sin.md b/.changeset/brown-garlics-sin.md deleted file mode 100644 index 4033ccb8f..000000000 --- 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 7d551ee43..ea5aedae2 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 50b4773bf..4a139d8a5 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>",