From 08c8ae1b8fa8e28090c838203180a97eb35ae6f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 18:02:23 +0000 Subject: [PATCH] Version Packages (rc) --- .changeset/pre.json | 14 +++++++++++++- examples/codesandbox/package.json | 2 +- examples/nextjs/package.json | 2 +- examples/theming/package.json | 2 +- packages/mcp/CHANGELOG.md | 8 ++++++++ packages/mcp/package.json | 4 ++-- packages/react/CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ packages/react/package.json | 2 +- packages/styled-react/CHANGELOG.md | 7 +++++++ packages/styled-react/package.json | 6 +++--- 10 files changed, 67 insertions(+), 10 deletions(-) create mode 100644 packages/mcp/CHANGELOG.md diff --git a/.changeset/pre.json b/.changeset/pre.json index 0d16ad26dde..51755d06ec5 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -11,5 +11,17 @@ "rollup-plugin-import-css": "0.0.0", "@primer/styled-react": "0.1.0" }, - "changesets": [] + "changesets": [ + "big-oranges-marry", + "bright-dolls-dance", + "cold-teams-buy", + "five-squids-sin", + "lovely-vans-burn", + "metal-lamps-appear", + "proud-chairs-study", + "soft-islands-warn", + "stale-wasps-smell", + "strong-falcons-design", + "wet-crews-drum" + ] } diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index c189df610a9..21a04588055 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.3.1", "@vitejs/plugin-react": "^4.3.3", - "@primer/react": "37.31.0", + "@primer/react": "38.0.0-rc.0", "eslint": "^9.32.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 49f383169d0..b85f263546c 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "37.31.0", + "@primer/react": "38.0.0-rc.0", "next": "^15.2.3", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index 351843f44ee..74f61935589 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.14.0", - "@primer/react": "37.31.0", + "@primer/react": "38.0.0-rc.0", "clsx": "^2.1.1", "next": "^14.2.30", "react": "^18.3.1", diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md new file mode 100644 index 00000000000..fc2c16ca9ca --- /dev/null +++ b/packages/mcp/CHANGELOG.md @@ -0,0 +1,8 @@ +# @primer/mcp + +## 0.0.4-rc.0 + +### Patch Changes + +- 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)]: + - @primer/react@38.0.0-rc.0 diff --git a/packages/mcp/package.json b/packages/mcp/package.json index c50b5d92d03..721ce3dc299 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -2,7 +2,7 @@ "name": "@primer/mcp", "private": true, "description": "An MCP server that connects AI tools to the Primer Design System", - "version": "0.0.3", + "version": "0.0.4-rc.0", "type": "module", "bin": { "mcp": "./bin/mcp.js" @@ -34,7 +34,7 @@ "@modelcontextprotocol/sdk": "^1.12.0", "@primer/octicons": "^19.15.5", "@primer/primitives": "10.x || 11.x", - "@primer/react": "^37.24.0", + "@primer/react": "^38.0.0-rc.0", "cheerio": "^1.0.0", "turndown": "^7.2.0", "zod": "^3.23.8" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 77feca0cd7b..f28a695cd32 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,35 @@ # @primer/react +## 38.0.0-rc.0 + +### Major Changes + +- [#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 + +### Minor Changes + +- [#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 + +- [#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 + +- [#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 + +### Patch Changes + +- [#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 + +- [#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 + +- [#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 + +- [#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` + +- [#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 + +- [#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 + +- [#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 + ## 37.31.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 0b8179fa525..77b3d2f06ff 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "37.31.0", + "version": "38.0.0-rc.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js", diff --git a/packages/styled-react/CHANGELOG.md b/packages/styled-react/CHANGELOG.md index 1c398de15a5..bdb175a954e 100644 --- a/packages/styled-react/CHANGELOG.md +++ b/packages/styled-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @primer/styled-react +## 1.0.0-rc.0 + +### Patch Changes + +- 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)]: + - @primer/react@38.0.0-rc.0 + ## 0.1.0 ### Minor Changes diff --git a/packages/styled-react/package.json b/packages/styled-react/package.json index ca2e0e38f8d..fd2a92f0e1b 100644 --- a/packages/styled-react/package.json +++ b/packages/styled-react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/styled-react", - "version": "0.1.0", + "version": "1.0.0-rc.0", "type": "module", "exports": { ".": { @@ -27,7 +27,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.27.1", - "@primer/react": "^37.31.0", + "@primer/react": "^38.0.0-rc.0", "@rollup/plugin-babel": "^6.0.4", "@types/react": "18.3.11", "@types/react-dom": "18.3.1", @@ -41,7 +41,7 @@ "typescript": "^5.8.2" }, "peerDependencies": { - "@primer/react": "37.x", + "@primer/react": "38.0.0-rc.0", "@types/react": "18.x || 19.x", "@types/react-dom": "18.x || 19.x", "@types/react-is": "18.x || 19.x",