Skip to content

Commit edc3400

Browse files
Version Packages (rc)
1 parent 32e12c6 commit edc3400

File tree

8 files changed

+63
-8
lines changed

8 files changed

+63
-8
lines changed

.changeset/pre.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
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",
1618
"beige-plums-obey",
1719
"beige-shrimps-sleep",
1820
"better-coins-dream",
@@ -33,16 +35,20 @@
3335
"deprecate-textinputwithtokens",
3436
"dirty-chairs-invent",
3537
"eighty-queens-tap",
38+
"eleven-cameras-hammer",
39+
"fair-bars-smile",
3640
"fair-views-laugh",
3741
"famous-jobs-applaud",
3842
"few-mails-sing",
3943
"fifty-walls-yawn",
4044
"five-squids-sin",
4145
"fresh-points-cover",
46+
"fruity-monkeys-cover",
4247
"gentle-rockets-go",
4348
"gentle-sheep-feel",
4449
"giant-impalas-occur",
4550
"gold-dingos-sneeze",
51+
"gold-geckos-send",
4652
"good-snakes-fix",
4753
"great-hats-serve",
4854
"hot-bears-cry",
@@ -53,6 +59,7 @@
5359
"lazy-elephants-shave",
5460
"lazy-gifts-join",
5561
"lemon-jokes-camp",
62+
"lemon-onions-teach",
5663
"light-colts-burn",
5764
"light-schools-wish",
5865
"little-peas-mix",
@@ -75,6 +82,8 @@
7582
"pretty-women-sing",
7683
"proud-chairs-study",
7784
"purple-waves-pay",
85+
"rare-otters-deliver",
86+
"replace-usetheme-with-theme",
7887
"rich-walls-fold",
7988
"rotten-carpets-raise",
8089
"rude-cycles-scream",
@@ -92,6 +101,7 @@
92101
"silly-parks-give",
93102
"slick-months-cry",
94103
"slimy-parrots-love",
104+
"smart-hornets-happen",
95105
"smooth-singers-thank",
96106
"soft-islands-warn",
97107
"spotty-colts-hear",
@@ -105,6 +115,7 @@
105115
"sweet-owls-do",
106116
"sweet-results-smell",
107117
"tame-ducks-ring",
118+
"tame-eggs-taste",
108119
"tasty-cheetahs-pay",
109120
"ten-jobs-attack",
110121
"tender-dodos-create",
@@ -115,6 +126,7 @@
115126
"tricky-eggs-cross",
116127
"twelve-sloths-flow",
117128
"twenty-baboons-pull",
129+
"two-pots-battle",
118130
"unlucky-hotels-shake",
119131
"upset-flowers-yawn",
120132
"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.5",
20+
"@primer/react": "38.0.0-rc.6",
2121
"styled-components": "5.x",
2222
"typescript": "^5.9.2",
2323
"vite": "^7.1.5"

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

packages/react/CHANGELOG.md

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

3+
## 38.0.0-rc.6
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+
- [#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
10+
11+
- [#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.
12+
13+
- [#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
14+
15+
- [#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
16+
17+
- [#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`)
18+
19+
- [#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
20+
21+
### Minor Changes
22+
23+
- [#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
24+
25+
### Patch Changes
26+
27+
- [#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
28+
29+
- [#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
30+
31+
- [#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
32+
333
## 38.0.0-rc.5
434

535
### Major 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.5",
4+
"version": "38.0.0-rc.6",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @primer/styled-react
22

3+
## 1.0.0-rc.7
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+
### Patch Changes
10+
11+
- [#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
12+
13+
- Updated dependencies [[`446956d`](https://github.com/primer/react/commit/446956d3466ca11b95adf720d7cf07a1bb6bad92), [`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), [`76f1ca3`](https://github.com/primer/react/commit/76f1ca32a9303b18a2084c4e11c4699963b88e4e), [`7dd483f`](https://github.com/primer/react/commit/7dd483f74e2a75e5c0a44f46a860afc2bdf0da9a), [`c1448cc`](https://github.com/primer/react/commit/c1448cc6546b0e58b1ceb54fa2989a1fd7cbfe30), [`8641c7a`](https://github.com/primer/react/commit/8641c7a778f88c9f65fa1f3d2c40994468651ae7), [`1c84c0f`](https://github.com/primer/react/commit/1c84c0ff2b261a02d81c11fb16c7d3fb05294506), [`32e12c6`](https://github.com/primer/react/commit/32e12c690a53aef918e765d128f381c8f57bfd02)]:
14+
- @primer/react@38.0.0-rc.6
15+
316
## 1.0.0-rc.6
417

518
### 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.6",
3+
"version": "1.0.0-rc.7",
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.5",
33+
"@primer/react": "^38.0.0-rc.6",
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.5",
49+
"@primer/react": "38.0.0-rc.6",
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)