Skip to content

Commit 2de0f34

Browse files
Version Packages
1 parent 8b376b9 commit 2de0f34

File tree

6 files changed

+16
-22
lines changed

6 files changed

+16
-22
lines changed

.changeset/actionmenu2-aria-labelledby.md

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

.changeset/actionmenu2-use-button2-as-anchor.md

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

.changeset/composable-dropdownmenu.md

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

.changeset/stale-badgers-search.md

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

CHANGELOG.md

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

3+
## 34.3.0
4+
5+
### Minor Changes
6+
7+
- [#1797](https://github.com/primer/react/pull/1797) [`8b376b9d`](https://github.com/primer/react/commit/8b376b9d3c894eaa1a77edbdd3d168d3afa7b66d) Thanks [@mperrotti](https://github.com/mperrotti)! - Introduces a draft for component to replace the existing Label component
8+
9+
### Patch Changes
10+
11+
- [#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.
12+
ActionMenu v2: Add aria-labelledby for ActionList
13+
14+
* [#1779](https://github.com/primer/react/pull/1779) [`2630800d`](https://github.com/primer/react/commit/2630800d7905b1004d40481ab4f25517bcc34f5a) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionMenu v2: ActionMenu.Button now uses Button v2
15+
16+
- [#1735](https://github.com/primer/react/pull/1735) [`8ff114b1`](https://github.com/primer/react/commit/8ff114b1347047f9a518d7d361da455a59573f3b) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Add composable `DropdownMenu` to `@primer/components/drafts`
17+
318
## 34.2.0
419

520
### 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.2.0",
3+
"version": "34.3.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)