From 4a2598ff670d24c5651380bb984bfd6bba7fdd0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Mar 2023 09:12:34 +0000 Subject: [PATCH] chore: bump versions --- .changeset/chilled-bikes-relate.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chilled-bikes-relate.md diff --git a/.changeset/chilled-bikes-relate.md b/.changeset/chilled-bikes-relate.md deleted file mode 100644 index 3768d01a..00000000 --- a/.changeset/chilled-bikes-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Make wheel and touchstart event listeners passive to avoid warnings diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3861631f..09d24203 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.17.2 + +### Patch Changes + +- [#810](https://github.com/bcakmakoglu/vue-flow/pull/810) [`3c06fdfb`](https://github.com/bcakmakoglu/vue-flow/commit/3c06fdfbf92b491e1be87077250949b82f1fd534) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Make wheel and touchstart event listeners passive to avoid warnings + ## 1.17.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a48a37ad..e53562b8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.17.1", + "version": "1.17.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",