diff --git a/.changeset/pre.json b/.changeset/pre.json index 78862eddc..f8ce631a7 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -44,6 +44,7 @@ "strong-walls-glow", "tame-ads-heal", "thick-ligers-wonder", + "two-pugs-tease", "weak-ducks-brush", "yellow-dodos-design" ] diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 370cbeb68..4428565a5 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.30 + +### Patch Changes + +- export REGEXP helpers from pin input ([#821](https://github.com/huntabyte/bits-ui/pull/821)) + ## 1.0.0-next.29 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 2d678d3f8..66264ebe3 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.29", + "version": "1.0.0-next.30", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",