From eb4d3691864dc1152f8615573f69321b1e82940e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:35:12 -0400 Subject: [PATCH] Version Packages (#722) Co-authored-by: github-actions[bot] --- .changeset/purple-grapes-compare.md | 5 ----- packages/bits-ui/CHANGELOG.md | 6 ++++++ packages/bits-ui/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/purple-grapes-compare.md diff --git a/.changeset/purple-grapes-compare.md b/.changeset/purple-grapes-compare.md deleted file mode 100644 index a2c397ff2..000000000 --- a/.changeset/purple-grapes-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -fix: Changed svelte event handlers in favor of CustomEventHandler diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 7d4baa18b..e13e22db1 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 0.21.16 + +### Patch Changes + +- fix: Changed svelte event handlers in favor of CustomEventHandler ([#536](https://github.com/huntabyte/bits-ui/pull/536)) + ## 0.21.15 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 797d554b9..0639df509 100644 --- a/packages/bits-ui/package.json +++ b/packages/bits-ui/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.21.15", + "version": "0.21.16", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",