diff --git a/.changeset/long-lizards-pump.md b/.changeset/long-lizards-pump.md deleted file mode 100644 index 902b536..0000000 --- a/.changeset/long-lizards-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/behaviors': minor ---- - -Ensure focusZone() clears all potential active descendants diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f9d599..c6deb3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/behaviors +## 1.8.0 + +### Minor Changes + +- [#462](https://github.com/primer/behaviors/pull/462) [`62dc90a`](https://github.com/primer/behaviors/commit/62dc90a6464e5d17e955271e9f3b3709982b1643) Thanks [@camertron](https://github.com/camertron)! - Ensure focusZone() clears all potential active descendants + ## 1.7.2 ### Patch Changes diff --git a/package.json b/package.json index 3707e3e..c302243 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/behaviors", - "version": "1.7.2", + "version": "1.8.0", "description": "Shared behaviors for JavaScript components", "type": "commonjs", "main": "dist/cjs/index.js",