Skip to content

Commit eee2099

Browse files
Version Packages
1 parent 534ca11 commit eee2099

File tree

10 files changed

+21
-30
lines changed

10 files changed

+21
-30
lines changed

.changeset/dry-pets-appear.md

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

.changeset/easy-suits-mate.md

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

.changeset/flush-banner.md

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

.changeset/four-carrots-divide.md

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

.changeset/strong-mangos-rest.md

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

examples/codesandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^18.3.11",
1818
"@types/react-dom": "^18.3.0",
1919
"@vitejs/plugin-react": "^4.3.3",
20-
"@primer/react": "38.3.0",
20+
"@primer/react": "38.4.0",
2121
"@primer/styled-react": "1.0.1",
2222
"styled-components": "5.x",
2323
"typescript": "^5.9.2",

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type-check": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@primer/react": "38.3.0",
13+
"@primer/react": "38.4.0",
1414
"@primer/styled-react": "1.0.1",
1515
"next": "^16.0.0",
1616
"react": "^19.2.0",

examples/theming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@primer/octicons-react": "^19.14.0",
14-
"@primer/react": "38.3.0",
14+
"@primer/react": "38.4.0",
1515
"@primer/styled-react": "1.0.1",
1616
"clsx": "^2.1.1",
1717
"next": "^16.0.0",

packages/react/CHANGELOG.md

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

3+
## 38.4.0
4+
5+
### Minor Changes
6+
7+
- [#7258](https://github.com/primer/react/pull/7258) [`8e66a2c`](https://github.com/primer/react/commit/8e66a2ca9fb711530c1392c8dcdc3faa6623b902) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Make MappedActionListItem a forwardRef component
8+
9+
- [#7250](https://github.com/primer/react/pull/7250) [`a193d30`](https://github.com/primer/react/commit/a193d30cad6e308e2f0cc29ebdcc926ee057f0fb) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Banner: Add `flush` prop for use within confined spaces, such as dialogs, tables, cards, or boxes where available space is limited.
10+
11+
- [#7047](https://github.com/primer/react/pull/7047) [`c07dd71`](https://github.com/primer/react/commit/c07dd71e990323a1c73ec99c44752df43d153090) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Remove the feature flag for `primer_react_segmented_control_tooltip` and GA tooltip by default behavior.
12+
- Ensure that when `disabled` is applied, the tooltip is still triggered.
13+
14+
### Patch Changes
15+
16+
- [#7230](https://github.com/primer/react/pull/7230) [`534ca11`](https://github.com/primer/react/commit/534ca119a2552bb71684c64d2e7481cf426023b6) Thanks [@mperrotti](https://github.com/mperrotti)! - Replaces 'aria-live' usage and removes internal LiveRegion component
17+
18+
- [#7241](https://github.com/primer/react/pull/7241) [`181f12e`](https://github.com/primer/react/commit/181f12e1244ea1f33559976ff16e32a1777e877d) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(LabelGroup): add role and aria-label to hidden items overlay
19+
320
## 38.3.0
421

522
### Minor Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@primer/react",
33
"type": "module",
4-
"version": "38.3.0",
4+
"version": "38.4.0",
55
"description": "An implementation of GitHub's Primer Design System using React",
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",

0 commit comments

Comments
 (0)