diff --git a/.changeset/pre.json b/.changeset/pre.json index 527276529..ae25238dd 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,11 @@ "initialVersions": { "bits-ui": "0.9.9" }, - "changesets": [] + "changesets": [ + "brave-schools-burn", + "fresh-dryers-sneeze", + "mighty-cobras-care", + "old-dancers-allow", + "spotty-beans-return" + ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index fba13983c..d6df7fc8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @huntabyte/primitives +## 0.10.0-next.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.9.9 ### Patch Changes diff --git a/package.json b/package.json index ac26f0f00..99dc2e9ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.9.9", + "version": "0.10.0-next.0", "license": "MIT", "repository": "github:huntabyte/bits-ui", "scripts": {