diff --git a/.changeset/brave-schools-burn.md b/.changeset/brave-schools-burn.md deleted file mode 100644 index 5cbec1fa4..000000000 --- a/.changeset/brave-schools-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": minor ---- - -remove `arrowSize` prop from menu Root components in favor of passing it as a prop to the Arrow components diff --git a/.changeset/fresh-dryers-sneeze.md b/.changeset/fresh-dryers-sneeze.md deleted file mode 100644 index 21b706108..000000000 --- a/.changeset/fresh-dryers-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": minor ---- - -New component: Date Range Picker diff --git a/.changeset/mighty-cobras-care.md b/.changeset/mighty-cobras-care.md deleted file mode 100644 index 5f298c597..000000000 --- a/.changeset/mighty-cobras-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": minor ---- - -feat: Calendar diff --git a/.changeset/old-dancers-allow.md b/.changeset/old-dancers-allow.md deleted file mode 100644 index 9363cc888..000000000 --- a/.changeset/old-dancers-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": minor ---- - -Breaking change: separate floating `positioning` props into individual props and move them to content components diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index a64044694..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "mode": "exit", - "tag": "next", - "initialVersions": { - "bits-ui": "0.9.9" - }, - "changesets": [ - "brave-schools-burn", - "fresh-dryers-sneeze", - "mighty-cobras-care", - "old-dancers-allow", - "spotty-beans-return" - ] -} diff --git a/.changeset/spotty-beans-return.md b/.changeset/spotty-beans-return.md deleted file mode 100644 index 9bacfced9..000000000 --- a/.changeset/spotty-beans-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": minor ---- - -New components: Range Calendar, Date Field, Date Range Field diff --git a/CHANGELOG.md b/CHANGELOG.md index d6df7fc8e..46ae75330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 99dc2e9ef..d53b9017f 100644 --- a/package.json +++ b/package.json @@ -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": {