From 719f204cedb04989e0fd1049b4131e726db628d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 15:15:41 +0000 Subject: [PATCH] Version Packages --- .changeset/brand-color-map-export.md | 7 ------- .changeset/card-description-link-spacing.md | 5 ----- .changeset/fresh-tiles-sparkle.md | 5 ----- .changeset/mcp-page-design-guidance.md | 9 --------- ...river-breakout-tabs-wide-action-spacing.md | 10 ---------- apps/next-docs/CHANGELOG.md | 2 ++ apps/next-docs/package.json | 6 +++--- apps/storybook/CHANGELOG.md | 2 ++ apps/storybook/package.json | 2 +- packages/css/CHANGELOG.md | 6 ++++++ packages/css/package.json | 2 +- packages/design-tokens/CHANGELOG.md | 6 ++++++ packages/design-tokens/package.json | 2 +- packages/e2e/CHANGELOG.md | 2 ++ packages/e2e/package.json | 2 +- packages/fonts/CHANGELOG.md | 2 ++ packages/fonts/package.json | 2 +- packages/mcp/CHANGELOG.md | 10 ++++++++++ packages/mcp/package.json | 2 +- packages/react/CHANGELOG.md | 19 +++++++++++++++++++ packages/react/package.json | 2 +- packages/repo-configs/CHANGELOG.md | 2 ++ packages/repo-configs/package.json | 2 +- 23 files changed, 62 insertions(+), 47 deletions(-) delete mode 100644 .changeset/brand-color-map-export.md delete mode 100644 .changeset/card-description-link-spacing.md delete mode 100644 .changeset/fresh-tiles-sparkle.md delete mode 100644 .changeset/mcp-page-design-guidance.md delete mode 100644 .changeset/river-breakout-tabs-wide-action-spacing.md diff --git a/.changeset/brand-color-map-export.md b/.changeset/brand-color-map-export.md deleted file mode 100644 index 5fc143acea..0000000000 --- a/.changeset/brand-color-map-export.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/brand-primitives': minor -'@primer/brand-css': minor -'@primer/react-brand': minor ---- - -Added a new JSON-based color map export at `/lib/design-tokens/json/colors.json`, listing color tokens from `@primer/brand-primitives`. diff --git a/.changeset/card-description-link-spacing.md b/.changeset/card-description-link-spacing.md deleted file mode 100644 index 8294cb4a66..0000000000 --- a/.changeset/card-description-link-spacing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Reduced the spacing between the `Card` description and its link from `32px` to `24px` diff --git a/.changeset/fresh-tiles-sparkle.md b/.changeset/fresh-tiles-sparkle.md deleted file mode 100644 index db71d72a54..0000000000 --- a/.changeset/fresh-tiles-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Updates compact `Tiles` density so narrow viewports shows four items per row with smaller icons, while medium (tablet) show six items per row. diff --git a/.changeset/mcp-page-design-guidance.md b/.changeset/mcp-page-design-guidance.md deleted file mode 100644 index 8f6f79bb64..0000000000 --- a/.changeset/mcp-page-design-guidance.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@primer/brand-mcp': patch ---- - -Expanded the `primer_brand_page_design` guidance with clearer instructions on: - -- containing content within the gridline column -- preserving typographic hierarchy -- respecting icon color rules diff --git a/.changeset/river-breakout-tabs-wide-action-spacing.md b/.changeset/river-breakout-tabs-wide-action-spacing.md deleted file mode 100644 index 2ca712e5e6..0000000000 --- a/.changeset/river-breakout-tabs-wide-action-spacing.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Updates to the `RiverBreakoutTabs` component: - -- Reduced the spacing above the tab list action on wide breakpoints from `16px` to `12px` -- Reduced the gridline outer padding from `64px` to `60px` at the widest breakpoint -- Added a `0.3s` transition to the tab heading color -- Fixed a shadow-border issue on hovered tab indicators. It now fills the entire parent space using a negative offset. diff --git a/apps/next-docs/CHANGELOG.md b/apps/next-docs/CHANGELOG.md index f00ea20033..42799eef92 100644 --- a/apps/next-docs/CHANGELOG.md +++ b/apps/next-docs/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-docs +## 0.71.0 + ## 0.70.0 ## 0.69.0 diff --git a/apps/next-docs/package.json b/apps/next-docs/package.json index 7c0673787c..a9c34458ba 100644 --- a/apps/next-docs/package.json +++ b/apps/next-docs/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-docs", - "version": "0.70.0", + "version": "0.71.0", "private": true, "description": "Primer Brand Documentation", "keywords": [ @@ -39,9 +39,9 @@ }, "devDependencies": { "@github/prettier-config": "^0.0.6", - "@primer/brand-primitives": "^0.70.0", + "@primer/brand-primitives": "^0.71.0", "@primer/react": "38.18.0", - "@primer/react-brand": "0.70.0", + "@primer/react-brand": "0.71.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 59c4e188b8..8689baefa2 100644 --- a/apps/storybook/CHANGELOG.md +++ b/apps/storybook/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-storybook +## 0.71.0 + ## 0.70.0 ## 0.69.0 diff --git a/apps/storybook/package.json b/apps/storybook/package.json index ca18eff899..38da4e2f58 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-storybook", - "version": "0.70.0", + "version": "0.71.0", "private": true, "type": "module", "description": "Primer Brand Storybook", diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index 5ae6253818..7d49f1e780 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/brand-css +## 0.71.0 + +### Minor Changes + +- [#1370](https://github.com/primer/brand/pull/1370) [`93dcb13`](https://github.com/primer/brand/commit/93dcb134bcf9c6ce96d5aa81591dbcb1f5372747) Thanks [@stefankp](https://github.com/stefankp)! - Added a new JSON-based color map export at `/lib/design-tokens/json/colors.json`, listing color tokens from `@primer/brand-primitives`. + ## 0.70.0 ## 0.69.0 diff --git a/packages/css/package.json b/packages/css/package.json index 546c0505d0..74bf0e242c 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-css", - "version": "0.70.0", + "version": "0.71.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 0a7c107890..2b25952d84 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/brand-primitives +## 0.71.0 + +### Minor Changes + +- [#1370](https://github.com/primer/brand/pull/1370) [`93dcb13`](https://github.com/primer/brand/commit/93dcb134bcf9c6ce96d5aa81591dbcb1f5372747) Thanks [@stefankp](https://github.com/stefankp)! - Added a new JSON-based color map export at `/lib/design-tokens/json/colors.json`, listing color tokens from `@primer/brand-primitives`. + ## 0.70.0 ## 0.69.0 diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 2b935c8b7a..a643f251a6 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-primitives", - "version": "0.70.0", + "version": "0.71.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 734ed7ab4e..32f379e7c2 100644 --- a/packages/e2e/CHANGELOG.md +++ b/packages/e2e/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-e2e +## 0.71.0 + ## 0.70.0 ## 0.69.0 diff --git a/packages/e2e/package.json b/packages/e2e/package.json index b417a695fe..04b97ccb07 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-e2e", - "version": "0.70.0", + "version": "0.71.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 0e7e6014fd..2ad1b019d9 100644 --- a/packages/fonts/CHANGELOG.md +++ b/packages/fonts/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-fonts +## 0.71.0 + ## 0.70.0 ## 0.69.0 diff --git a/packages/fonts/package.json b/packages/fonts/package.json index e3f1a0220a..26dae64c7e 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-fonts", - "version": "0.70.0", + "version": "0.71.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 94662a678b..714adfc346 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/brand-mcp +## 0.71.0 + +### Patch Changes + +- [#1395](https://github.com/primer/brand/pull/1395) [`42b27ee`](https://github.com/primer/brand/commit/42b27ee115bbf4d11ed3d013759a6ef4bac828e0) Thanks [@rezrah](https://github.com/rezrah)! - Expanded the `primer_brand_page_design` guidance with clearer instructions on: + + - containing content within the gridline column + - preserving typographic hierarchy + - respecting icon color rules + ## 0.70.0 ### Minor Changes diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 0f4bb05613..39f28d4f26 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-mcp", - "version": "0.70.0", + "version": "0.71.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 7158a98d27..5b10035ae9 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,24 @@ # @primer/react-brand +## 0.71.0 + +### Minor Changes + +- [#1370](https://github.com/primer/brand/pull/1370) [`93dcb13`](https://github.com/primer/brand/commit/93dcb134bcf9c6ce96d5aa81591dbcb1f5372747) Thanks [@stefankp](https://github.com/stefankp)! - Added a new JSON-based color map export at `/lib/design-tokens/json/colors.json`, listing color tokens from `@primer/brand-primitives`. + +### Patch Changes + +- [#1393](https://github.com/primer/brand/pull/1393) [`e9f572f`](https://github.com/primer/brand/commit/e9f572f6e5238089b3bc963c3e6d5bfcf06402e9) Thanks [@rezrah](https://github.com/rezrah)! - Reduced the spacing between the `Card` description and its link from `32px` to `24px` + +- [#1389](https://github.com/primer/brand/pull/1389) [`caae8a6`](https://github.com/primer/brand/commit/caae8a620dd5f737c38a6946015259d469cf6b5e) Thanks [@danielguillan](https://github.com/danielguillan)! - Updates compact `Tiles` density so narrow viewports shows four items per row with smaller icons, while medium (tablet) show six items per row. + +- [#1393](https://github.com/primer/brand/pull/1393) [`e9f572f`](https://github.com/primer/brand/commit/e9f572f6e5238089b3bc963c3e6d5bfcf06402e9) Thanks [@rezrah](https://github.com/rezrah)! - Updates to the `RiverBreakoutTabs` component: + + - Reduced the spacing above the tab list action on wide breakpoints from `16px` to `12px` + - Reduced the gridline outer padding from `64px` to `60px` at the widest breakpoint + - Added a `0.3s` transition to the tab heading color + - Fixed a shadow-border issue on hovered tab indicators. It now fills the entire parent space using a negative offset. + ## 0.70.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index b7517fe645..af5f48e81d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react-brand", - "version": "0.70.0", + "version": "0.71.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 860ca22e6b..1df090c75c 100644 --- a/packages/repo-configs/CHANGELOG.md +++ b/packages/repo-configs/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-config +## 0.71.0 + ## 0.70.0 ## 0.69.0 diff --git a/packages/repo-configs/package.json b/packages/repo-configs/package.json index 142bb0fd34..048979057a 100644 --- a/packages/repo-configs/package.json +++ b/packages/repo-configs/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-config", - "version": "0.70.0", + "version": "0.71.0", "type": "module", "private": true, "description": "General-purpose configurations for maintaining Primer Brand",