From 0370d257f680381c526e584e12423ff9c1241edb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 21:55:10 -0500 Subject: [PATCH] Version Packages (next) (#195) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 8 +++++++- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) 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": {