Skip to content

Commit 059a860

Browse files
Version Packages
1 parent 1148a71 commit 059a860

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/good-grapes-collect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @primer/components
22

3+
## 28.2.4
4+
5+
### Patch Changes
6+
7+
- [`1148a718`](https://github.com/primer/components/commit/1148a718aa1db92fb90d15efc150aa4c0c2ef018) [#1293](https://github.com/primer/components/pull/1293) Thanks [@smockle](https://github.com/smockle)! - Restore "fix: Don’t focus first 'Item' of 'DropdownMenu' and 'SelectMenu' on open" by deferring the removal of a temporary `tabIndex` until focus moves within the container.
8+
39
## 28.2.3
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/components",
3-
"version": "28.2.3",
3+
"version": "28.2.4",
44
"description": "Primer react components",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)