diff --git a/.changeset/pre.json b/.changeset/pre.json index a8d4a04f..0ccd7f98 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -7,6 +7,7 @@ "tests": "0.0.0" }, "changesets": [ + "big-fishes-double", "blue-guests-jump", "brown-pillows-hear", "calm-snails-refuse", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 5b1d2bf9..9c6d02af 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.35 + +### Patch Changes + +- fix: pin input pattern checking ([#848](https://github.com/huntabyte/bits-ui/pull/848)) + ## 1.0.0-next.34 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 5c086bb0..47bf56f8 100644 --- a/packages/bits-ui/package.json +++ b/packages/bits-ui/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "1.0.0-next.34", + "version": "1.0.0-next.35", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",