From 6de27bc5f417f1453c174809821e04543aa5fea1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:47:21 -0400 Subject: [PATCH] Version Packages (next) (#776) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 3 +++ packages/bits-ui/CHANGELOG.md | 10 ++++++++++ packages/bits-ui/package.json | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index cd1679f38..937cc2886 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -9,9 +9,11 @@ "changesets": [ "clean-wombats-argue", "clever-suns-reflect", + "cool-readers-camp", "early-points-study", "famous-suits-wash", "gentle-scissors-vanish", + "green-pumpkins-provide", "healthy-jeans-dream", "healthy-ligers-sell", "lucky-chefs-learn", @@ -23,6 +25,7 @@ "pink-eyes-begin", "rare-islands-divide", "serious-shrimps-pump", + "shaggy-waves-prove", "sharp-berries-hide", "short-pianos-brake", "shy-knives-destroy", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 40920eacb..f42b2d731 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,15 @@ # bits-ui +## 1.0.0-next.19 + +### Patch Changes + +- fix: issues with body scroll lock not resetting on destroy with no transition time ([#775](https://github.com/huntabyte/bits-ui/pull/775)) + +- fix: bug with calendar months sometimes not rendering the first day of the month ([#777](https://github.com/huntabyte/bits-ui/pull/777)) + +- breaking: rename `onValueChangeEnd` to `onValueCommit` ([#774](https://github.com/huntabyte/bits-ui/pull/774)) + ## 1.0.0-next.18 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index cf2ad1900..253abf4a6 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.18", + "version": "1.0.0-next.19", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",