diff --git a/.changeset/light-news-happen.md b/.changeset/light-news-happen.md deleted file mode 100644 index ae31afb63..000000000 --- a/.changeset/light-news-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -fix: bug with tooltip arrow causing it to increase offset on each toggle diff --git a/CHANGELOG.md b/CHANGELOG.md index c532842bf..36aac9b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @huntabyte/primitives +## 0.13.5 + +### Patch Changes + +- fix: bug with tooltip arrow causing it to increase offset on each toggle ([#264](https://github.com/huntabyte/bits-ui/pull/264)) + ## 0.13.4 ### Patch Changes diff --git a/package.json b/package.json index 86532e413..7f90cad97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.13.4", + "version": "0.13.5", "license": "MIT", "repository": "github:huntabyte/bits-ui", "scripts": {