Skip to content

Commit 18cd99b

Browse files
Version Packages (rc)
1 parent 5b55f27 commit 18cd99b

File tree

8 files changed

+50
-7
lines changed

8 files changed

+50
-7
lines changed

.changeset/pre.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,26 @@
1616
"bright-dolls-dance",
1717
"bright-parents-flow",
1818
"cold-teams-buy",
19+
"cruel-papers-film",
20+
"deprecate-textinputwithtokens",
21+
"dirty-chairs-invent",
22+
"few-mails-sing",
1923
"five-squids-sin",
2024
"gentle-rockets-go",
25+
"hot-melons-jump",
2126
"icy-pianos-say",
2227
"little-peas-mix",
2328
"lovely-vans-burn",
2429
"metal-lamps-appear",
30+
"orange-taxis-rhyme",
31+
"pretty-women-sing",
2532
"proud-chairs-study",
2633
"salty-geese-own",
34+
"seven-coats-hang",
35+
"seven-forks-join",
2736
"soft-islands-warn",
2837
"stale-wasps-smell",
38+
"strange-peas-kiss",
2939
"strong-falcons-design",
3040
"three-hounds-refuse",
3141
"tricky-eggs-cross",

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

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

packages/react/CHANGELOG.md

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

3+
## 38.0.0-rc.2
4+
5+
### Major Changes
6+
7+
- [#6634](https://github.com/primer/react/pull/6634) [`d883432`](https://github.com/primer/react/commit/d883432010274cf87691a9affb0e012764b2cdae) Thanks [@TylerJDev](https://github.com/TylerJDev)! - CircleOcticon: Remove component `CircleOcticon`
8+
9+
- [#6713](https://github.com/primer/react/pull/6713) [`7d7b797`](https://github.com/primer/react/commit/7d7b797b7696af8dd9533e501f62f3666982307d) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Deprecate TextInputWithTokens component. The component has been moved to the deprecated entrypoint due to low usage and accessibility implications. Import from `@primer/react/deprecated` instead of `@primer/react`.
10+
11+
- [#6272](https://github.com/primer/react/pull/6272) [`d74d73e`](https://github.com/primer/react/commit/d74d73e413a9941cdc74c6f5a2cf6b1be9e7e8db) Thanks [@llastflowers](https://github.com/llastflowers)! - remove unused `contrast` from Select component
12+
13+
- [#6652](https://github.com/primer/react/pull/6652) [`c6d923f`](https://github.com/primer/react/commit/c6d923f93c0cb40453f1a9dab9209a9caeb87bce) Thanks [@llastflowers](https://github.com/llastflowers)! - Update AvatarStack component to no longer support sx
14+
15+
- [#6706](https://github.com/primer/react/pull/6706) [`e3f26cc`](https://github.com/primer/react/commit/e3f26ccbcf40b38cea75f32970ddb23865d7b827) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Deprecate CircleBadge component
16+
17+
- [#6676](https://github.com/primer/react/pull/6676) [`ab5ffb0`](https://github.com/primer/react/commit/ab5ffb00d6e54224542ee60bcc23915b0bb65b15) Thanks [@mperrotti](https://github.com/mperrotti)! - Removes styled-system and related utilities from Caret.tsx, IssueLabelToken.tsx, ProgressBar.tsx, StateLabel.tsx, ToggleSwitch.tsx, and deprecated/ActionList/List.tsx
18+
19+
- [#6682](https://github.com/primer/react/pull/6682) [`5bbaae7`](https://github.com/primer/react/commit/5bbaae78f732df2470c1ea7933863ef8a3f9681c) Thanks [@llastflowers](https://github.com/llastflowers)! - Update LabelGroup component to no longer support sx
20+
21+
- [#6625](https://github.com/primer/react/pull/6625) [`65ae375`](https://github.com/primer/react/commit/65ae3757c1828bb5db5b5dd24d4ce743c679cf28) Thanks [@llastflowers](https://github.com/llastflowers)! - Update BranchName component to no longer support sx
22+
23+
### Patch Changes
24+
25+
- [#6701](https://github.com/primer/react/pull/6701) [`1aa7404`](https://github.com/primer/react/commit/1aa7404f4070244083b9b05394921cda4dfe31c6) Thanks [@pksjce](https://github.com/pksjce)! - Banner: Should prefer aria-labelled-by over aria-label
26+
327
## 38.0.0-rc.1
428

529
### 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.1",
3+
"version": "38.0.0-rc.2",
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: 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.2
4+
5+
### Patch Changes
6+
7+
- [#6703](https://github.com/primer/react/pull/6703) [`f87899b`](https://github.com/primer/react/commit/f87899b766648ba6837af8efb8b6fdb44b79159a) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Export theming utilities from styled-react
8+
9+
- Updated dependencies [[`d883432`](https://github.com/primer/react/commit/d883432010274cf87691a9affb0e012764b2cdae), [`7d7b797`](https://github.com/primer/react/commit/7d7b797b7696af8dd9533e501f62f3666982307d), [`d74d73e`](https://github.com/primer/react/commit/d74d73e413a9941cdc74c6f5a2cf6b1be9e7e8db), [`c6d923f`](https://github.com/primer/react/commit/c6d923f93c0cb40453f1a9dab9209a9caeb87bce), [`1aa7404`](https://github.com/primer/react/commit/1aa7404f4070244083b9b05394921cda4dfe31c6), [`e3f26cc`](https://github.com/primer/react/commit/e3f26ccbcf40b38cea75f32970ddb23865d7b827), [`ab5ffb0`](https://github.com/primer/react/commit/ab5ffb00d6e54224542ee60bcc23915b0bb65b15), [`5bbaae7`](https://github.com/primer/react/commit/5bbaae78f732df2470c1ea7933863ef8a3f9681c), [`65ae375`](https://github.com/primer/react/commit/65ae3757c1828bb5db5b5dd24d4ce743c679cf28)]:
10+
- @primer/react@38.0.0-rc.2
11+
312
## 1.0.0-rc.1
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.1",
3+
"version": "1.0.0-rc.2",
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.1",
31+
"@primer/react": "^38.0.0-rc.2",
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.1",
46+
"@primer/react": "38.0.0-rc.2",
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)