Skip to content

Commit

Permalink
Version Packages (next) (#1029)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 31, 2024
1 parent 91913f4 commit 6916bd5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"cool-cats-compete",
"cool-readers-camp",
"curvy-buttons-check",
"dry-spiders-learn",
"early-mails-visit",
"early-points-study",
"early-trainers-swim",
Expand Down Expand Up @@ -84,11 +85,13 @@
"short-pianos-brake",
"shy-knives-destroy",
"silver-pianos-wink",
"six-dodos-visit",
"six-toys-sit",
"sixty-panthers-fetch",
"slimy-mails-argue",
"small-bananas-sneeze",
"soft-comics-sort",
"spotty-bottles-battle",
"stale-weeks-ring",
"strong-walls-glow",
"stupid-candles-do",
Expand Down
10 changes: 10 additions & 0 deletions packages/bits-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# bits-ui

## 1.0.0-next.76

### Patch Changes

- breaking: `Slider.Root` now requires a `type` prop to specify whether the slider should be a `"single"` or `"multiple"` slider, which determines whether the value and change function arguments should be of type `number` or `number[]` ([#1032](https://github.com/huntabyte/bits-ui/pull/1032))

- fix: `Popover` trigger close detection ([#1030](https://github.com/huntabyte/bits-ui/pull/1030))

- Dialog/Alert Dialog: change `Dialog.Close` and `AlertDialog.Cancel` events from `pointerdown` to `click` ([#1028](https://github.com/huntabyte/bits-ui/pull/1028))

## 1.0.0-next.75

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bits-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bits-ui",
"version": "1.0.0-next.75",
"version": "1.0.0-next.76",
"license": "MIT",
"repository": "github:huntabyte/bits-ui",
"funding": "https://github.com/sponsors/huntabyte",
Expand Down

0 comments on commit 6916bd5

Please sign in to comment.