diff --git a/.changeset/weak-dingos-help.md b/.changeset/weak-dingos-help.md deleted file mode 100644 index 05cf0c49c..000000000 --- a/.changeset/weak-dingos-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -fix: compatibility with `exactOptionalPropertyTypes` diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 739dec7b2..14aa1b077 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 0.21.13 + +### Patch Changes + +- fix: compatibility with `exactOptionalPropertyTypes` ([#621](https://github.com/huntabyte/bits-ui/pull/621)) + ## 0.21.12 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 217f54283..5b1545651 100644 --- a/packages/bits-ui/package.json +++ b/packages/bits-ui/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.21.12", + "version": "0.21.13", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",