From 47e0ce9bc1a62dc4d618324a0139ee8c5afdc156 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 13:39:55 -0400 Subject: [PATCH] Version Packages (#548) Co-authored-by: github-actions[bot] --- .changeset/fresh-islands-cover.md | 5 ----- .changeset/thick-turkeys-grab.md | 5 ----- packages/bits-ui/CHANGELOG.md | 8 ++++++++ packages/bits-ui/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fresh-islands-cover.md delete mode 100644 .changeset/thick-turkeys-grab.md diff --git a/.changeset/fresh-islands-cover.md b/.changeset/fresh-islands-cover.md deleted file mode 100644 index 392bb0d6b..000000000 --- a/.changeset/fresh-islands-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -fix: Updated `ComboboxLabelProps` to use `HTMLLabelAttributes` diff --git a/.changeset/thick-turkeys-grab.md b/.changeset/thick-turkeys-grab.md deleted file mode 100644 index b765c95dc..000000000 --- a/.changeset/thick-turkeys-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -fix: ContentProps type diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index e8b4e8a31..c45d17448 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # bits-ui +## 0.21.8 + +### Patch Changes + +- fix: Updated `ComboboxLabelProps` to use `HTMLLabelAttributes` ([#544](https://github.com/huntabyte/bits-ui/pull/544)) + +- fix: ContentProps type ([#545](https://github.com/huntabyte/bits-ui/pull/545)) + ## 0.21.7 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index fc3930463..d3aa18165 100644 --- a/packages/bits-ui/package.json +++ b/packages/bits-ui/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.21.7", + "version": "0.21.8", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",