diff --git a/.changeset/selfish-eels-promise.md b/.changeset/selfish-eels-promise.md deleted file mode 100644 index 0cfc6ab22..000000000 --- a/.changeset/selfish-eels-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": minor ---- - -Expose `el` prop for all components to allow binding & interacting with the underlying element diff --git a/CHANGELOG.md b/CHANGELOG.md index f9388e039..d75f6c0fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @huntabyte/primitives +## 0.12.0 + +### Minor Changes + +- Expose `el` prop for all components to allow binding & interacting with the underlying element ([#244](https://github.com/huntabyte/bits-ui/pull/244)) + ## 0.11.8 ### Patch Changes diff --git a/package.json b/package.json index 2356bde80..37460209a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.11.8", + "version": "0.12.0", "license": "MIT", "repository": "github:huntabyte/bits-ui", "scripts": {