Release Tracking - #1403
Merged
Merged
Conversation
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 22, 2026 17:59
b810405 to
2c8b635
Compare
jonrohan
removed their request for review
June 25, 2026 02:25
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 15, 2026 03:08
2c8b635 to
01d36bd
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 22, 2026 14:49
01d36bd to
28bd717
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 26, 2026 10:32
28bd717 to
4a5a6c1
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 29, 2026 15:36
4a5a6c1 to
b9a4d7f
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 30, 2026 21:08
b9a4d7f to
3645ebe
Compare
liuliu-dev
approved these changes
Jul 30, 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/primitives@11.10.0
Minor Changes
#1402
2627836Thanks @janmaarten-a11y! - DifferentiatefgColor.donefromfgColor.upsellin the dark protanopia & deuteranopia theme.Previously both resolved to the same purple (
base.color.purple.4/#AB7DF8), making status indicators usingdone(e.g. closed-as-completed issues, merged PRs) visually indistinguishable from indicators usingupsell(often used for "in progress" promotional UI). Under deutan/protan simulation, purple also collapses toward the same hue asopen,success, andattention, leaving no perceptually safe chromatic slot fordone.fgColor.doneindark-protanopia-deuteranopianow resolves tobase.color.neutral.10(#B7BDC8), one step brighter thanfgColor.closed/fgColor.muted(neutral.9) so the two neutral-coded states stay distinguishable by lightness.fgColor.upsellindark-protanopia-deuteranopiais pinned tobase.color.purple.4so promotional content keeps its purple, independent of thedonechange.The high-contrast variant of this theme is unchanged in this release because the available neutral scale slots are already occupied (
closed,draft, and body text); a separate fix is being scoped for HC.#1412
3b20045Thanks @liuliu-dev! - Add'Noto Sans Backtick Fix'before'Noto Sans'infontStack.system,fontStack.sansSerif, andfontStack.sansSerifDisplay. The new family name is a non-shadowing alias for a consumer-defined@font-face, fixing body text falling through to Helvetica/Arial on Linux Firefox (see primer/css#3107, github/primer#6890).