diff --git a/.changeset/pre.json b/.changeset/pre.json index 36cf79cf968..fa447ffe3d3 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,15 +15,21 @@ "big-oranges-marry", "bright-dolls-dance", "bright-parents-flow", + "busy-bananas-smash", "chubby-colts-nail", "cold-teams-buy", "cruel-papers-film", + "cuddly-ads-behave", + "cuddly-cows-trade", "deprecate-textinputwithtokens", "dirty-chairs-invent", + "eighty-queens-tap", "few-mails-sing", "five-squids-sin", "gentle-rockets-go", + "gold-dingos-sneeze", "great-hats-serve", + "hot-bears-cry", "hot-melons-jump", "icy-pianos-say", "lemon-jokes-camp", @@ -42,15 +48,23 @@ "salty-geese-own", "seven-coats-hang", "seven-forks-join", + "silly-parks-give", + "slick-months-cry", "soft-islands-warn", + "spotty-colts-hear", "stale-wasps-smell", "strange-knives-study", "strange-peas-kiss", "strong-falcons-design", + "strong-lions-tan", "thin-oranges-lick", "three-hounds-refuse", "tricky-eggs-cross", + "twenty-baboons-pull", + "unlucky-hotels-shake", "wet-crews-drum", + "wet-terms-argue", + "witty-chicken-leave", "young-dots-heal", "young-timers-accept" ] diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 27231e602e8..72d87534498 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -17,7 +17,7 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.3", - "@primer/react": "38.0.0-rc.2", + "@primer/react": "38.0.0-rc.3", "styled-components": "5.x", "typescript": "^5.9.2", "vite": "^7.1.5" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index bd3e4623f06..9270d7027d8 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "38.0.0-rc.2", + "@primer/react": "38.0.0-rc.3", "next": "^15.2.3", "react": "18.3.1", "react-dom": "18.3.1", diff --git a/examples/theming/package.json b/examples/theming/package.json index a5de9b27c03..736f21bada8 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.14.0", - "@primer/react": "38.0.0-rc.2", + "@primer/react": "38.0.0-rc.3", "clsx": "^2.1.1", "next": "^15.2.3", "react": "18.3.1", diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index fc2c16ca9ca..0b30a60b53a 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,16 @@ # @primer/mcp +## 0.1.0-rc.1 + +### Minor Changes + +- [#6820](https://github.com/primer/react/pull/6820) [`3e47602`](https://github.com/primer/react/commit/3e476021aaa02416bd3828714869dc59b3a976c7) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Adds review_alt_text tool to the Primer MCP + +### Patch Changes + +- Updated dependencies [[`4d080aa`](https://github.com/primer/react/commit/4d080aa4c8718d2f4ab42c841cf2c8d252cdd19f), [`2024709`](https://github.com/primer/react/commit/2024709eca73533c74ee042cb1524e78e495fba2), [`627cc4b`](https://github.com/primer/react/commit/627cc4bc2663cc50a6b21cf6ec8b8e99b7b260bb), [`2910207`](https://github.com/primer/react/commit/2910207766bf6d7168ce356f401d99d26538c496), [`71382dc`](https://github.com/primer/react/commit/71382dc5c0726f46a9da7823a9543334b7d0fcca), [`2910207`](https://github.com/primer/react/commit/2910207766bf6d7168ce356f401d99d26538c496), [`37ce4aa`](https://github.com/primer/react/commit/37ce4aaf2830fbe0423e0d7546dfdad6e21ac398), [`e23d965`](https://github.com/primer/react/commit/e23d96524783863d92fc770a36c564b14098242b), [`9d13904`](https://github.com/primer/react/commit/9d13904037541d8f4f68d5d833f632304cace06e), [`78784b3`](https://github.com/primer/react/commit/78784b3127acb844ec8a60d4a36141addb75d43d), [`d6378c2`](https://github.com/primer/react/commit/d6378c246748403275ca17bc8aa7f713157ab1b7), [`f082c77`](https://github.com/primer/react/commit/f082c77768526d9f97566a793e80a386cc0bc699), [`4896ef1`](https://github.com/primer/react/commit/4896ef1b541e47e5f6364c5eb0f7ab357594e456)]: + - @primer/react@38.0.0-rc.3 + ## 0.0.4-rc.0 ### Patch Changes diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 799f070d249..dd58b4cf38b 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.4-rc.0", + "version": "0.1.0-rc.1", "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": "^38.0.0-rc.0", + "@primer/react": "^38.0.0-rc.3", "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 84c70215fad..d9837b20d88 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,39 @@ # @primer/react +## 38.0.0-rc.3 + +### Major Changes + +- [#6754](https://github.com/primer/react/pull/6754) [`4d080aa`](https://github.com/primer/react/commit/4d080aa4c8718d2f4ab42c841cf2c8d252cdd19f) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Update Popover to no longer support sx + +- [#6666](https://github.com/primer/react/pull/6666) [`71382dc`](https://github.com/primer/react/commit/71382dc5c0726f46a9da7823a9543334b7d0fcca) Thanks [@mperrotti](https://github.com/mperrotti)! - Removes styled-system usage from TextInputWrapper and related components and Storybook stories. + +- [#6425](https://github.com/primer/react/pull/6425) [`e23d965`](https://github.com/primer/react/commit/e23d96524783863d92fc770a36c564b14098242b) Thanks [@joshblack](https://github.com/joshblack)! - Update @primer/react to only export ESM bundles + +- [#6806](https://github.com/primer/react/pull/6806) [`9d13904`](https://github.com/primer/react/commit/9d13904037541d8f4f68d5d833f632304cace06e) Thanks [@joshblack](https://github.com/joshblack)! - Remove the `sx` prop from `Announce`, `AriaAlert`, and `AriaStatus` + +- [#6741](https://github.com/primer/react/pull/6741) [`4896ef1`](https://github.com/primer/react/commit/4896ef1b541e47e5f6364c5eb0f7ab357594e456) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Remove sx prop support from the SegmentedControl component. + +### Minor Changes + +- [#6815](https://github.com/primer/react/pull/6815) [`2024709`](https://github.com/primer/react/commit/2024709eca73533c74ee042cb1524e78e495fba2) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: add PortalContext + +- [#6709](https://github.com/primer/react/pull/6709) [`78784b3`](https://github.com/primer/react/commit/78784b3127acb844ec8a60d4a36141addb75d43d) Thanks [@pksjce](https://github.com/pksjce)! - Remove overflow property from popover (It has no usage) + +- [#6721](https://github.com/primer/react/pull/6721) [`d6378c2`](https://github.com/primer/react/commit/d6378c246748403275ca17bc8aa7f713157ab1b7) Thanks [@cheshire137](https://github.com/cheshire137)! - Add count to SegmentedControlButton + +- [#6843](https://github.com/primer/react/pull/6843) [`f082c77`](https://github.com/primer/react/commit/f082c77768526d9f97566a793e80a386cc0bc699) Thanks [@camchenry](https://github.com/camchenry)! - Allow changing initially focused button in ConfirmationDialog + +### Patch Changes + +- [#6669](https://github.com/primer/react/pull/6669) [`627cc4b`](https://github.com/primer/react/commit/627cc4bc2663cc50a6b21cf6ec8b8e99b7b260bb) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: use Banner instead of custom implementation for SelectPanel notice + +- [#6664](https://github.com/primer/react/pull/6664) [`2910207`](https://github.com/primer/react/commit/2910207766bf6d7168ce356f401d99d26538c496) Thanks [@pksjce](https://github.com/pksjce)! - Breadcrumbs : Add overflow menu for responsive behavior + +- [#6664](https://github.com/primer/react/pull/6664) [`2910207`](https://github.com/primer/react/commit/2910207766bf6d7168ce356f401d99d26538c496) Thanks [@pksjce](https://github.com/pksjce)! - Breadcrumb overflow styling + +- [#6846](https://github.com/primer/react/pull/6846) [`37ce4aa`](https://github.com/primer/react/commit/37ce4aaf2830fbe0423e0d7546dfdad6e21ac398) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds `sx` prop back to TextInput + ## 38.0.0-rc.2 ### Major Changes diff --git a/packages/react/package.json b/packages/react/package.json index 0a9949b5949..a9232579168 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@primer/react", "type": "module", - "version": "38.0.0-rc.2", + "version": "38.0.0-rc.3", "description": "An implementation of GitHub's Primer Design System using React", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/styled-react/CHANGELOG.md b/packages/styled-react/CHANGELOG.md index f129f58cb18..a6b5801491a 100644 --- a/packages/styled-react/CHANGELOG.md +++ b/packages/styled-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @primer/styled-react +## 1.0.0-rc.3 + +### Patch Changes + +- Updated dependencies [[`4d080aa`](https://github.com/primer/react/commit/4d080aa4c8718d2f4ab42c841cf2c8d252cdd19f), [`2024709`](https://github.com/primer/react/commit/2024709eca73533c74ee042cb1524e78e495fba2), [`627cc4b`](https://github.com/primer/react/commit/627cc4bc2663cc50a6b21cf6ec8b8e99b7b260bb), [`2910207`](https://github.com/primer/react/commit/2910207766bf6d7168ce356f401d99d26538c496), [`71382dc`](https://github.com/primer/react/commit/71382dc5c0726f46a9da7823a9543334b7d0fcca), [`2910207`](https://github.com/primer/react/commit/2910207766bf6d7168ce356f401d99d26538c496), [`37ce4aa`](https://github.com/primer/react/commit/37ce4aaf2830fbe0423e0d7546dfdad6e21ac398), [`e23d965`](https://github.com/primer/react/commit/e23d96524783863d92fc770a36c564b14098242b), [`9d13904`](https://github.com/primer/react/commit/9d13904037541d8f4f68d5d833f632304cace06e), [`78784b3`](https://github.com/primer/react/commit/78784b3127acb844ec8a60d4a36141addb75d43d), [`d6378c2`](https://github.com/primer/react/commit/d6378c246748403275ca17bc8aa7f713157ab1b7), [`f082c77`](https://github.com/primer/react/commit/f082c77768526d9f97566a793e80a386cc0bc699), [`4896ef1`](https://github.com/primer/react/commit/4896ef1b541e47e5f6364c5eb0f7ab357594e456)]: + - @primer/react@38.0.0-rc.3 + ## 1.0.0-rc.2 ### Patch Changes diff --git a/packages/styled-react/package.json b/packages/styled-react/package.json index 32e6ced69f7..7851d55488a 100644 --- a/packages/styled-react/package.json +++ b/packages/styled-react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/styled-react", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "type": "module", "exports": { ".": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", - "@primer/react": "^38.0.0-rc.2", + "@primer/react": "^38.0.0-rc.3", "@rollup/plugin-babel": "^6.0.4", "@types/react": "18.3.11", "@types/react-dom": "18.3.1", @@ -44,7 +44,7 @@ "typescript": "^5.9.2" }, "peerDependencies": { - "@primer/react": "38.0.0-rc.2", + "@primer/react": "38.0.0-rc.3", "@types/react": "18.x || 19.x", "@types/react-dom": "18.x || 19.x", "@types/react-is": "18.x || 19.x",