Skip to content

Commit 4ecc88d

Browse files
Version Packages
1 parent 2630800 commit 4ecc88d

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

.changeset/actionmenu2-aria-labelledby.md

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

.changeset/actionmenu2-use-button2-as-anchor.md

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

CHANGELOG.md

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

3+
## 34.2.1
4+
5+
### Patch Changes
6+
7+
- [#1759](https://github.com/primer/react/pull/1759) [`493c6ea1`](https://github.com/primer/react/commit/493c6ea1e92382fd3bbbfb002b2127fafbd7bc6f) Thanks [@siddharthkp](https://github.com/siddharthkp)! - AnchoredOverlay: Add support for passing an id to the anchor. Remove unnecessary aria-labelledby on anchor.
8+
ActionMenu v2: Add aria-labelledby for ActionList
9+
10+
* [#1779](https://github.com/primer/react/pull/1779) [`2630800d`](https://github.com/primer/react/commit/2630800d7905b1004d40481ab4f25517bcc34f5a) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionMenu v2: ActionMenu.Button now uses Button v2
11+
312
## 34.2.0
413

514
### Minor 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/react",
3-
"version": "34.2.0",
3+
"version": "34.2.1",
44
"description": "An implementation of GitHub's Primer Design System using React",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)