diff --git a/.changeset/fifty-stingrays-flash.md b/.changeset/fifty-stingrays-flash.md deleted file mode 100644 index 7cfa936fc..000000000 --- a/.changeset/fifty-stingrays-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -fix: toolbar onValueChange firing diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 9d7fdf917..b2d3ba14c 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 0.21.3 + +### Patch Changes + +- fix: toolbar onValueChange firing ([#448](https://github.com/huntabyte/bits-ui/pull/448)) + ## 0.21.2 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 3b7d5cae7..50aa18ebe 100644 --- a/packages/bits-ui/package.json +++ b/packages/bits-ui/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.21.2", + "version": "0.21.3", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",