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>",