Skip to content

Commit 7e8cdf5

Browse files
Version Packages (#3794)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1fcfc47 commit 7e8cdf5

File tree

9 files changed

+31
-46
lines changed

9 files changed

+31
-46
lines changed

.changeset/dry-zoos-love.md

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

.changeset/giant-bobcats-deliver.md

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

.changeset/happy-moles-judge.md

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

.changeset/happy-rivers-attend.md

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

.changeset/metal-comics-wash.md

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

.changeset/purple-panthers-accept.md

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

.changeset/wise-boxes-peel.md

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

CHANGELOG.md

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

3+
## 35.32.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
9+
<!-- Changed components: ActionList, BranchName, Breadcrumbs, Button, Button2, Heading, Link -->
10+
11+
- [#3813](https://github.com/primer/react/pull/3813) [`1fcfc478`](https://github.com/primer/react/commit/1fcfc47885c5c152264d7402e243700f7d02ec31) Thanks [@joshblack](https://github.com/joshblack)! - Add support for a `ref` on the inner <button> in ToggleSwitch
12+
13+
### Patch Changes
14+
15+
- [#3815](https://github.com/primer/react/pull/3815) [`794a477c`](https://github.com/primer/react/commit/794a477c9065f37c5ab789e99cddaee010e6af4c) Thanks [@pksjce](https://github.com/pksjce)! - Update hover styles for ActionList item
16+
17+
- [#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
18+
19+
<!-- Changed components: ActionList -->
20+
21+
- [#3809](https://github.com/primer/react/pull/3809) [`6b18eaec`](https://github.com/primer/react/commit/6b18eaecbd99f81f92b2dd654b771c85b53f365b) Thanks [@gr2m](https://github.com/gr2m)! - export `SelectPanel` from `@primer/react/drafts`
22+
23+
<!-- Changed components: _none_ -->
24+
25+
- [#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
26+
27+
<!-- Changed components: Button -->
28+
29+
- [#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."
30+
31+
<!-- Changed components: ActionList -->
32+
333
## 35.31.0
434

535
### 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": "35.31.0",
3+
"version": "35.32.0",
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)