diff --git a/.changeset/dirty-shirts-join.md b/.changeset/dirty-shirts-join.md deleted file mode 100644 index 9c242bcb0..000000000 --- a/.changeset/dirty-shirts-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -fix: touched input default value diff --git a/.changeset/rare-actors-shout.md b/.changeset/rare-actors-shout.md deleted file mode 100644 index 1779eb8ba..000000000 --- a/.changeset/rare-actors-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": minor ---- - -feat: Combobox `touchedInput` diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db5a1f6c..bc0db22ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @huntabyte/primitives +## 0.21.0 + +### Minor Changes + +- feat: Combobox `touchedInput` ([#417](https://github.com/huntabyte/bits-ui/pull/417)) + +### Patch Changes + +- fix: touched input default value ([#419](https://github.com/huntabyte/bits-ui/pull/419)) + ## 0.20.1 ### Patch Changes diff --git a/package.json b/package.json index 1ea17cc13..06fe02730 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.20.1", + "version": "0.21.0", "license": "MIT", "repository": "github:huntabyte/bits-ui", "scripts": {