Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #196

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brave-schools-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-dryers-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-cobras-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-dancers-allow.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-beans-return.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @huntabyte/primitives

## 0.10.0

### Minor Changes

- remove `arrowSize` prop from menu Root components in favor of passing it as a prop to the Arrow components ([#184](https://github.com/huntabyte/bits-ui/pull/184))

- New component: Date Range Picker ([#184](https://github.com/huntabyte/bits-ui/pull/184))

- feat: Calendar ([#184](https://github.com/huntabyte/bits-ui/pull/184))

- Breaking change: separate floating `positioning` props into individual props and move them to content components ([#184](https://github.com/huntabyte/bits-ui/pull/184))

- New components: Range Calendar, Date Field, Date Range Field ([#184](https://github.com/huntabyte/bits-ui/pull/184))

## 0.10.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bits-ui",
"version": "0.10.0-next.0",
"version": "0.10.0",
"license": "MIT",
"repository": "github:huntabyte/bits-ui",
"scripts": {
Expand Down