Skip to content

Release tracking - #8287

Merged
TylerJDev merged 1 commit into
mainfrom
changeset-release/main
Aug 19, 2026
Merged

Release tracking#8287
TylerJDev merged 1 commit into
mainfrom
changeset-release/main

Conversation

@primer

@primerprimerBot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

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/react@38.36.0

Minor Changes

  • #82129ac9343 Thanks @mattcosta7! - ThemeProvider: Add a CSS-variable-based implementation to @primer/react/next
    and deprecate the legacy JavaScript theme implementation.

  • #8303a88cc69 Thanks @TylerJDev! - NavList: Add a tooltipText prop to items

Patch Changes

  • #82765069f8a Thanks @copilot-swe-agent! - Portal: Render nothing while server rendering and during hydration instead of accessing the DOM during render, fixing server rendering support. Client-only renders are unchanged and still mount portaled content in the same commit.

  • #826024d0831 Thanks @liuliu-dev! - UnderlineNav: Keep item icons visible by default at the medium breakpoint and above

@primer/styled-react@1.1.1

Patch Changes

  • #82129ac9343 Thanks @mattcosta7! - ThemeProvider: Vendor the legacy colorSchemes object so styled theming keeps
    working after @primer/react removed it from its default theme.

@primer
primerBot requested a review from a team as a code ownerAugust 11, 2026 13:54
@primer
primerBot requested a review from liuliu-devAugust 11, 2026 13:54
@github-actions

Copy link
Copy Markdown
Contributor

❗ Pre-merge checklist

Please ensure these items are checked before merging:

🔎 Smoke test

  • All CI checks pass on this pull request
  • Docs and Storybook open in a browser

🌏 Integration tests

  • Successful integration test with github/github-ui as a primary consumer of primer/react (automated pull request)
    • Verify all CI checks have passed on automated pull request
    • Manually test critical paths in preview
    • Manually test release-specific bugfixes and/or feature work as described in preview

✅ Peer Review

  • Create release review issue for Issues team (example)
  • Wait for approval from Issues team before merging

🤔 Sanity test

  • All bugfixes in this release have resolved their corresponding issues
  • The issues for any reverted PRs have been re-opened and commented on with a link to the reverted PR
  • No noticeable regressions have been introduced as a result of changes in this release
  • Release notes accurately describe the changes made

❗ Post-merge checklist

Please ensure these items are checked after merging:

🚢 Version upgrade, cleanup, and documentation

  • Upgrade @primer/react version at github/github-ui
  • Close Integration test PR and delete branch
  • Leave a /short-report comment on quarterly release conductor tracking issue summarizing time spent on release activities and any challenges encountered
  • Leave any testing notes on the automated per-shift release tracking issue. In particular, describe any issues encountered during your testing. This is helpful in providing historical context to the next release conductor as well as other maintainers.

@github-actionsgithub-actionsBot added the integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm label Aug 11, 2026
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Action required

👋 Hi, this pull request contains changes to the source code that github/github-ui depends on. If you are GitHub staff, test these changes with github/github-ui using the integration workflow. Check the integration testing docs for step-by-step instructions. Or, apply the integration-tests: skipped manually label to skip these checks.

@github-actions
github-actionsBottemporarily deployed to storybook-preview-8287 August 11, 2026 14:04 Inactive
@primer
primerBotforce-pushed the changeset-release/main branch from 7156e7e to acb49cdCompareAugust 11, 2026 15:12
@github-actions
github-actionsBottemporarily deployed to storybook-preview-8287 August 11, 2026 15:20 Inactive
@primer
primerBotforce-pushed the changeset-release/main branch 2 times, most recently from bd3520b to 4403803CompareAugust 11, 2026 16:41
@github-actions
github-actionsBottemporarily deployed to storybook-preview-8287 August 11, 2026 16:46 Inactive
@github-actions
github-actionsBottemporarily deployed to storybook-preview-8287 August 11, 2026 16:55 Inactive
@primer
primerBotforce-pushed the changeset-release/main branch from 4403803 to 3fb350bCompareAugust 11, 2026 16:59
@github-actions
github-actionsBottemporarily deployed to storybook-preview-8287 August 11, 2026 17:09 Inactive
@primer
primerBotforce-pushed the changeset-release/main branch from 3fb350b to 62d9351CompareAugust 11, 2026 19:10
@github-actions
github-actionsBottemporarily deployed to storybook-preview-8287 August 11, 2026 19:22 Inactive
@primer
primerBotforce-pushed the changeset-release/main branch from 62d9351 to 360f4c6CompareAugust 11, 2026 21:21
@github-actions
github-actionsBottemporarily deployed to storybook-preview-8287 August 11, 2026 21:30 Inactive
@primer
primerBotforce-pushed the changeset-release/main branch from 360f4c6 to a1228edCompareAugust 12, 2026 23:12
@github-actions
github-actionsBottemporarily deployed to storybook-preview-8287 August 12, 2026 23:26 Inactive
@primer
primerBotforce-pushed the changeset-release/main branch from a1228ed to e29d259CompareAugust 13, 2026 16:13
@github-actions
github-actionsBottemporarily deployed to storybook-preview-8287 August 13, 2026 16:23 Inactive
@TylerJDevTylerJDev added the Canary Release Apply this label when you want CI to create a canary release of the current PR label Aug 13, 2026
@primer-integration

Copy link
Copy Markdown

Integration test results from github/github-ui PR:

Passed CI  Passed
Passed VRT  Passed
Passed Projects  Passed

All checks passed!

@TylerJDev
TylerJDev merged commit 1c86446 into mainAug 19, 2026
69 checks passed
@TylerJDev
TylerJDev deleted the changeset-release/main branch August 19, 2026 14:03
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Canary ReleaseApply this label when you want CI to create a canary release of the current PRintegration-tests: recommendedThis change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@TylerJDev