Skip to content

Commit 85405c4

Browse files
Version Packages (rc)
1 parent de5a4b7 commit 85405c4

File tree

8 files changed

+33
-8
lines changed

8 files changed

+33
-8
lines changed

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@
1616
"bright-dolls-dance",
1717
"cold-teams-buy",
1818
"five-squids-sin",
19+
"gentle-rockets-go",
20+
"icy-pianos-say",
1921
"lovely-vans-burn",
2022
"metal-lamps-appear",
2123
"proud-chairs-study",
2224
"soft-islands-warn",
2325
"stale-wasps-smell",
2426
"strong-falcons-design",
25-
"wet-crews-drum"
27+
"three-hounds-refuse",
28+
"wet-crews-drum",
29+
"young-dots-heal"
2630
]
2731
}

examples/codesandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/eslint-plugin": "^7.11.0",
2121
"@typescript-eslint/parser": "^7.3.1",
2222
"@vitejs/plugin-react": "^4.3.3",
23-
"@primer/react": "38.0.0-rc.0",
23+
"@primer/react": "38.0.0-rc.1",
2424
"eslint": "^9.32.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",

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": "^19.0.0",
1616
"react-dom": "^19.0.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.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": "^14.2.30",
1717
"react": "^18.3.1",

packages/react/CHANGELOG.md

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

3+
## 38.0.0-rc.1
4+
5+
### Major Changes
6+
7+
- [#6607](https://github.com/primer/react/pull/6607) [`133d5a5`](https://github.com/primer/react/commit/133d5a5e74b85811d2bb8b536836d5c16680efe1) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove sx prop support from the VisuallyHidden component
8+
9+
- [#6595](https://github.com/primer/react/pull/6595) [`de5a4b7`](https://github.com/primer/react/commit/de5a4b7297a44d0dd1ad175ea8d740f570bc27e6) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Remove AvatarPair component from codebase
10+
11+
- [#6610](https://github.com/primer/react/pull/6610) [`65fc87d`](https://github.com/primer/react/commit/65fc87dc35652c5b228fc7e22d7644645ede2c89) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove sx prop support from the Stack component
12+
313
## 38.0.0-rc.0
414

515
### Major Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/react",
3-
"version": "38.0.0-rc.0",
3+
"version": "38.0.0-rc.1",
44
"description": "An implementation of GitHub's Primer Design System using React",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

packages/styled-react/CHANGELOG.md

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

3+
## 1.0.0-rc.1
4+
5+
### Minor Changes
6+
7+
- [#6612](https://github.com/primer/react/pull/6612) [`7ad9b81`](https://github.com/primer/react/commit/7ad9b81ac39252438761376cfe8d064294062ff0) Thanks [@joshblack](https://github.com/joshblack)! - Add all components from @primer/react as exports to package
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`133d5a5`](https://github.com/primer/react/commit/133d5a5e74b85811d2bb8b536836d5c16680efe1), [`de5a4b7`](https://github.com/primer/react/commit/de5a4b7297a44d0dd1ad175ea8d740f570bc27e6), [`65fc87d`](https://github.com/primer/react/commit/65fc87dc35652c5b228fc7e22d7644645ede2c89)]:
12+
- @primer/react@38.0.0-rc.1
13+
314
## 1.0.0-rc.0
415

516
### 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.0",
3+
"version": "1.0.0-rc.1",
44
"type": "module",
55
"exports": {
66
".": {
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@babel/preset-typescript": "^7.27.1",
30-
"@primer/react": "^38.0.0-rc.0",
30+
"@primer/react": "^38.0.0-rc.1",
3131
"@rollup/plugin-babel": "^6.0.4",
3232
"@types/react": "18.3.11",
3333
"@types/react-dom": "18.3.1",
@@ -41,7 +41,7 @@
4141
"typescript": "^5.8.2"
4242
},
4343
"peerDependencies": {
44-
"@primer/react": "38.0.0-rc.0",
44+
"@primer/react": "38.0.0-rc.1",
4545
"@types/react": "18.x || 19.x",
4646
"@types/react-dom": "18.x || 19.x",
4747
"@types/react-is": "18.x || 19.x",

0 commit comments

Comments
 (0)