diff --git a/.changeset/rotten-spoons-carry.md b/.changeset/rotten-spoons-carry.md deleted file mode 100644 index d1dc285c9..000000000 --- a/.changeset/rotten-spoons-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -chore: Replaced all self-closing non-void elements diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 1acf8bf1d..100ef9aeb 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 0.21.5 + +### Patch Changes + +- chore: Replaced all self-closing non-void elements ([#518](https://github.com/huntabyte/bits-ui/pull/518)) + ## 0.21.4 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 0ee8ace8a..a9554098f 100644 --- a/packages/bits-ui/package.json +++ b/packages/bits-ui/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.21.4", + "version": "0.21.5", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",