Release tracking - #1381
Merged
Merged
Conversation
Contributor
❗ Pre-merge checklistPlease ensure these items are checked before merging. ✅ Preliminary checks
🔌 Integration smoke testsDotcom
Subdomain sites
Sandboxes
🤔 Cross-check (aka sanity test)
After tests
🚢 After merge
|
Contributor
🟢 No design token changes found |
Contributor
🟢 Bundle size report
|
Contributor
🟢 No unit test coverage changes foundAll components and hooks with tests maintain the same coverage as the main branch. |
Contributor
🟢 No visual differences foundOur visual comparison tests did not find any differences in the UI. |
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 22, 2026 11:10
0a4e5ff to
9dc041d
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 29, 2026 10:00
9dc041d to
138127a
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 1, 2026 08:23
138127a to
4599efb
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 2, 2026 15:58
4599efb to
88de47f
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 3, 2026 08:56
88de47f to
9ef718b
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 3, 2026 09:28
9ef718b to
11ae356
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 3, 2026 10:51
11ae356 to
c27c2e9
Compare
Collaborator
rezrah
approved these changes
Jul 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@primer/brand-mcp@0.70.0
Minor Changes
#1384
d117f36Thanks @rezrah! - Added@primer/brand-mcp, a Model Context Protocol (MCP) server that helps AI agents use Primer Brand correctly when building GitHub marketing and landing pages.It exposes version-aware tools like:
primer_brand_setupprimer_brand_page_designprimer_brand_componentprimer_brand_examplesprimer_brand_tokensprimer_brand_assetprimer_brand_docsprimer_brand_reviewThese tools read the
@primer/react-brandpackage that you already have installed and validates JSX and CSS against Primer design system conventions during agentic development.Add it to your MCP client using
npx @primer/brand-mcp.For Copilot CLI, add the following to your
~/.copilot/mcp-config.json:{ "mcpServers": { "primer-brand": { "type": "local", "command": "npx", "args": ["@primer/brand-mcp@latest"], "tools": ["*"] } } }@primer/react-brand@0.70.0
Minor Changes
#1382⚠️ Changes to the files listed in the package:
04e5a9dThanks @rezrah! -lib/(UMD) andesm/(ESM) bundles now ship a clean, filtered list of React modules and type declarations (everything exported fromindex.ts). Internal-only modules that were never intended for the package likerecipes/and Storybook testfixtures/— are no longer included:#1378
c51633eThanks @danielguillan! - Adds theNavListcomponent for vertical navigation with groups, nested expandable links, current item states, and custom link support.See docs for usage examples
Patch Changes
#1382
04e5a9dThanks @rezrah! - Version-pinned documentation is now bundled in@primer/react-brand. Each release now ships Markdown documentation at parity with primer.style/brand underdocs/, plus anllms.txtindex. This is to help agents reference documentation that matches their installed version instead relying on the latest version of documentation published to primer.style/brand, which may be ahead of what's locally installed.#1379
7497dc7Thanks @danielguillan! - UpdateTokentext styles to use sans-serif and remove the uppercase transform.#1385
7d7800fThanks @rezrah! - Reduced the gap betweenFootnotesitems from24pxto12px#1384
d117f36Thanks @rezrah! - Added inert JSDoc annotations to theHeadingcomponent'sasandsizeprops clarifying thatassets only the semantic heading level whilesizecontrols the visual size.#1384
d117f36Thanks @rezrah! - Adds a dev-only warning to preventcenteralignedHerocontent whenvariant="gridline-expressive". This should always remain start aligned. We not silently prevent this from happening in theHerocomponent.The
primer_brand_reviewMCP tool also gains an extendableinvalid-prop-combinationrule that flags unsupported pairings like this.#1385
7d7800fThanks @rezrah! - Adjusted the padding in thegridline-expressivevariant ofHeroon narrow viewports#1211
06c14a2Thanks @rezrah! - Added descriptive labels toFootnotereturn links for an improved screen-reader experience. Return links will now be read aloud as "Back to content {Link label}"#1387
af3ac05Thanks @danielguillan! - Adjusted the spacing in theMediaPlaylistcomponent on narrow viewports#1387
af3ac05Thanks @danielguillan! - Increased theborder-radiusof icons in thePillarcomponent to12px#1385
7d7800fThanks @rezrah! - Increased theborder-radiusof icons in theSectionIntroStackedcomponent from8pxto12px#1387
af3ac05Thanks @danielguillan! - Updated theStatisticsocial proof example to use consistent text colors#1387
af3ac05Thanks @danielguillan! - Adjusted theTilesgrid to use three columns on tablet viewports@primer/brand-css@0.70.0
@primer/brand-primitives@0.70.0
@primer/brand-docs@0.70.0
@primer/brand-storybook@0.70.0
@primer/brand-e2e@0.70.0
@primer/brand-fonts@0.70.0
@primer/brand-config@0.70.0