diff --git a/.changeset/actionmenu2-aria-labelledby.md b/.changeset/actionmenu2-aria-labelledby.md deleted file mode 100644 index e9f3e282dd6..00000000000 --- a/.changeset/actionmenu2-aria-labelledby.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@primer/react': patch ---- - -AnchoredOverlay: Add support for passing an id to the anchor. Remove unnecessary aria-labelledby on anchor. -ActionMenu v2: Add aria-labelledby for ActionList diff --git a/CHANGELOG.md b/CHANGELOG.md index f62c2e2289e..1d44fc012ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @primer/components +## 34.2.1 + +### Patch Changes + +- [#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. + ActionMenu v2: Add aria-labelledby for ActionList + ## 34.2.0 ### Minor Changes diff --git a/package.json b/package.json index 6344aed4232..946c1fd211f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "34.2.0", + "version": "34.2.1", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",