From 23224aa5e99e08ea2e69f40ec48baae3ad0b7541 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 22:20:32 +0000 Subject: [PATCH] chore(master): release 0.8.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61fce8d9..f847fe29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.8.3](https://github.com/orefalo/svelte-splitpanes/compare/v0.8.2...v0.8.3) (2024-06-15) + + +### Bug Fixes + +* events are now passive by default, remove preventDefaults() in the code ([1bc9045](https://github.com/orefalo/svelte-splitpanes/commit/1bc90455c558e40b174c2270d19ea0e4636d912e)) + ## [0.8.2](https://github.com/orefalo/svelte-splitpanes/compare/v0.8.1...v0.8.2) (2024-06-10) diff --git a/package.json b/package.json index 9fa6459f..fc6d17a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-splitpanes", - "version": "0.8.2", + "version": "0.8.3", "private": false, "description": "A full featured resizable pane layout splitter, ported from vue-splitpanes and enhanced", "keywords": [