From 9f5c8313dfe94b09094df8711dd4b6ba6e380806 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 21 May 2021 17:03:52 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/lucky-ducks-camp.md | 5 ----- .changeset/nine-boxes-change.md | 5 ----- .changeset/odd-melons-rush.md | 5 ----- .changeset/orange-berries-protect.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/lucky-ducks-camp.md delete mode 100644 .changeset/nine-boxes-change.md delete mode 100644 .changeset/odd-melons-rush.md delete mode 100644 .changeset/orange-berries-protect.md diff --git a/.changeset/lucky-ducks-camp.md b/.changeset/lucky-ducks-camp.md deleted file mode 100644 index 4072bfd4510..00000000000 --- a/.changeset/lucky-ducks-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Use `Item` `index` as fallback key within `List` groups diff --git a/.changeset/nine-boxes-change.md b/.changeset/nine-boxes-change.md deleted file mode 100644 index 4499b0755df..00000000000 --- a/.changeset/nine-boxes-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Allow focus to move to an input outside an overlay on mousedown diff --git a/.changeset/odd-melons-rush.md b/.changeset/odd-melons-rush.md deleted file mode 100644 index c308f71ec12..00000000000 --- a/.changeset/odd-melons-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Use `active-descendant` to control focus in `SelectPanel` diff --git a/.changeset/orange-berries-protect.md b/.changeset/orange-berries-protect.md deleted file mode 100644 index ea198d2ca20..00000000000 --- a/.changeset/orange-berries-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Add background styles for focused action list items, instead of using default `outline` diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a6018b763..56714e0467e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/components +## 28.1.1 + +### Patch Changes + +- [`ff177c88`](https://github.com/primer/components/commit/ff177c88200f2ebb8c27a8e41aeb869a8eddf95b) [#1242](https://github.com/primer/components/pull/1242) Thanks [@dgreif](https://github.com/dgreif)! - Use `Item` `index` as fallback key within `List` groups + +* [`fb2fa6c2`](https://github.com/primer/components/commit/fb2fa6c2f40be51f4f7201b93e004bb7d2257110) [#1244](https://github.com/primer/components/pull/1244) Thanks [@dgreif](https://github.com/dgreif)! - Allow focus to move to an input outside an overlay on mousedown + +- [`1519742f`](https://github.com/primer/components/commit/1519742fcffcad9d14c972bc8c1fdd8e575c956e) [#1243](https://github.com/primer/components/pull/1243) Thanks [@dgreif](https://github.com/dgreif)! - Use `active-descendant` to control focus in `SelectPanel` + +* [`c1991318`](https://github.com/primer/components/commit/c1991318aa7ee5d021f458db26cd2597279cc4ba) [#1158](https://github.com/primer/components/pull/1158) Thanks [@dgreif](https://github.com/dgreif)! - Add background styles for focused action list items, instead of using default `outline` + ## 28.1.0 ### Minor Changes diff --git a/package.json b/package.json index 9595664803b..534fd7c0719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/components", - "version": "28.1.0", + "version": "28.1.1", "description": "Primer react components", "main": "lib/index.js", "module": "lib-esm/index.js", From 384dd9a673945dd927816a8fad1b2758f094b112 Mon Sep 17 00:00:00 2001 From: Van Anderson Date: Fri, 21 May 2021 12:37:44 -0500 Subject: [PATCH 2/2] Empty commit to trigger CI