diff --git a/.changeset/ten-schools-provide.md b/.changeset/ten-schools-provide.md deleted file mode 100644 index f6fefca80655..000000000000 --- a/.changeset/ten-schools-provide.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': patch ---- - -SelectPanel anchors should have aria-haspopup="dialog" - - diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da5d69a9830..4575bdf28400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/components +## 35.32.2 + +### Patch Changes + +- [#3636](https://github.com/primer/react/pull/3636) [`c1e340b9`](https://github.com/primer/react/commit/c1e340b9127d6d397396cbf3ab71e29b2f3b6318) Thanks [@electron97](https://github.com/electron97)! - SelectPanel anchors should have aria-haspopup="dialog" + + + ## 35.32.1 ### Patch Changes diff --git a/package.json b/package.json index a5b31ef203a0..a0e88ee8873f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.32.1", + "version": "35.32.2", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",