From 92f902d7a6668f2a6800de8fec61ba22f848d8a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 22:11:57 -0400 Subject: [PATCH] Version Packages (next) (#805) 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 a7a54e72c..98ee6223f 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -37,6 +37,7 @@ "shy-knives-destroy", "slimy-mails-argue", "soft-comics-sort", + "strong-walls-glow", "tame-ads-heal", "thick-ligers-wonder", "weak-ducks-brush", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index fb36cbecc..fcfb55ad6 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.25 + +### Patch Changes + +- fix: Scroll Area scrollbar positioning issue after scroll then hide ([#804](https://github.com/huntabyte/bits-ui/pull/804)) + ## 1.0.0-next.24 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 4a52c7ea8..ae58341ad 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.24", + "version": "1.0.0-next.25", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",