Skip to content

Commit 6343c98

Browse files
Version Packages (rc)
1 parent af288e6 commit 6343c98

File tree

8 files changed

+37
-7
lines changed

8 files changed

+37
-7
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"gentle-sheep-feel",
3838
"giant-impalas-occur",
3939
"gold-dingos-sneeze",
40+
"gold-geckos-send",
4041
"great-hats-serve",
4142
"hot-bears-cry",
4243
"hot-melons-jump",
@@ -46,6 +47,7 @@
4647
"light-colts-burn",
4748
"little-peas-mix",
4849
"lovely-vans-burn",
50+
"lucky-wasps-nail",
4951
"metal-badgers-joke",
5052
"metal-cups-peel",
5153
"metal-deer-refuse",
@@ -56,6 +58,7 @@
5658
"new-shrimps-appear",
5759
"nine-cobras-talk",
5860
"orange-taxis-rhyme",
61+
"pretty-emus-cover",
5962
"pretty-women-sing",
6063
"proud-chairs-study",
6164
"rich-walls-fold",
@@ -81,6 +84,8 @@
8184
"strange-peas-kiss",
8285
"strong-falcons-design",
8386
"strong-lions-tan",
87+
"sweet-islands-sleep",
88+
"sweet-results-smell",
8489
"tame-ducks-ring",
8590
"tasty-cheetahs-pay",
8691
"ten-jobs-attack",

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

packages/react/CHANGELOG.md

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

3+
## 38.0.0-rc.5
4+
5+
### Major Changes
6+
7+
- [#6872](https://github.com/primer/react/pull/6872) [`4e797ef`](https://github.com/primer/react/commit/4e797ef27ea9ae8baf9bc99503136efa8cdd1b57) Thanks [@mperrotti](https://github.com/mperrotti)! - Removes sx prop from PageLayout and subcomponents
8+
9+
- [#6864](https://github.com/primer/react/pull/6864) [`b0abd78`](https://github.com/primer/react/commit/b0abd785713d9f95ca9d5e41394e00153176077d) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove support for `sx` from the `TabNav` component
10+
11+
- [#6812](https://github.com/primer/react/pull/6812) [`0834e9e`](https://github.com/primer/react/commit/0834e9ebe910c363f413723a254e0f2bd947a4b6) Thanks [@joshblack](https://github.com/joshblack)! - Remove support for `sx` from the Dialog component and sub-components
12+
13+
### Patch Changes
14+
15+
- [#6908](https://github.com/primer/react/pull/6908) [`af288e6`](https://github.com/primer/react/commit/af288e632c042c5e82aae6ee2bd5107e8be2b9ec) Thanks [@llastflowers](https://github.com/llastflowers)! - update FormControl ValidationIcon position
16+
17+
- [#6905](https://github.com/primer/react/pull/6905) [`1cb348f`](https://github.com/primer/react/commit/1cb348f079dffcf10bdf422b1e14e0a29fa4662d) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Replace StateLabel color with new draft token
18+
319
## 38.0.0-rc.4
420

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

3+
## 1.0.0-rc.5
4+
5+
### Patch Changes
6+
7+
- [#6864](https://github.com/primer/react/pull/6864) [`b0abd78`](https://github.com/primer/react/commit/b0abd785713d9f95ca9d5e41394e00153176077d) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove support for `sx` from the `TabNav` component
8+
9+
- Updated dependencies [[`4e797ef`](https://github.com/primer/react/commit/4e797ef27ea9ae8baf9bc99503136efa8cdd1b57), [`b0abd78`](https://github.com/primer/react/commit/b0abd785713d9f95ca9d5e41394e00153176077d), [`af288e6`](https://github.com/primer/react/commit/af288e632c042c5e82aae6ee2bd5107e8be2b9ec), [`1cb348f`](https://github.com/primer/react/commit/1cb348f079dffcf10bdf422b1e14e0a29fa4662d), [`0834e9e`](https://github.com/primer/react/commit/0834e9ebe910c363f413723a254e0f2bd947a4b6)]:
10+
- @primer/react@38.0.0-rc.5
11+
312
## 1.0.0-rc.4
413

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