Skip to content

Commit e2518b3

Browse files
Version Packages
1 parent e554009 commit e2518b3

8 files changed

Lines changed: 16 additions & 20 deletions

File tree

.changeset/action-list-item-gap.md

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

.changeset/pageheader-parentlink-rest-props.md

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

.changeset/quick-ants-lead.md

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

examples/codesandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-dom": "^18.3.1"
1515
},
1616
"devDependencies": {
17-
"@primer/react": "38.28.0",
17+
"@primer/react": "38.29.0",
1818
"@primer/styled-react": "1.1.0",
1919
"@types/react": "^18.3.11",
2020
"@types/react-dom": "^18.3.0",

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.28.0",
13+
"@primer/react": "38.29.0",
1414
"@primer/styled-react": "1.1.0",
1515
"next": "^16.1.7",
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.21.0",
14-
"@primer/react": "38.28.0",
14+
"@primer/react": "38.29.0",
1515
"@primer/styled-react": "1.1.0",
1616
"clsx": "^2.1.1",
1717
"next": "^16.1.7",

packages/react/CHANGELOG.md

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

3+
## 38.29.0
4+
5+
### Minor Changes
6+
7+
- [#7867](https://github.com/primer/react/pull/7867) [`4ec4248`](https://github.com/primer/react/commit/4ec4248b9c1ae662b761385110f1fd7ad7480a2f) Thanks [@llastflowers](https://github.com/llastflowers)! - Add data-component attributes and associated tests for ActionMenu, AnchoredOverlay, Autocomplete, and NavList
8+
9+
### Patch Changes
10+
11+
- [#7976](https://github.com/primer/react/pull/7976) [`1fac927`](https://github.com/primer/react/commit/1fac9270c497c1904acbb3eb60805630aab82a97) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - NavList: add a small gap between items for readability, including before expanded sub-navs, behind the `primer_react_action_list_item_gap` feature flag
12+
13+
- [#7978](https://github.com/primer/react/pull/7978) [`e3f655c`](https://github.com/primer/react/commit/e3f655c6735ffd1bd105b8e7599e273bb1eee4d1) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - PageHeader.ParentLink: Forward unknown props (e.g. `to`) to the underlying element, enabling client-side routing with polymorphic `as`.
14+
315
## 38.28.0
416

517
### Minor Changes
@@ -28,7 +40,6 @@
2840

2941
```tsx
3042
import {FeatureFlags} from '@primer/react/experimental'
31-
3243
;<FeatureFlags flags={{primer_react_timeline_list_semantics: true}}>
3344
<Timeline>…</Timeline>
3445
</FeatureFlags>

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.28.0",
4+
"version": "38.29.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)