diff --git a/.changeset/pre.json b/.changeset/pre.json index 5588b7632..7c0f49774 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -16,6 +16,7 @@ "brown-pillows-hear", "calm-snails-refuse", "chatty-mayflies-invite", + "chatty-plums-judge", "chilly-icons-juggle", "clean-wombats-argue", "clever-singers-wait", @@ -40,6 +41,7 @@ "gentle-scissors-vanish", "gold-paws-juggle", "good-icons-learn", + "gorgeous-rice-draw", "green-drinks-sell", "green-hounds-cheer", "green-pumpkins-provide", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 639265fdb..cefb1550c 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # bits-ui +## 1.0.0-next.83 + +### Patch Changes + +- fix: Pin Input paste behavior ([#1085](https://github.com/huntabyte/bits-ui/pull/1085)) + +- fix: Select/Combo scroll ([#1083](https://github.com/huntabyte/bits-ui/pull/1083)) + ## 1.0.0-next.82 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index f3fccc056..6240f61c4 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.82", + "version": "1.0.0-next.83", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",