Release tracking#8154
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
July 13, 2026 19:28
49a6c95 to
3a244cb
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 20:27
3a244cb to
c81a2c8
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
July 14, 2026 15:34
8a89577 to
50746cb
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 14, 2026 19:24
50746cb to
a11e0a1
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 14, 2026 20:28
a11e0a1 to
9882930
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 15, 2026 20:58
9882930 to
1e5efd5
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 15, 2026 21:30
1e5efd5 to
ea8470a
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 16, 2026 03:28
ea8470a to
ed23114
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 16, 2026 20:09
ed23114 to
3e41865
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 16, 2026 21:25
3e41865 to
2b11ca4
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
July 16, 2026 21:31
2b11ca4 to
f640b34
Compare
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/mcp@0.5.0
Minor Changes
c261f95Thanks @lukasoppermann! - Components: Add a batch tool for retrieving documentation for multiple components in one call.Patch Changes
eb447fe,4045abe,f061bc4,f8e7cf2,cade4af,f86e5a6,d60d05b]:@primer/react@38.33.0
Minor Changes
f8e7cf2Thanks @TylerJDev! - PageLayout: Export the resize primitivesusePaneWidthandDragHandle(withdefaultPaneWidthand related types) so pane-resize behavior can be reused outside ofPageLayout.Patch Changes
#8064
eb447feThanks @copilot-swe-agent! - Update the ActionBar overflow menu anchor label toMore items#8166
4045abeThanks @mattcosta7! - Addcontain: layoutto high-churn overflow containers (ActionBar,UnderlineNav,UnderlinePanels, andLabelGroup) so their frequent reflows no longer invalidate ancestor layout.#8176
f061bc4Thanks @francinelucca! - FeatureFlags: Guard against missing context inuseFeatureFlagso it returnsfalseinstead of throwing when used outside a provider#8116
cade4afThanks @mattcosta7! -useAnchoredPosition: improve performance by caching the scrollable-ancestor walk per anchor, reducing repositioning work for overlays, menus, and tooltips.#8164
f86e5a6Thanks @jonrohan! - FixUnderlineNavtab list not filling the full width of the underline nav in Safari#8165
d60d05bThanks @jonrohan! - Pin the underline tabbed interface wrapper's vertical box model in wrap mode so external border and padding overrides can no longer offset its height and incorrectly trigger the overflow "more" menu