Skip to content

Commit 6a5d703

Browse files
Release tracking (rc) (#6952)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 173f76d commit 6a5d703

File tree

10 files changed

+116
-11
lines changed

10 files changed

+116
-11
lines changed

.changeset/pre.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,21 @@
99
"postcss-preset-primer": "0.0.0",
1010
"@primer/react": "37.31.0",
1111
"rollup-plugin-import-css": "0.0.0",
12-
"@primer/styled-react": "0.1.0"
12+
"@primer/styled-react": "0.1.0",
13+
"@primer/doc-gen": "0.0.1"
1314
},
1415
"changesets": [
1516
"afraid-eyes-serve",
17+
"afraid-teams-throw",
18+
"angry-guests-listen",
1619
"beige-plums-obey",
1720
"beige-shrimps-sleep",
1821
"better-coins-dream",
1922
"big-oranges-marry",
2023
"bright-dolls-dance",
2124
"bright-parents-flow",
2225
"busy-bananas-smash",
26+
"chilled-spoons-roll",
2327
"chilly-dingos-build",
2428
"chilly-lemons-promise",
2529
"chubby-buses-greet",
@@ -33,19 +37,25 @@
3337
"deprecate-textinputwithtokens",
3438
"dirty-chairs-invent",
3539
"eighty-queens-tap",
40+
"eleven-cameras-hammer",
41+
"fair-bars-smile",
3642
"fair-flowers-share",
3743
"fair-views-laugh",
3844
"famous-jobs-applaud",
3945
"few-mails-sing",
4046
"fifty-walls-yawn",
4147
"five-squids-sin",
48+
"flat-llamas-beam",
4249
"fresh-points-cover",
50+
"fruity-monkeys-cover",
4351
"gentle-rockets-go",
4452
"gentle-sheep-feel",
4553
"giant-impalas-occur",
4654
"gold-dingos-sneeze",
55+
"gold-geckos-send",
4756
"good-snakes-fix",
4857
"great-hats-serve",
58+
"grumpy-lobsters-obey",
4959
"hot-bears-cry",
5060
"hot-melons-jump",
5161
"hot-mirrors-feel",
@@ -54,10 +64,12 @@
5464
"lazy-elephants-shave",
5565
"lazy-gifts-join",
5666
"lemon-jokes-camp",
67+
"lemon-onions-teach",
5768
"light-colts-burn",
5869
"light-schools-wish",
5970
"little-peas-mix",
6071
"lovely-vans-burn",
72+
"lucky-walls-jog",
6173
"lucky-wasps-nail",
6274
"metal-badgers-joke",
6375
"metal-cups-peel",
@@ -76,6 +88,10 @@
7688
"pretty-women-sing",
7789
"proud-chairs-study",
7890
"purple-waves-pay",
91+
"quick-queens-rescue",
92+
"rare-otters-deliver",
93+
"real-cooks-melt",
94+
"replace-usetheme-with-theme",
7995
"rich-walls-fold",
8096
"rotten-carpets-raise",
8197
"rude-cycles-scream",
@@ -93,29 +109,36 @@
93109
"silly-parks-give",
94110
"slick-months-cry",
95111
"slimy-parrots-love",
112+
"smart-hornets-happen",
96113
"smooth-singers-thank",
97114
"soft-islands-warn",
115+
"spicy-items-watch",
98116
"spotty-colts-hear",
99117
"stale-avocados-enjoy",
100118
"stale-wasps-smell",
101119
"strange-knives-study",
102120
"strange-peas-kiss",
103121
"strong-falcons-design",
104122
"strong-lions-tan",
123+
"styled-react-themeprovider",
105124
"sweet-islands-sleep",
106125
"sweet-owls-do",
107126
"sweet-results-smell",
108127
"tame-ducks-ring",
128+
"tame-eggs-taste",
109129
"tasty-cheetahs-pay",
130+
"tasty-suns-behave",
110131
"ten-jobs-attack",
111132
"tender-dodos-create",
112133
"thin-oranges-lick",
113134
"three-hounds-refuse",
114135
"three-vans-join",
115136
"tricky-boats-visit",
116137
"tricky-eggs-cross",
138+
"tricky-plums-smoke",
117139
"twelve-sloths-flow",
118140
"twenty-baboons-pull",
141+
"two-pots-battle",
119142
"unlucky-hotels-shake",
120143
"upset-flowers-yawn",
121144
"weak-papers-drive",

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.0.0-rc.6",
20+
"@primer/react": "38.0.0-rc.7",
2121
"styled-components": "5.x",
2222
"typescript": "^5.9.2",
2323
"vite": "^7.1.5"

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"type-check": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@primer/react": "38.0.0-rc.6",
14-
"@primer/styled-react": "1.0.0-rc.7",
13+
"@primer/react": "38.0.0-rc.7",
14+
"@primer/styled-react": "1.0.0-rc.8",
1515
"next": "^15.2.3",
1616
"react": "18.3.1",
1717
"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.6",
14+
"@primer/react": "38.0.0-rc.7",
1515
"clsx": "^2.1.1",
1616
"next": "^15.2.3",
1717
"react": "18.3.1",

packages/mcp/CHANGELOG.md

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

3+
## 0.0.6-rc.0
4+
5+
### Patch Changes
6+
7+
- [#6969](https://github.com/primer/react/pull/6969) [`553c1a0`](https://github.com/primer/react/commit/553c1a0f82450757100800b252c1cae831864aec) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Update MCP tool descriptions to improve usage.
8+
9+
- Updated dependencies [[`446956d`](https://github.com/primer/react/commit/446956d3466ca11b95adf720d7cf07a1bb6bad92), [`701a9d0`](https://github.com/primer/react/commit/701a9d02cc5958bdeb12d63bbc169c5d40bd26e6), [`f61238c`](https://github.com/primer/react/commit/f61238c295377f59a5d3c5b0c782e98c238fa639), [`c58f171`](https://github.com/primer/react/commit/c58f171be98dfec354eeb85c870368e84796fe6e), [`c395547`](https://github.com/primer/react/commit/c395547ae30bb51ea40388183f384848a397dc80), [`260c74c`](https://github.com/primer/react/commit/260c74c4e9f780a891157c9a2bc1450a12f8593a), [`3ced917`](https://github.com/primer/react/commit/3ced917f595667e1f68a6b9110bd034e0d88bf2a), [`2703bc9`](https://github.com/primer/react/commit/2703bc9cad2d3f16552b748f3799949a35464a1a), [`76f1ca3`](https://github.com/primer/react/commit/76f1ca32a9303b18a2084c4e11c4699963b88e4e), [`2ec5bf2`](https://github.com/primer/react/commit/2ec5bf2898a6966161a076f5896910bf1b1f4018), [`173f76d`](https://github.com/primer/react/commit/173f76d917a688515ae36f2240bf5461db5eda0c), [`7dd483f`](https://github.com/primer/react/commit/7dd483f74e2a75e5c0a44f46a860afc2bdf0da9a), [`c1448cc`](https://github.com/primer/react/commit/c1448cc6546b0e58b1ceb54fa2989a1fd7cbfe30), [`8641c7a`](https://github.com/primer/react/commit/8641c7a778f88c9f65fa1f3d2c40994468651ae7), [`ecc81b5`](https://github.com/primer/react/commit/ecc81b569b421a4181b0a2f4cdff9cfe60fe28fd), [`3032026`](https://github.com/primer/react/commit/30320263482baf9d2c634ec27122c9a42ece308a), [`1c84c0f`](https://github.com/primer/react/commit/1c84c0ff2b261a02d81c11fb16c7d3fb05294506), [`62df166`](https://github.com/primer/react/commit/62df166574d6248b3405c224a2f63f1e53a75ece), [`32e12c6`](https://github.com/primer/react/commit/32e12c690a53aef918e765d128f381c8f57bfd02)]:
10+
- @primer/react@38.0.0-rc.7
11+
312
## 0.0.5
413

514
### Patch Changes

packages/mcp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@primer/mcp",
33
"private": true,
44
"description": "An MCP server that connects AI tools to the Primer Design System",
5-
"version": "0.0.5",
5+
"version": "0.0.6-rc.0",
66
"type": "module",
77
"bin": {
88
"mcp": "./bin/mcp.js"
@@ -34,7 +34,7 @@
3434
"@modelcontextprotocol/sdk": "^1.12.0",
3535
"@primer/octicons": "^19.15.5",
3636
"@primer/primitives": "10.x || 11.x",
37-
"@primer/react": "^38.0.0-rc.3",
37+
"@primer/react": "^38.0.0-rc.7",
3838
"cheerio": "^1.0.0",
3939
"turndown": "^7.2.0",
4040
"zod": "^3.23.8"

packages/react/CHANGELOG.md

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

3+
## 38.0.0-rc.7
4+
5+
### Major Changes
6+
7+
- [#6944](https://github.com/primer/react/pull/6944) [`446956d`](https://github.com/primer/react/commit/446956d3466ca11b95adf720d7cf07a1bb6bad92) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Remove sx from deprecated ActionList component.
8+
9+
- [#6965](https://github.com/primer/react/pull/6965) [`f61238c`](https://github.com/primer/react/commit/f61238c295377f59a5d3c5b0c782e98c238fa639) Thanks [@francinelucca](https://github.com/francinelucca)! - Chore/remove styled. components: deprecated UnderlineNav, ValidationAnimation, LabelGroup, Tooltip
10+
11+
- [#6921](https://github.com/primer/react/pull/6921) [`c58f171`](https://github.com/primer/react/commit/c58f171be98dfec354eeb85c870368e84796fe6e) Thanks [@llastflowers](https://github.com/llastflowers)! - Update ActionList component and related components to no longer support sx/styled-components
12+
13+
- [#6902](https://github.com/primer/react/pull/6902) [`c395547`](https://github.com/primer/react/commit/c395547ae30bb51ea40388183f384848a397dc80) Thanks [@iansan5653](https://github.com/iansan5653)! - Support nested children in ActionBar.
14+
15+
- [#6930](https://github.com/primer/react/pull/6930) [`260c74c`](https://github.com/primer/react/commit/260c74c4e9f780a891157c9a2bc1450a12f8593a) Thanks [@mperrotti](https://github.com/mperrotti)! - Removes `sx` prop from DataTable.Container
16+
17+
- [#6942](https://github.com/primer/react/pull/6942) [`3ced917`](https://github.com/primer/react/commit/3ced917f595667e1f68a6b9110bd034e0d88bf2a) Thanks [@francinelucca](https://github.com/francinelucca)! - Removes sx prop from PageLayout and subcomponents
18+
19+
- [#6951](https://github.com/primer/react/pull/6951) [`2703bc9`](https://github.com/primer/react/commit/2703bc9cad2d3f16552b748f3799949a35464a1a) Thanks [@francinelucca](https://github.com/francinelucca)! - Update FormControl component to no longer support sx
20+
21+
- [#6897](https://github.com/primer/react/pull/6897) [`c1448cc`](https://github.com/primer/react/commit/c1448cc6546b0e58b1ceb54fa2989a1fd7cbfe30) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Replaces `useTheme` usage with `theme`. If an application uses a custom theme that modifies one of the following 5 tokens, they will be reset to the default theme values. (`space.2, colors.success.fg, colors.border.default, colors.border.muted, animation.easeOutCubic`)
22+
23+
- [#6945](https://github.com/primer/react/pull/6945) [`1c84c0f`](https://github.com/primer/react/commit/1c84c0ff2b261a02d81c11fb16c7d3fb05294506) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(Octicon): remove sx
24+
25+
- [#6904](https://github.com/primer/react/pull/6904) [`62df166`](https://github.com/primer/react/commit/62df166574d6248b3405c224a2f63f1e53a75ece) Thanks [@pksjce](https://github.com/pksjce)! - Remove sx property from Button
26+
27+
### Minor Changes
28+
29+
- [#6976](https://github.com/primer/react/pull/6976) [`2ec5bf2`](https://github.com/primer/react/commit/2ec5bf2898a6966161a076f5896910bf1b1f4018) Thanks [@francinelucca](https://github.com/francinelucca)! - feat: support custom slots
30+
31+
- [#6919](https://github.com/primer/react/pull/6919) [`32e12c6`](https://github.com/primer/react/commit/32e12c690a53aef918e765d128f381c8f57bfd02) Thanks [@TylerJDev](https://github.com/TylerJDev)! - TreeView: Add `count` and `className` support for trailing actions
32+
33+
### Patch Changes
34+
35+
- [#6994](https://github.com/primer/react/pull/6994) [`701a9d0`](https://github.com/primer/react/commit/701a9d02cc5958bdeb12d63bbc169c5d40bd26e6) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: prevent slot rewrite on CheckboxOrRadioGroup subcomponents
36+
37+
- [#6959](https://github.com/primer/react/pull/6959) [`76f1ca3`](https://github.com/primer/react/commit/76f1ca32a9303b18a2084c4e11c4699963b88e4e) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(AvatarStack, CheckboxOrRadioGroup, UnstyledTextInput): cleanup remaining sx props
38+
39+
- [#6996](https://github.com/primer/react/pull/6996) [`173f76d`](https://github.com/primer/react/commit/173f76d917a688515ae36f2240bf5461db5eda0c) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: add missing slot checks to CheckboxOrRadioGroup, SelectPanel, ActionMenu, Treeview, SegmentedControl and PageHeader
40+
41+
- [#6954](https://github.com/primer/react/pull/6954) [`7dd483f`](https://github.com/primer/react/commit/7dd483f74e2a75e5c0a44f46a860afc2bdf0da9a) Thanks [@langermank](https://github.com/langermank)! - Adjust ConfirmationDialog heading styling
42+
43+
- [#6935](https://github.com/primer/react/pull/6935) [`8641c7a`](https://github.com/primer/react/commit/8641c7a778f88c9f65fa1f3d2c40994468651ae7) Thanks [@JelloBagel](https://github.com/JelloBagel)! - Fix overflow calculations of more menu button in action bar
44+
45+
- [#6925](https://github.com/primer/react/pull/6925) [`ecc81b5`](https://github.com/primer/react/commit/ecc81b569b421a4181b0a2f4cdff9cfe60fe28fd) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(TextInput): remove sx
46+
47+
- [#6958](https://github.com/primer/react/pull/6958) [`3032026`](https://github.com/primer/react/commit/30320263482baf9d2c634ec27122c9a42ece308a) Thanks [@siddharthkp](https://github.com/siddharthkp)! - @primer/react: Export `useId` and `useSyncedState`
48+
@primer/styled-react: Add `ThemeProvider` and `BaseStyles`
49+
350
## 38.0.0-rc.6
451

552
### Patch 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.0.0-rc.6",
4+
"version": "38.0.0-rc.7",
55
"description": "An implementation of GitHub's Primer Design System using React",
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",

packages/styled-react/CHANGELOG.md

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

3+
## 1.0.0-rc.8
4+
5+
### Minor Changes
6+
7+
- [#6944](https://github.com/primer/react/pull/6944) [`446956d`](https://github.com/primer/react/commit/446956d3466ca11b95adf720d7cf07a1bb6bad92) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Remove sx from deprecated ActionList component.
8+
9+
- [#6958](https://github.com/primer/react/pull/6958) [`3032026`](https://github.com/primer/react/commit/30320263482baf9d2c634ec27122c9a42ece308a) Thanks [@siddharthkp](https://github.com/siddharthkp)! - @primer/react: Export `useId` and `useSyncedState`
10+
@primer/styled-react: Add `ThemeProvider` and `BaseStyles`
11+
12+
### Patch Changes
13+
14+
- [#6976](https://github.com/primer/react/pull/6976) [`2ec5bf2`](https://github.com/primer/react/commit/2ec5bf2898a6966161a076f5896910bf1b1f4018) Thanks [@francinelucca](https://github.com/francinelucca)! - feat: support custom slots
15+
16+
- [#6995](https://github.com/primer/react/pull/6995) [`2d37fab`](https://github.com/primer/react/commit/2d37fab9a02bac5426b4ee9154a1d299343f9f43) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: ActionList use forwardedAs in subcomponents
17+
18+
- [#6925](https://github.com/primer/react/pull/6925) [`ecc81b5`](https://github.com/primer/react/commit/ecc81b569b421a4181b0a2f4cdff9cfe60fe28fd) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(TextInput): remove sx
19+
20+
- [#6945](https://github.com/primer/react/pull/6945) [`1c84c0f`](https://github.com/primer/react/commit/1c84c0ff2b261a02d81c11fb16c7d3fb05294506) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(Octicon): remove sx
21+
22+
- [#6904](https://github.com/primer/react/pull/6904) [`62df166`](https://github.com/primer/react/commit/62df166574d6248b3405c224a2f63f1e53a75ece) Thanks [@pksjce](https://github.com/pksjce)! - Remove sx property from Button
23+
24+
- [#6968](https://github.com/primer/react/pull/6968) [`9fcaedf`](https://github.com/primer/react/commit/9fcaedfad29ed5bf7cb3ed512a8051eeb45b7944) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Export BaseStyles
25+
26+
- Updated dependencies [[`446956d`](https://github.com/primer/react/commit/446956d3466ca11b95adf720d7cf07a1bb6bad92), [`701a9d0`](https://github.com/primer/react/commit/701a9d02cc5958bdeb12d63bbc169c5d40bd26e6), [`f61238c`](https://github.com/primer/react/commit/f61238c295377f59a5d3c5b0c782e98c238fa639), [`c58f171`](https://github.com/primer/react/commit/c58f171be98dfec354eeb85c870368e84796fe6e), [`c395547`](https://github.com/primer/react/commit/c395547ae30bb51ea40388183f384848a397dc80), [`260c74c`](https://github.com/primer/react/commit/260c74c4e9f780a891157c9a2bc1450a12f8593a), [`3ced917`](https://github.com/primer/react/commit/3ced917f595667e1f68a6b9110bd034e0d88bf2a), [`2703bc9`](https://github.com/primer/react/commit/2703bc9cad2d3f16552b748f3799949a35464a1a), [`76f1ca3`](https://github.com/primer/react/commit/76f1ca32a9303b18a2084c4e11c4699963b88e4e), [`2ec5bf2`](https://github.com/primer/react/commit/2ec5bf2898a6966161a076f5896910bf1b1f4018), [`173f76d`](https://github.com/primer/react/commit/173f76d917a688515ae36f2240bf5461db5eda0c), [`7dd483f`](https://github.com/primer/react/commit/7dd483f74e2a75e5c0a44f46a860afc2bdf0da9a), [`c1448cc`](https://github.com/primer/react/commit/c1448cc6546b0e58b1ceb54fa2989a1fd7cbfe30), [`8641c7a`](https://github.com/primer/react/commit/8641c7a778f88c9f65fa1f3d2c40994468651ae7), [`ecc81b5`](https://github.com/primer/react/commit/ecc81b569b421a4181b0a2f4cdff9cfe60fe28fd), [`3032026`](https://github.com/primer/react/commit/30320263482baf9d2c634ec27122c9a42ece308a), [`1c84c0f`](https://github.com/primer/react/commit/1c84c0ff2b261a02d81c11fb16c7d3fb05294506), [`62df166`](https://github.com/primer/react/commit/62df166574d6248b3405c224a2f63f1e53a75ece), [`32e12c6`](https://github.com/primer/react/commit/32e12c690a53aef918e765d128f381c8f57bfd02)]:
27+
- @primer/react@38.0.0-rc.7
28+
329
## 1.0.0-rc.7
430

531
### Patch Changes

packages/styled-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/styled-react",
3-
"version": "1.0.0-rc.7",
3+
"version": "1.0.0-rc.8",
44
"type": "module",
55
"exports": {
66
".": {
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@babel/preset-react": "^7.27.1",
3232
"@babel/preset-typescript": "^7.27.1",
33-
"@primer/react": "^38.0.0-rc.6",
33+
"@primer/react": "^38.0.0-rc.7",
3434
"@rollup/plugin-babel": "^6.0.4",
3535
"@types/react": "18.3.11",
3636
"@types/react-dom": "18.3.1",
@@ -46,7 +46,7 @@
4646
"typescript": "^5.9.2"
4747
},
4848
"peerDependencies": {
49-
"@primer/react": "38.0.0-rc.6",
49+
"@primer/react": "38.0.0-rc.7",
5050
"@types/react": "18.x || 19.x",
5151
"@types/react-dom": "18.x || 19.x",
5252
"@types/react-is": "18.x || 19.x",

0 commit comments

Comments
 (0)