From 0779e855dbfe5564254efeca74531cf76e89d20c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 24 Jun 2021 19:52:45 +0000 Subject: [PATCH] Version Packages --- .changeset/funny-birds-allow.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/funny-birds-allow.md diff --git a/.changeset/funny-birds-allow.md b/.changeset/funny-birds-allow.md deleted file mode 100644 index edc31f10fed..00000000000 --- a/.changeset/funny-birds-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Focus zones will now update active-descendant on `mousemove` over focusable elements. ActionList has been updated to handle direct (key press) vs indirect (`mousemove`, DOM change, etc.) changes to active-descendant, and will use a distinct background color for the directly activated items. diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b10ed00be..f440d643c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/components +## 28.2.6 + +### Patch Changes + +- [#1308](https://github.com/primer/components/pull/1308) [`a8f3ca6d`](https://github.com/primer/components/commit/a8f3ca6dbff5c2619e067ad5118fcb784f8525bc) Thanks [@dgreif](https://github.com/dgreif)! - Focus zones will now update active-descendant on `mousemove` over focusable elements. ActionList has been updated to handle direct (key press) vs indirect (`mousemove`, DOM change, etc.) changes to active-descendant, and will use a distinct background color for the directly activated items. + ## 28.2.5 ### Patch Changes diff --git a/package.json b/package.json index 6aa720e72bf..c46625a767a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/components", - "version": "28.2.5", + "version": "28.2.6", "description": "Primer react components", "main": "lib/index.js", "module": "lib-esm/index.js",