From 6971d3b75a549c21c23f019e5fd364916b45a7f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 22:11:30 -0500 Subject: [PATCH] Version Packages (next) (#1004) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + packages/bits-ui/CHANGELOG.md | 6 ++++++ packages/bits-ui/package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) 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",