From 84930bafd1a11fcd901778f7c1e7441a296219bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:59:32 -0500 Subject: [PATCH] Version Packages (#292) Co-authored-by: github-actions[bot] --- .changeset/tall-students-sleep.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tall-students-sleep.md diff --git a/.changeset/tall-students-sleep.md b/.changeset/tall-students-sleep.md deleted file mode 100644 index 89c8477f2..000000000 --- a/.changeset/tall-students-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -fix: floating arrow shifting content diff --git a/CHANGELOG.md b/CHANGELOG.md index da5d81bc8..af9d3eb5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @huntabyte/primitives +## 0.15.1 + +### Patch Changes + +- fix: floating arrow shifting content ([#291](https://github.com/huntabyte/bits-ui/pull/291)) + ## 0.15.0 ### Minor Changes diff --git a/package.json b/package.json index a8a923fa3..2b2847093 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.15.0", + "version": "0.15.1", "license": "MIT", "repository": "github:huntabyte/bits-ui", "scripts": {