diff --git a/.changeset/cool-rivers-attack.md b/.changeset/cool-rivers-attack.md deleted file mode 100644 index 8c5b89004..000000000 --- a/.changeset/cool-rivers-attack.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"bits-ui": patch ---- - -- Improve types -- Fix bug with `Menubar` props -- Add `Arrow` components for the floating Bits -- Fix `asChild` bug affecting multiple Bits diff --git a/CHANGELOG.md b/CHANGELOG.md index cfb643b89..95efad429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @huntabyte/primitives +## 0.0.25 + +### Patch Changes + +- 855a961: - Improve types + - Fix bug with `Menubar` props + - Add `Arrow` components for the floating Bits + - Fix `asChild` bug affecting multiple Bits + ## 0.0.24 ### Patch Changes diff --git a/package.json b/package.json index 0f26c0e91..fb2218795 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.0.24", + "version": "0.0.25", "license": "MIT", "scripts": { "dev": "vite dev",