diff --git a/.changeset/giant-bobcats-deliver.md b/.changeset/giant-bobcats-deliver.md deleted file mode 100644 index ada0448a3f7..00000000000 --- a/.changeset/giant-bobcats-deliver.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': patch ---- - -Update ActionList to place `id` on item with an ARIA role - - diff --git a/.changeset/happy-rivers-attend.md b/.changeset/happy-rivers-attend.md deleted file mode 100644 index 82def6ab5a5..00000000000 --- a/.changeset/happy-rivers-attend.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": minor ---- - -Updates link styles to support underline link preferences. - - diff --git a/.changeset/purple-panthers-accept.md b/.changeset/purple-panthers-accept.md deleted file mode 100644 index 11443b511e1..00000000000 --- a/.changeset/purple-panthers-accept.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': patch ---- - -Button: Allow leadingIcon, trailingIcon, trailingAction to be overridable with sx - - diff --git a/.changeset/wise-boxes-peel.md b/.changeset/wise-boxes-peel.md deleted file mode 100644 index 406b91a61d1..00000000000 --- a/.changeset/wise-boxes-peel.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": patch ---- - -Revert "Add aria-selected value to ActionList.Item." - - diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6c6628367..67cb3b84169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # @primer/components +## 35.32.0 + +### Minor Changes + +- [#3720](https://github.com/primer/react/pull/3720) [`521b02f4`](https://github.com/primer/react/commit/521b02f4fa1fcba6375f3642e0cf1a9b01a4bda7) Thanks [@mperrotti](https://github.com/mperrotti)! - Updates link styles to support underline link preferences. + + + +### Patch Changes + +- [#3691](https://github.com/primer/react/pull/3691) [`f4648b19`](https://github.com/primer/react/commit/f4648b19d664ba07d4a921bcafadd26f151093bd) Thanks [@joshblack](https://github.com/joshblack)! - Update ActionList to place `id` on item with an ARIA role + + + +- [#3683](https://github.com/primer/react/pull/3683) [`a84a1498`](https://github.com/primer/react/commit/a84a149826f658ddca715c4948d5a5002a648e4e) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Button: Allow leadingIcon, trailingIcon, trailingAction to be overridable with sx + + + +- [#3784](https://github.com/primer/react/pull/3784) [`6f4fe7d2`](https://github.com/primer/react/commit/6f4fe7d2a91786569f2f1492168268c58eca2b53) Thanks [@radglob](https://github.com/radglob)! - Revert "Add aria-selected value to ActionList.Item." + + + ## 35.31.0 ### Minor Changes diff --git a/package.json b/package.json index 009eda6ced5..411c9c94ede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.31.0", + "version": "35.32.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",