diff --git a/.changeset/chilled-cougars-shout.md b/.changeset/chilled-cougars-shout.md deleted file mode 100644 index 56f3dc8..0000000 --- a/.changeset/chilled-cougars-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/behaviors": patch ---- - -When zoomed in, an overlay floating element should anchor itself properly instead of getting the top part cut off in the process diff --git a/CHANGELOG.md b/CHANGELOG.md index 140447c..5597009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/behaviors +## 1.5.1 + +### Patch Changes + +- [#245](https://github.com/primer/behaviors/pull/245) [`caf30c4`](https://github.com/primer/behaviors/commit/caf30c4c8d3f66deb1b5c6b0ea139412973a6b49) Thanks [@pksjce](https://github.com/pksjce)! - When zoomed in, an overlay floating element should anchor itself properly instead of getting the top part cut off in the process + ## 1.5.0 ### Minor Changes diff --git a/package.json b/package.json index 77236de..5869782 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/behaviors", - "version": "1.5.0", + "version": "1.5.1", "description": "Shared behaviors for JavaScript components", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",