diff --git a/.changeset/tall-cameras-ask.md b/.changeset/tall-cameras-ask.md deleted file mode 100644 index e1511d93e..000000000 --- a/.changeset/tall-cameras-ask.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -fix(AlertDialog): pass `disabled` through to button in `AlertDialog.Cancel` diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index b8e215912..3c4e977c4 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 2.18.2 + +### Patch Changes + +- fix(AlertDialog): pass `disabled` through to button in `AlertDialog.Cancel` ([#2068](https://github.com/huntabyte/bits-ui/pull/2068)) + ## 2.18.1 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 744308aef..563bb3c69 100644 --- a/packages/bits-ui/package.json +++ b/packages/bits-ui/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "2.18.1", + "version": "2.18.2", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",