diff --git a/.changeset/chilly-crabs-fold.md b/.changeset/chilly-crabs-fold.md deleted file mode 100644 index f3cc49fb3..000000000 --- a/.changeset/chilly-crabs-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -chore: simplify internals diff --git a/.changeset/some-baboons-trade.md b/.changeset/some-baboons-trade.md deleted file mode 100644 index 5e02b4bd6..000000000 --- a/.changeset/some-baboons-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -fix(DateField): fallback to infer hour cycle from locale diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 4fd5a7427..9832ab02c 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # bits-ui +## 2.14.1 + +### Patch Changes + +- chore: simplify internals ([#1853](https://github.com/huntabyte/bits-ui/pull/1853)) + +- fix(DateField): fallback to infer hour cycle from locale ([#1859](https://github.com/huntabyte/bits-ui/pull/1859)) + ## 2.14.0 ### Minor Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 1feb07ab1..e4cd368b9 100644 --- a/packages/bits-ui/package.json +++ b/packages/bits-ui/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "2.14.0", + "version": "2.14.1", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",