Release tracking - #8287
Open
primer[bot] wants to merge 1 commit into
Open
Conversation
Contributor
❗ Pre-merge checklistPlease ensure these items are checked before merging: 🔎 Smoke test
🌏 Integration tests
✅ Peer Review
🤔 Sanity test
❗ Post-merge checklistPlease ensure these items are checked after merging: 🚢 Version upgrade, cleanup, and documentation
|
Contributor
|
primer
Bot
force-pushed
the
changeset-release/main
branch
from
August 11, 2026 15:12
7156e7e to
acb49cd
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
August 11, 2026 16:41
bd3520b to
4403803
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
August 11, 2026 16:59
4403803 to
3fb350b
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
August 11, 2026 19:10
3fb350b to
62d9351
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
August 11, 2026 21:21
62d9351 to
360f4c6
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2026 23:12
360f4c6 to
a1228ed
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
August 13, 2026 16:13
a1228ed to
e29d259
Compare
|
Integration test results from github/github-ui PR:
All checks passed! |
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/react@38.36.0
Minor Changes
#8212
9ac9343Thanks @mattcosta7! - ThemeProvider: Add a CSS-variable-based implementation to@primer/react/nextand deprecate the legacy JavaScript theme implementation.
#8303
a88cc69Thanks @TylerJDev! - NavList: Add atooltipTextprop to itemsPatch Changes
#8276
5069f8aThanks @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.#8260
24d0831Thanks @liuliu-dev! - UnderlineNav: Keep item icons visible by default at the medium breakpoint and above@primer/styled-react@1.1.1
Patch Changes
9ac9343Thanks @mattcosta7! - ThemeProvider: Vendor the legacycolorSchemesobject so styled theming keepsworking after
@primer/reactremoved it from its default theme.