Conversation
🦋 Changeset detectedLatest commit: 78aaa59 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Pull request overview
Adds the missing Changesets entry so the @primer/react release notes include the displayInViewport work from #7500.
Changes:
- Added a new changeset marking
@primer/reactfor a minor bump - Documented the
displayInViewportfeature addition forActionMenuandAnchoredOverlay
| @@ -0,0 +1,5 @@ | |||
| --- | |||
| '@primer/react': minor | |||
There was a problem hiding this comment.
Use double quotes for the package key to match existing changesets in this repo (e.g., other files under .changeset use "@primer/react": ...). This keeps the changeset format consistent across the folder.
| '@primer/react': minor | ||
| --- | ||
|
|
||
| feat: implement displayInViewport for ActionMenu and AnchoredOverlay |
There was a problem hiding this comment.
The changeset summary line doesn’t match the style used in other changesets here (they use a short imperative sentence, not a conventional-commit prefix like "feat:"). Consider rephrasing to be consistent with the surrounding changesets.
Adds missing changeset for #7500