Release tracking - #1112
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates all Primer Brand packages to version 0.56.4 in preparation for an automated npm release.
- Bumped
versionfields from 0.56.3 to 0.56.4 in eachpackage.json - Added
## 0.56.4headings in allCHANGELOG.mdfiles - Removed the applied
.changesetfile
Reviewed Changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/repo-configs/package.json | Bumped version to 0.56.4 |
| packages/repo-configs/CHANGELOG.md | Added 0.56.4 section |
| packages/react/package.json | Bumped version to 0.56.4 |
| packages/react/CHANGELOG.md | Added 0.56.4 release notes |
| packages/fonts/package.json | Bumped version to 0.56.4 |
| packages/fonts/CHANGELOG.md | Added 0.56.4 section |
| packages/e2e/package.json | Bumped version to 0.56.4 |
| packages/e2e/CHANGELOG.md | Added 0.56.4 section |
| packages/design-tokens/package.json | Bumped version to 0.56.4 |
| packages/design-tokens/CHANGELOG.md | Added 0.56.4 section |
| packages/css/package.json | Bumped version to 0.56.4 |
| packages/css/CHANGELOG.md | Added 0.56.4 section |
| apps/storybook/package.json | Bumped version to 0.56.4 |
| apps/storybook/CHANGELOG.md | Added 0.56.4 section |
| apps/next-docs/package.json | Bumped version and updated devDeps |
| apps/next-docs/CHANGELOG.md | Added 0.56.4 section |
| .changeset/chilly-yaks-unite.md | Removed applied changeset file |
❗ Pre-merge checklistPlease ensure these items are checked before merging. ✅ Preliminary checks
🔌 Integration smoke testsDotcom
Subdomain sites
Sandboxes
🤔 Cross-check (aka sanity test)
After tests
🚢 After merge
|
🟢 No design token changes found |
|
42864aa to
2f9a9d2
Compare
2f9a9d2 to
59a048f
Compare
59a048f to
be0e683
Compare
be0e683 to
2db7b07
Compare
2db7b07 to
99f23b6
Compare
99f23b6 to
1907286
Compare
Smoke test results
Release testing status: Ready to release 🟢 |
1907286 to
b8c10ba
Compare











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-brand@0.57.0
Minor Changes
#1101
7d344dcThanks @joshfarrant! - Added play/pause control to theIDEcomponent.showReplayButtonprop as the play/pause control replaces its functionality, and is always visible.Patch Changes
#1113
30d9f1fThanks @danielguillan! - Updated the layout of single itemPricingOptions#1111
8dc3fc9Thanks @joshfarrant! - Improvements to the styling of various components when viewed in Windows High Contrast Mode.FAQGroup: Improved appearance for the selected tabPagination: Improved appearance for the current page itemVideoPlayer: Improved legibility for all text and controlsCheckbox: Improved focus and checked appearanceRadio: Improved focus and checked appearanceTextInput: Improved focus appearanceTextarea: Improved focus appearanceActionMenu: Improved focus appearance#1114
3a62a9eThanks @rezrah! - Added support for<table>elements in theProsecomponent. Tables now render with improved visual appearance.🔗 Refer to Prose documentation for usage examples
#1102
5ef7878Thanks @joshfarrant! - TheButtoncomponent now automatically applies semantically correct disabled attributes based on the rendered element type. E.g.disabledfor button elements andaria-disabledfor other elements.Buttonin your application code or tests, to ensure that you are not relying on the previously incorrect markup. For example, if you previously targeteda[disabled], you should now targeta[aria-disabled]instead.@primer/brand-primitives@0.57.0
Patch Changes
30d9f1fThanks @danielguillan! - Updated the layout of single itemPricingOptions@primer/brand-css@0.57.0
@primer/brand-docs@0.57.0
@primer/brand-storybook@0.57.0
@primer/brand-e2e@0.57.0
@primer/brand-fonts@0.57.0
@primer/brand-config@0.57.0