From e85739803b364f026391df4e395aec37f8199d3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 May 2024 16:14:13 +0000 Subject: [PATCH] chore: bump versions --- .changeset/lovely-buttons-tickle.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/lovely-buttons-tickle.md diff --git a/.changeset/lovely-buttons-tickle.md b/.changeset/lovely-buttons-tickle.md deleted file mode 100644 index cb158782..00000000 --- a/.changeset/lovely-buttons-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Allow wheel events to bubble up to the user if the event is not caught and used by the viewport diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index abe5572d..87507965 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.33.7 + +### Patch Changes + +- [#1378](https://github.com/bcakmakoglu/vue-flow/pull/1378) [`58d1a36`](https://github.com/bcakmakoglu/vue-flow/commit/58d1a36d3a14a69b22518e4863ba47bad35d66fb) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow wheel events to bubble up to the user if the event is not caught and used by the viewport + ## 1.33.6 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 17b0ecec..3d2ced0c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.33.6", + "version": "1.33.7", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",