Skip to content

Commit 90c2044

Browse files
Version Packages (rc)
1 parent 03c635c commit 90c2044

File tree

8 files changed

+61
-8
lines changed

8 files changed

+61
-8
lines changed

.changeset/pre.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,25 @@
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",
24+
"lucky-facts-obey",
2025
"metal-lamps-appear",
2126
"proud-chairs-study",
27+
"quick-bats-remain",
28+
"salty-geese-own",
2229
"soft-islands-warn",
2330
"stale-wasps-smell",
2431
"strong-falcons-design",
25-
"wet-crews-drum"
32+
"three-hounds-refuse",
33+
"tricky-eggs-cross",
34+
"wet-crews-drum",
35+
"young-dots-heal",
36+
"young-timers-accept"
2637
]
2738
}

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

packages/react/CHANGELOG.md

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

3+
## 38.0.0-rc.1
4+
5+
### Major Changes
6+
7+
- [#6627](https://github.com/primer/react/pull/6627) [`6111046`](https://github.com/primer/react/commit/61110467f759c6680797c56d72deb9f86bba4dcd) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Update ToggleSwitch component to no longer support sx, add sx wrapper to @primer/styled-react.
8+
9+
- [#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
10+
11+
- [#6622](https://github.com/primer/react/pull/6622) [`247b3f7`](https://github.com/primer/react/commit/247b3f75c49e16b883e8f0528a036fc62d274ee6) Thanks [@francinelucca](https://github.com/francinelucca)! - BREAKING CHANGE: remove AvatarToken
12+
BREAKING CHANGE: make Caret component internal only
13+
14+
- [#6632](https://github.com/primer/react/pull/6632) [`3d25154`](https://github.com/primer/react/commit/3d251546ba368c938b93e51e6568a7ce58234eb8) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Update Truncate component to no longer support sx, add sx wrapper to @primer/styled-react.
15+
16+
- [#6642](https://github.com/primer/react/pull/6642) [`03c635c`](https://github.com/primer/react/commit/03c635cae5d12d3154a59b474723c6d50fccb505) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Update RadioGroup component to no longer support sx, add sx wrapper to @primer/styled-react.
17+
18+
- [#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
19+
20+
- [#6656](https://github.com/primer/react/pull/6656) [`3a778b9`](https://github.com/primer/react/commit/3a778b97b93a0fe2c54f585d668cd70d30c0ca56) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Update StateLabel component to no longer support sx.
21+
22+
- [#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
23+
24+
- [#6613](https://github.com/primer/react/pull/6613) [`3ab94c5`](https://github.com/primer/react/commit/3ab94c5e8853855c8533c8403fd0d0203ab087d6) Thanks [@llastflowers](https://github.com/llastflowers)! - Update SplitPageLayout component to no longer support sx
25+
326
## 38.0.0-rc.0
427

528
### 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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @primer/styled-react
22

3+
## 1.0.0-rc.1
4+
5+
### Minor Changes
6+
7+
- [#6627](https://github.com/primer/react/pull/6627) [`6111046`](https://github.com/primer/react/commit/61110467f759c6680797c56d72deb9f86bba4dcd) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Update ToggleSwitch component to no longer support sx, add sx wrapper to @primer/styled-react.
8+
9+
- [#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
10+
11+
### Patch Changes
12+
13+
- [#6632](https://github.com/primer/react/pull/6632) [`3d25154`](https://github.com/primer/react/commit/3d251546ba368c938b93e51e6568a7ce58234eb8) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Update Truncate component to no longer support sx, add sx wrapper to @primer/styled-react.
14+
15+
- [#6642](https://github.com/primer/react/pull/6642) [`03c635c`](https://github.com/primer/react/commit/03c635cae5d12d3154a59b474723c6d50fccb505) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Update RadioGroup component to no longer support sx, add sx wrapper to @primer/styled-react.
16+
17+
- [#6649](https://github.com/primer/react/pull/6649) [`4e1c740`](https://github.com/primer/react/commit/4e1c7409eda128daf9e4f226553699dd0651c843) Thanks [@joshblack](https://github.com/joshblack)! - Update the types output for the `@primer/styled-react` package so that the paths resolve correctly
18+
19+
- Updated dependencies [[`6111046`](https://github.com/primer/react/commit/61110467f759c6680797c56d72deb9f86bba4dcd), [`133d5a5`](https://github.com/primer/react/commit/133d5a5e74b85811d2bb8b536836d5c16680efe1), [`247b3f7`](https://github.com/primer/react/commit/247b3f75c49e16b883e8f0528a036fc62d274ee6), [`3d25154`](https://github.com/primer/react/commit/3d251546ba368c938b93e51e6568a7ce58234eb8), [`03c635c`](https://github.com/primer/react/commit/03c635cae5d12d3154a59b474723c6d50fccb505), [`de5a4b7`](https://github.com/primer/react/commit/de5a4b7297a44d0dd1ad175ea8d740f570bc27e6), [`3a778b9`](https://github.com/primer/react/commit/3a778b97b93a0fe2c54f585d668cd70d30c0ca56), [`65fc87d`](https://github.com/primer/react/commit/65fc87dc35652c5b228fc7e22d7644645ede2c89), [`3ab94c5`](https://github.com/primer/react/commit/3ab94c5e8853855c8533c8403fd0d0203ab087d6)]:
20+
- @primer/react@38.0.0-rc.1
21+
322
## 1.0.0-rc.0
423

524
### 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
".": {
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@babel/preset-typescript": "^7.27.1",
31-
"@primer/react": "^38.0.0-rc.0",
31+
"@primer/react": "^38.0.0-rc.1",
3232
"@rollup/plugin-babel": "^6.0.4",
3333
"@types/react": "18.3.11",
3434
"@types/react-dom": "18.3.1",
@@ -43,7 +43,7 @@
4343
"typescript": "^5.9.2"
4444
},
4545
"peerDependencies": {
46-
"@primer/react": "38.0.0-rc.0",
46+
"@primer/react": "38.0.0-rc.1",
4747
"@types/react": "18.x || 19.x",
4848
"@types/react-dom": "18.x || 19.x",
4949
"@types/react-is": "18.x || 19.x",

0 commit comments

Comments
 (0)