Skip to content

Commit 951fe57

Browse files
Version Packages
1 parent ec8a2ca commit 951fe57

File tree

5 files changed

+13
-18
lines changed

5 files changed

+13
-18
lines changed

.changeset/fifty-coins-enjoy.md

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

.changeset/five-otters-dance.md

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

.changeset/selfish-beans-cheat.md

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

CHANGELOG.md

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

3+
## 36.2.1
4+
5+
### Patch Changes
6+
7+
- [#3897](https://github.com/primer/react/pull/3897) [`6b0c118b`](https://github.com/primer/react/commit/6b0c118b34e97c558991ebdc17a13350296245a8) Thanks [@mperrotti](https://github.com/mperrotti)! - When passing an `id` prop to ActionMenu.Button, it will be passed as the rendered button element's `id` attribute instead of being set as an automatically generated ID.
8+
9+
<!-- Changed components: ActionMenu -->
10+
11+
- [#3960](https://github.com/primer/react/pull/3960) [`ec8a2cad`](https://github.com/primer/react/commit/ec8a2cadda01a3a3463380b911922b9c28e4e241) Thanks [@pksjce](https://github.com/pksjce)! - Update to @primer/behaviors v1.5.1
12+
13+
- [#3946](https://github.com/primer/react/pull/3946) [`e08432d5`](https://github.com/primer/react/commit/e08432d54dd45a5e793719509dc78657570dde0b) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Link: Add `inline` prop to tag links inside a text block, underlined with accessibility setting `[data-a11y-link-underlines]`
14+
315
## 36.2.0
416

517
### 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": "36.2.0",
3+
"version": "36.2.1",
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)