From 912601d10a4cbd63cb538b7f962c3ebced94dc63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:28:25 -0400 Subject: [PATCH] Version Packages (#449) Co-authored-by: github-actions[bot] --- .changeset/fifty-stingrays-flash.md | 5 ----- packages/bits-ui/CHANGELOG.md | 6 ++++++ packages/bits-ui/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fifty-stingrays-flash.md 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",