diff --git a/.changeset/pre.json b/.changeset/pre.json index f1364ee98..f71e73b58 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -38,6 +38,7 @@ "green-drinks-sell", "green-hounds-cheer", "green-pumpkins-provide", + "grumpy-clouds-remember", "healthy-jeans-dream", "healthy-ligers-sell", "heavy-boats-drive", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 5d2fc9a2d..cc1515bfc 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.72 + +### Minor Changes + +- feat: `Checkbox.Group` and `Checkbox.GroupLabel` components ([#1003](https://github.com/huntabyte/bits-ui/pull/1003)) + ## 1.0.0-next.71 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index fb845941a..7d613f285 100644 --- a/packages/bits-ui/package.json +++ b/packages/bits-ui/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "1.0.0-next.71", + "version": "1.0.0-next.72", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",