diff --git a/.changeset/tall-rivers-destroy.md b/.changeset/tall-rivers-destroy.md deleted file mode 100644 index db69df523..000000000 --- a/.changeset/tall-rivers-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -Menu Radio Group: fixed equality issue in change function condition diff --git a/CHANGELOG.md b/CHANGELOG.md index 57107461d..e7c0511ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @huntabyte/primitives +## 0.18.6 + +### Patch Changes + +- Menu Radio Group: fixed equality issue in change function condition ([#362](https://github.com/huntabyte/bits-ui/pull/362)) + ## 0.18.5 ### Patch Changes diff --git a/package.json b/package.json index 90b01feb7..cd3fb38c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.18.5", + "version": "0.18.6", "license": "MIT", "repository": "github:huntabyte/bits-ui", "scripts": {