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..d43046f2d 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 0.21.8 + +### Patch Changes + +- 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",