Skip to content

Commit 58e4c38

Browse files
Release tracking (rc) (#6589)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2a174d0 commit 58e4c38

File tree

10 files changed

+67
-10
lines changed

10 files changed

+67
-10
lines changed

.changeset/pre.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,17 @@
1111
"rollup-plugin-import-css": "0.0.0",
1212
"@primer/styled-react": "0.1.0"
1313
},
14-
"changesets": []
14+
"changesets": [
15+
"big-oranges-marry",
16+
"bright-dolls-dance",
17+
"cold-teams-buy",
18+
"five-squids-sin",
19+
"lovely-vans-burn",
20+
"metal-lamps-appear",
21+
"proud-chairs-study",
22+
"soft-islands-warn",
23+
"stale-wasps-smell",
24+
"strong-falcons-design",
25+
"wet-crews-drum"
26+
]
1527
}

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

packages/mcp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @primer/mcp
2+
3+
## 0.0.4-rc.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bdac258`](https://github.com/primer/react/commit/bdac258a6f610da974ef4b8c25ccef876946fc79), [`3b3cf52`](https://github.com/primer/react/commit/3b3cf52f267da4f44123032bf388dc5ff9f61cf8), [`f4ded58`](https://github.com/primer/react/commit/f4ded585c4f6188390cdc3243018fe63af310633), [`e6c7614`](https://github.com/primer/react/commit/e6c7614d7aaa420ce8518ad54af62e6409fea9dd), [`0c21301`](https://github.com/primer/react/commit/0c21301ba0c7b1d0272258f8fe59026beab83c95), [`1f531cb`](https://github.com/primer/react/commit/1f531cb5c0fb87fc20ab8ce4321367d3f24ab734), [`d6d25dc`](https://github.com/primer/react/commit/d6d25dc9263119103138156158f74b408d300dd2), [`f781f7f`](https://github.com/primer/react/commit/f781f7f5434be4c482a8f7819c73c258b93604ce), [`77a60e7`](https://github.com/primer/react/commit/77a60e7775987ee05b07cd8235ff4a26230b12e2), [`77c8739`](https://github.com/primer/react/commit/77c873936b195915c3f364d01a5b1bb15b0ac1a0), [`661eae0`](https://github.com/primer/react/commit/661eae0a28ee99228400e6c99a483af0523beeb8)]:
8+
- @primer/react@38.0.0-rc.0

packages/mcp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@primer/mcp",
33
"private": true,
44
"description": "An MCP server that connects AI tools to the Primer Design System",
5-
"version": "0.0.3",
5+
"version": "0.0.4-rc.0",
66
"type": "module",
77
"bin": {
88
"mcp": "./bin/mcp.js"
@@ -34,7 +34,7 @@
3434
"@modelcontextprotocol/sdk": "^1.12.0",
3535
"@primer/octicons": "^19.15.5",
3636
"@primer/primitives": "10.x || 11.x",
37-
"@primer/react": "^37.24.0",
37+
"@primer/react": "^38.0.0-rc.0",
3838
"cheerio": "^1.0.0",
3939
"turndown": "^7.2.0",
4040
"zod": "^3.23.8"

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.0
4+
5+
### Major Changes
6+
7+
- [#6602](https://github.com/primer/react/pull/6602) [`d6d25dc`](https://github.com/primer/react/commit/d6d25dc9263119103138156158f74b408d300dd2) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove sx support from SubNav component
8+
9+
### Minor Changes
10+
11+
- [#6542](https://github.com/primer/react/pull/6542) [`f4ded58`](https://github.com/primer/react/commit/f4ded585c4f6188390cdc3243018fe63af310633) Thanks [@TylerJDev](https://github.com/TylerJDev)! - CircleOcticon: Deprecate component
12+
13+
- [#6535](https://github.com/primer/react/pull/6535) [`e6c7614`](https://github.com/primer/react/commit/e6c7614d7aaa420ce8518ad54af62e6409fea9dd) Thanks [@hussam-i-am](https://github.com/hussam-i-am)! - fix(Label): Add missing ref for Label without sx prop
14+
15+
- [#6468](https://github.com/primer/react/pull/6468) [`1f531cb`](https://github.com/primer/react/commit/1f531cb5c0fb87fc20ab8ce4321367d3f24ab734) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Deprecate AvatarPair component - move to @primer/react/deprecated
16+
17+
### Patch Changes
18+
19+
- [#6592](https://github.com/primer/react/pull/6592) [`bdac258`](https://github.com/primer/react/commit/bdac258a6f610da974ef4b8c25ccef876946fc79) Thanks [@langermank](https://github.com/langermank)! - Add support for `loading` footer buttons in ConfirmationDialog
20+
21+
- [#6509](https://github.com/primer/react/pull/6509) [`3b3cf52`](https://github.com/primer/react/commit/3b3cf52f267da4f44123032bf388dc5ff9f61cf8) Thanks [@joshblack](https://github.com/joshblack)! - Update layout for Banner to address extra spacing below description when no actions are included
22+
23+
- [#6431](https://github.com/primer/react/pull/6431) [`0c21301`](https://github.com/primer/react/commit/0c21301ba0c7b1d0272258f8fe59026beab83c95) Thanks [@langermank](https://github.com/langermank)! - Add `border` and `background-color` tokens to `ProgressBar` CSS, which increases contrast for high contrast themes
24+
25+
- [#6603](https://github.com/primer/react/pull/6603) [`f781f7f`](https://github.com/primer/react/commit/f781f7f5434be4c482a8f7819c73c258b93604ce) Thanks [@langermank](https://github.com/langermank)! - Only show focus outline for `Radio` if `focus-visible`
26+
27+
- [#6604](https://github.com/primer/react/pull/6604) [`77a60e7`](https://github.com/primer/react/commit/77a60e7775987ee05b07cd8235ff4a26230b12e2) Thanks [@joshblack](https://github.com/joshblack)! - Add @github/mini-throttle as dependency to project to help with bundle output
28+
29+
- [#6478](https://github.com/primer/react/pull/6478) [`77c8739`](https://github.com/primer/react/commit/77c873936b195915c3f364d01a5b1bb15b0ac1a0) Thanks [@llastflowers](https://github.com/llastflowers)! - Update Select component to correctly pass className to TextInputWraper for styling purposes
30+
31+
- [#6429](https://github.com/primer/react/pull/6429) [`661eae0`](https://github.com/primer/react/commit/661eae0a28ee99228400e6c99a483af0523beeb8) Thanks [@devinmcinnis](https://github.com/devinmcinnis)! - Anchor elements render as interactive elements in TokenBase
32+
333
## 37.31.0
434

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

3+
## 1.0.0-rc.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bdac258`](https://github.com/primer/react/commit/bdac258a6f610da974ef4b8c25ccef876946fc79), [`3b3cf52`](https://github.com/primer/react/commit/3b3cf52f267da4f44123032bf388dc5ff9f61cf8), [`f4ded58`](https://github.com/primer/react/commit/f4ded585c4f6188390cdc3243018fe63af310633), [`e6c7614`](https://github.com/primer/react/commit/e6c7614d7aaa420ce8518ad54af62e6409fea9dd), [`0c21301`](https://github.com/primer/react/commit/0c21301ba0c7b1d0272258f8fe59026beab83c95), [`1f531cb`](https://github.com/primer/react/commit/1f531cb5c0fb87fc20ab8ce4321367d3f24ab734), [`d6d25dc`](https://github.com/primer/react/commit/d6d25dc9263119103138156158f74b408d300dd2), [`f781f7f`](https://github.com/primer/react/commit/f781f7f5434be4c482a8f7819c73c258b93604ce), [`77a60e7`](https://github.com/primer/react/commit/77a60e7775987ee05b07cd8235ff4a26230b12e2), [`77c8739`](https://github.com/primer/react/commit/77c873936b195915c3f364d01a5b1bb15b0ac1a0), [`661eae0`](https://github.com/primer/react/commit/661eae0a28ee99228400e6c99a483af0523beeb8)]:
8+
- @primer/react@38.0.0-rc.0
9+
310
## 0.1.0
411

512
### 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": "0.1.0",
3+
"version": "1.0.0-rc.0",
44
"type": "module",
55
"exports": {
66
".": {
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@babel/preset-typescript": "^7.27.1",
30-
"@primer/react": "^37.31.0",
30+
"@primer/react": "^38.0.0-rc.0",
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": "37.x",
44+
"@primer/react": "38.0.0-rc.0",
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)