Skip to content

Commit eeba853

Browse files
authored
Merge branch 'main' into pk/banner-aria-fix
2 parents 9beda14 + 4c2b130 commit eeba853

35 files changed

+312
-390
lines changed

.changeset/cruel-papers-film.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': major
3+
---
4+
5+
CircleOcticon: Remove component `CircleOcticon`

.changeset/few-mails-sing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": major
3+
---
4+
5+
Update AvatarStack component to no longer support sx

.changeset/pre.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,23 @@
1414
"changesets": [
1515
"big-oranges-marry",
1616
"bright-dolls-dance",
17+
"bright-parents-flow",
1718
"cold-teams-buy",
1819
"five-squids-sin",
20+
"gentle-rockets-go",
21+
"icy-pianos-say",
22+
"little-peas-mix",
1923
"lovely-vans-burn",
2024
"metal-lamps-appear",
2125
"proud-chairs-study",
26+
"salty-geese-own",
2227
"soft-islands-warn",
2328
"stale-wasps-smell",
2429
"strong-falcons-design",
25-
"wet-crews-drum"
30+
"three-hounds-refuse",
31+
"tricky-eggs-cross",
32+
"wet-crews-drum",
33+
"young-dots-heal",
34+
"young-timers-accept"
2635
]
2736
}

.changeset/seven-coats-hang.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
---
3+
'@primer/react': major
4+
---
5+
6+
Update LabelGroup component to no longer support sx

e2e/components/AvatarStack.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ const stories: Array<{title: string; id: string}> = [
3939
title: 'Custom Size On Children Responsive',
4040
id: 'components-avatarstack-features--custom-size-on-children-responsive',
4141
},
42-
{
43-
title: 'SX Prop',
44-
id: 'components-avatarstack-dev--sx-prop',
45-
},
4642
{
4743
title: 'With Link Wrappers',
4844
id: 'components-avatarstack-dev--with-link-wrappers',

e2e/components/CircleOcticon.test.ts

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

examples/codesandbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"@types/react": "^18.3.11",
1818
"@types/react-dom": "^18.3.0",
1919
"@vitejs/plugin-react": "^4.3.3",
20-
"@primer/react": "38.0.0-rc.0",
20+
"@primer/react": "38.0.0-rc.1",
2121
"styled-components": "5.x",
2222
"typescript": "^5.9.2",
23-
"vite": "^6.3.5"
23+
"vite": "^7.1.3"
2424
}
2525
}

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.0.0-rc.0",
13+
"@primer/react": "38.0.0-rc.1",
1414
"next": "^15.2.3",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1",

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.0.0-rc.0",
14+
"@primer/react": "38.0.0-rc.1",
1515
"clsx": "^2.1.1",
1616
"next": "^15.2.3",
1717
"react": "18.3.1",

0 commit comments

Comments
 (0)