-
Notifications
You must be signed in to change notification settings - Fork 647
Release tracking #3202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release tracking #3202
Conversation
❗ Pre-merge checklistPlease ensure these items are checked before merging. 🔎 Smoke test
🤔 Sanity test
🚢 After merge
Please also leave any testing notes as a comment on this pull request. In particular, describing any issues encountered during your testing. This is helpful in providing historical context to maintainers. |
size-limit report 📦
|
8dbbaea to
83ea738
Compare
83ea738 to
6c3eda9
Compare
6c3eda9 to
dc76a97
Compare
dc76a97 to
14aef53
Compare
9e74285 to
ab1749e
Compare
ab1749e to
a8f2ed6
Compare
a8f2ed6 to
dd269fd
Compare
siddharthkp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, tests passing in gh/gh
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@35.25.1
Patch Changes
#3174
d4c6ae5bThanks @colebemis! -MarkdownEditoris now SSR-compatible.Warning: In this new implementation,
MarkdownEditor.Toolbar,MarkdownEditor.Actions, andMarkdownEditor.Labelmust be direct children ofMarkdownEditor.#3209
a6279536Thanks @langermank! - Remove--primerprefix from CSS var#3173
6b900e90Thanks @colebemis! -ActionListandNavListare now SSR-compatible.Warning: In this new implementation,
ActionList.LeadingVisual,ActionList.TrailingVisual,andActionList.Descriptionmust be direct children ofActionList. The same applies toNavList.#3198
a273748bThanks @langermank! - Bug fix:ButtonGroupborders show incorrectly on hover