diff --git a/.changeset/calm-videos-play.md b/.changeset/calm-videos-play.md deleted file mode 100644 index f0bd0a0088..0000000000 --- a/.changeset/calm-videos-play.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@primer/react-brand': minor ---- - -Added the new `MinimalVideoPlayer` component for presenting muted, looping videos with a minimal play and pause control. - -```tsx - -``` - -🔗 [See `MinimalVideoPlayer` documentation for more usage examples](https://primer.style/brand/components/MinimalVideoPlayer) diff --git a/.changeset/conditional-button-group-children.md b/.changeset/conditional-button-group-children.md deleted file mode 100644 index 2cf42436b3..0000000000 --- a/.changeset/conditional-button-group-children.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Allow `ButtonGroup` to accept conditionally rendered children. - -Example: - -```jsx - - - {showSecondaryAction ? : null} - -``` diff --git a/.changeset/curvy-taxis-travel.md b/.changeset/curvy-taxis-travel.md deleted file mode 100644 index e874a463ce..0000000000 --- a/.changeset/curvy-taxis-travel.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@primer/brand-primitives': patch -'@primer/react-brand': patch ---- - -Added configurable `Card.Image` padding, which allows for full-bleed images to be displayed. - -Example: - -```jsx - - - -``` diff --git a/.changeset/fix-responsive-expressive-testimonial.md b/.changeset/fix-responsive-expressive-testimonial.md deleted file mode 100644 index e5dc30cf03..0000000000 --- a/.changeset/fix-responsive-expressive-testimonial.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Update expressive `Testimonial` typography, spacing, and responsive composition to match the design. diff --git a/.changeset/major-years-unite.md b/.changeset/major-years-unite.md deleted file mode 100644 index 76966d380a..0000000000 --- a/.changeset/major-years-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Added `width: 100%` to all `River` components to fix layout regression on tablet viewports diff --git a/.changeset/quiet-gridlines-connect.md b/.changeset/quiet-gridlines-connect.md deleted file mode 100644 index d3c0df2744..0000000000 --- a/.changeset/quiet-gridlines-connect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/brand-mcp': patch ---- - -Improved gridline guidance. Also added new example CSS with canonical component examples to the catalog. diff --git a/.changeset/tidy-cards-responsive.md b/.changeset/tidy-cards-responsive.md deleted file mode 100644 index 916f260cb1..0000000000 --- a/.changeset/tidy-cards-responsive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Updated `Card` responsive spacing, exposed arrow CTA labels on non-hover devices, and removed the hover scale effect. diff --git a/.changeset/wide-faq-gridlines.md b/.changeset/wide-faq-gridlines.md deleted file mode 100644 index ae1781caa3..0000000000 --- a/.changeset/wide-faq-gridlines.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Updated the `FAQ` gridline variant to include inline padding by default for narrow viewports. diff --git a/apps/next-docs/CHANGELOG.md b/apps/next-docs/CHANGELOG.md index 1dbc394088..8d7f989d16 100644 --- a/apps/next-docs/CHANGELOG.md +++ b/apps/next-docs/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-docs +## 0.73.0 + ## 0.72.0 ## 0.71.0 diff --git a/apps/next-docs/package.json b/apps/next-docs/package.json index 743f1276cf..88ee5b95a0 100644 --- a/apps/next-docs/package.json +++ b/apps/next-docs/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-docs", - "version": "0.72.0", + "version": "0.73.0", "private": true, "description": "Primer Brand Documentation", "keywords": [ @@ -39,9 +39,9 @@ }, "devDependencies": { "@github/prettier-config": "^0.0.6", - "@primer/brand-primitives": "^0.72.0", + "@primer/brand-primitives": "^0.73.0", "@primer/react": "38.18.0", - "@primer/react-brand": "0.72.0", + "@primer/react-brand": "0.73.0", "@swc/core": "^1.15.21", "@types/node": "24.12.0", "@types/react": "^19.2.6", diff --git a/apps/storybook/CHANGELOG.md b/apps/storybook/CHANGELOG.md index d616f77c73..1c089f4ad0 100644 --- a/apps/storybook/CHANGELOG.md +++ b/apps/storybook/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-storybook +## 0.73.0 + ## 0.72.0 ## 0.71.0 diff --git a/apps/storybook/package.json b/apps/storybook/package.json index ee58d52d0a..b1908dc13d 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-storybook", - "version": "0.72.0", + "version": "0.73.0", "private": true, "type": "module", "description": "Primer Brand Storybook", diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index 6e4dcaa344..3b927ea7a5 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-css +## 0.73.0 + ## 0.72.0 ### Minor Changes diff --git a/packages/css/package.json b/packages/css/package.json index 46f1e572db..47bf65069b 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-css", - "version": "0.72.0", + "version": "0.73.0", "description": "CSS stylesheets for Primer Brand components", "keywords": [ "primer", diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 9b54610c4d..4fba8b7ff1 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -1,5 +1,19 @@ # @primer/brand-primitives +## 0.73.0 + +### Patch Changes + +- [#1438](https://github.com/primer/brand/pull/1438) [`baa0861`](https://github.com/primer/brand/commit/baa0861d4a05aabd703dd62059b85caf743f97d3) Thanks [@rezrah](https://github.com/rezrah)! - Added configurable `Card.Image` padding, which allows for full-bleed images to be displayed. + + Example: + + ```jsx + + + + ``` + ## 0.72.0 ### Minor Changes diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 7f32bfc52e..d244498a81 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-primitives", - "version": "0.72.0", + "version": "0.73.0", "description": "Color, spacing, and typography primitives for the Primer Brand Design System ", "keywords": [ "primer", diff --git a/packages/e2e/CHANGELOG.md b/packages/e2e/CHANGELOG.md index 33ab153b4b..3392bccfce 100644 --- a/packages/e2e/CHANGELOG.md +++ b/packages/e2e/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-e2e +## 0.73.0 + ## 0.72.0 ## 0.71.0 diff --git a/packages/e2e/package.json b/packages/e2e/package.json index fcd6126379..3232a66d30 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-e2e", - "version": "0.72.0", + "version": "0.73.0", "private": true, "description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.", "keywords": [ diff --git a/packages/fonts/CHANGELOG.md b/packages/fonts/CHANGELOG.md index 62a66c6c89..c68425af4a 100644 --- a/packages/fonts/CHANGELOG.md +++ b/packages/fonts/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-fonts +## 0.73.0 + ## 0.72.0 ## 0.71.0 diff --git a/packages/fonts/package.json b/packages/fonts/package.json index 98aea7012c..4e5280f519 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-fonts", - "version": "0.72.0", + "version": "0.73.0", "private": true, "description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.", "keywords": [ diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index 0475af4976..074e5456c8 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/brand-mcp +## 0.73.0 + +### Patch Changes + +- [#1438](https://github.com/primer/brand/pull/1438) [`baa0861`](https://github.com/primer/brand/commit/baa0861d4a05aabd703dd62059b85caf743f97d3) Thanks [@rezrah](https://github.com/rezrah)! - Improved gridline guidance. Also added new example CSS with canonical component examples to the catalog. + ## 0.72.0 ### Patch Changes diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 6e0e66a8c9..8a58ae6705 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-mcp", - "version": "0.72.0", + "version": "0.73.0", "description": "MCP (Model Context Protocol) server that helps AI agents use Primer Brand (@primer/react-brand) correctly when building GitHub marketing and landing pages.", "keywords": [ "primer", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f8baff9bf5..9f8db0a6d0 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,48 @@ # @primer/react-brand +## 0.73.0 + +### Minor Changes + +- [#1425](https://github.com/primer/brand/pull/1425) [`a486555`](https://github.com/primer/brand/commit/a48655575e03ab38ffcb3cb0e3752c5e34f55fae) Thanks [@danielguillan](https://github.com/danielguillan)! - Added the new `MinimalVideoPlayer` component for presenting muted, looping videos with a minimal play and pause control. + + ```tsx + + ``` + + 🔗 [See `MinimalVideoPlayer` documentation for more usage examples](https://primer.style/brand/components/MinimalVideoPlayer) + +### Patch Changes + +- [#1432](https://github.com/primer/brand/pull/1432) [`e8b64f0`](https://github.com/primer/brand/commit/e8b64f0c2ab057d628fad125cc390c4cff665589) Thanks [@rezrah](https://github.com/rezrah)! - Allow `ButtonGroup` to accept conditionally rendered children. + + Example: + + ```jsx + + + {showSecondaryAction ? : null} + + ``` + +- [#1438](https://github.com/primer/brand/pull/1438) [`baa0861`](https://github.com/primer/brand/commit/baa0861d4a05aabd703dd62059b85caf743f97d3) Thanks [@rezrah](https://github.com/rezrah)! - Added configurable `Card.Image` padding, which allows for full-bleed images to be displayed. + + Example: + + ```jsx + + + + ``` + +- [#1439](https://github.com/primer/brand/pull/1439) [`bca51bc`](https://github.com/primer/brand/commit/bca51bc13ddb2df7c3f8b6b17b8812195468d1cb) Thanks [@danielguillan](https://github.com/danielguillan)! - Update expressive `Testimonial` typography, spacing, and responsive composition to match the design. + +- [#1439](https://github.com/primer/brand/pull/1439) [`bca51bc`](https://github.com/primer/brand/commit/bca51bc13ddb2df7c3f8b6b17b8812195468d1cb) Thanks [@danielguillan](https://github.com/danielguillan)! - Added `width: 100%` to all `River` components to fix layout regression on tablet viewports + +- [#1428](https://github.com/primer/brand/pull/1428) [`8ac13c8`](https://github.com/primer/brand/commit/8ac13c8367b8ac99abd6e8ca1aca86aa305ec3a8) Thanks [@danielguillan](https://github.com/danielguillan)! - Updated `Card` responsive spacing, exposed arrow CTA labels on non-hover devices, and removed the hover scale effect. + +- [#1441](https://github.com/primer/brand/pull/1441) [`8040f9a`](https://github.com/primer/brand/commit/8040f9a789a71493c06cf8fbc543aed0d87f70d0) Thanks [@rezrah](https://github.com/rezrah)! - Updated the `FAQ` gridline variant to include inline padding by default for narrow viewports. + ## 0.72.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 7a3935fde5..8eeda78962 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react-brand", - "version": "0.72.0", + "version": "0.73.0", "description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.", "keywords": [ "primer", diff --git a/packages/repo-configs/CHANGELOG.md b/packages/repo-configs/CHANGELOG.md index e2587f3e79..935c24a5b8 100644 --- a/packages/repo-configs/CHANGELOG.md +++ b/packages/repo-configs/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-config +## 0.73.0 + ## 0.72.0 ## 0.71.0 diff --git a/packages/repo-configs/package.json b/packages/repo-configs/package.json index 5accef2603..8df625c7af 100644 --- a/packages/repo-configs/package.json +++ b/packages/repo-configs/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-config", - "version": "0.72.0", + "version": "0.73.0", "type": "module", "private": true, "description": "General-purpose configurations for maintaining Primer Brand",