From 263b28f917dcb5707d76cdb57e6cbb55dda13a79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 23:55:12 -0500 Subject: [PATCH] Version Packages (#265) Co-authored-by: github-actions[bot] --- .changeset/light-news-happen.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/light-news-happen.md 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": {