diff --git a/.changeset/healthy-mangos-hang.md b/.changeset/healthy-mangos-hang.md deleted file mode 100644 index 35b1df0e0..000000000 --- a/.changeset/healthy-mangos-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -fix(Date Pickers): expose `portal` prop diff --git a/.changeset/plenty-pears-add.md b/.changeset/plenty-pears-add.md deleted file mode 100644 index 3e60ace1a..000000000 --- a/.changeset/plenty-pears-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -fix(Pagination): call `onPageChange` _after_ setting the `page` diff --git a/.changeset/unlucky-lemons-pump.md b/.changeset/unlucky-lemons-pump.md deleted file mode 100644 index ae3a69cf1..000000000 --- a/.changeset/unlucky-lemons-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -fix(Date Range Picker): expose missing props diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 14aa1b077..fb4ae88f0 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,15 @@ # bits-ui +## 0.21.14 + +### Patch Changes + +- fix(Date Pickers): expose `portal` prop ([#652](https://github.com/huntabyte/bits-ui/pull/652)) + +- fix(Pagination): call `onPageChange` _after_ setting the `page` ([#657](https://github.com/huntabyte/bits-ui/pull/657)) + +- fix(Date Range Picker): expose missing props ([#651](https://github.com/huntabyte/bits-ui/pull/651)) + ## 0.21.13 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 5b1545651..252000da6 100644 --- a/packages/bits-ui/package.json +++ b/packages/bits-ui/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.21.13", + "version": "0.21.14", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",