Skip to content

Commit 12f2313

Browse files
Version Packages
1 parent d143c95 commit 12f2313

10 files changed

+23
-41
lines changed

.changeset/actionmenu2-aria-expanded.md

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

.changeset/breezy-coats-play.md

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

.changeset/cool-parrots-double.md

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

.changeset/gold-fireants-switch.md

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

.changeset/silver-sloths-return.md

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

.changeset/stupid-bikes-look.md

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

.changeset/twenty-needles-sit.md

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

.changeset/two-peas-exercise.md

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

CHANGELOG.md

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

3+
## 34.2.0
4+
5+
### Minor Changes
6+
7+
- [#1736](https://github.com/primer/react/pull/1736) [`82961d44`](https://github.com/primer/react/commit/82961d441b2108243a8798990f896969fe245457) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds a component for a native select input
8+
9+
* [#1657](https://github.com/primer/react/pull/1657) [`d143c956`](https://github.com/primer/react/commit/d143c956cd867fe7858670dd58ce69ec652a4c4d) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds ChoiceFieldset component
10+
11+
### Patch Changes
12+
13+
- [#1758](https://github.com/primer/react/pull/1758) [`b604403c`](https://github.com/primer/react/commit/b604403c709a7c766d69001bc080957d88a0ed7b) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionMenu v2: Add aria-expanded to the ActionMenu.Button
14+
15+
* [#1770](https://github.com/primer/react/pull/1770) [`39a3bc29`](https://github.com/primer/react/commit/39a3bc29d1362c382027f8749e171fc2b7caa0da) Thanks [@PeterYangIO](https://github.com/PeterYangIO)! - Adds aria-hidden="true" to InputLabel required asterisk
16+
17+
- [#1781](https://github.com/primer/react/pull/1781) [`064828d2`](https://github.com/primer/react/commit/064828d27584bf098ec370881319a26420eb40e7) Thanks [@rezrah](https://github.com/rezrah)! - restores color prop functionality to StyledOcticon
18+
19+
* [#1772](https://github.com/primer/react/pull/1772) [`52947c44`](https://github.com/primer/react/commit/52947c4446a334180362bd927c4d54b028e036ba) Thanks [@pksjce](https://github.com/pksjce)! - Export SelectPanel from the package
20+
21+
- [#1757](https://github.com/primer/react/pull/1757) [`6e44d786`](https://github.com/primer/react/commit/6e44d7869c1eba7f5ba9d6bfaaf61b78be721bfd) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList v2 Divider: Make divider aria-hidden
22+
23+
* [#1751](https://github.com/primer/react/pull/1751) [`03584e09`](https://github.com/primer/react/commit/03584e09830956bbd4cd721c26566e29966a7cef) Thanks [@talune](https://github.com/talune)! - Fix AvatarStack opacity for children without sx prop
24+
325
## 34.1.0
426

527
### 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.1.0",
3+
"version": "34.2.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)