Release tracking - #71
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This is an automated release PR generated by Changesets to publish version 0.7.1 of @primer/doctocat-nextjs. The release includes a patch fix for sidebar navigation accessibility improvements.
- Version bumped from 0.7.0 to 0.7.1
- Changelog updated with release notes for the accessibility improvements from PR #68
- Changeset file removed after processing
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/theme/package.json | Updates package version to 0.7.1 |
| packages/theme/CHANGELOG.md | Adds release notes for version 0.7.1 documenting the sidebar navigation accessibility improvements |
| .changeset/improve-sidebar-navigation-accessibility.md | Removes the processed changeset file after incorporating its contents into the release |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
primer-css
temporarily deployed
to
github-pages
November 14, 2025 20:08 — with
GitHub Actions
Inactive
primer-css
force-pushed
the
changeset-release/main
branch
from
November 27, 2025 17:25
a9c9ea3 to
bf9f37a
Compare
primer-css
temporarily deployed
to
github-pages
November 27, 2025 17:27 — with
GitHub Actions
Inactive
primer-css
force-pushed
the
changeset-release/main
branch
from
December 4, 2025 17:40
bf9f37a to
abeed68
Compare
primer-css
temporarily deployed
to
github-pages
December 4, 2025 17:42 — with
GitHub Actions
Inactive
danielguillan
approved these changes
Dec 4, 2025
danielguillan
left a comment
Contributor
There was a problem hiding this comment.
Tested in Primer Brand documentation. The update is compatible with both React 18 and 19 but a refactor was required in the Primer Brand docs due to @primer/react v38 breaking changes.
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/doctocat-nextjs@0.8.0
Minor Changes
#73
a06099dThanks @danielguillan! - Add React 19 supportThis update is backwards compatible with React 18. However, it upgrades
@primer/reactto v38, which includes breaking changes such as the removal of theBoxcomponent andsxprop. Projects using this theme may need to update their code accordingly.@primer/react-brandfrom v0.54.0 to v0.60.1framer-motionfrom v12.4.0 to v12.23.24react-focus-onfrom v3.9.4 to v3.10.0Labelcomponents toTokenfor React 19 compatibilityReactCodeBlockandgetRelatedPagesfor stricter React 19 typesas="button"toIconButtonandas="input"toTextInputcomponentsPatch Changes
b75584eThanks @janmaarten-a11y! - Improve screen reader accessibility by updating sidebar navigation heading hierarchy. The sidebar title now uses a semantic<Heading>component with visually hidden text to clarify it's a navigation area, and is properly connected to the<NavList>viaaria-labelledby.doctocat-nextjs-site@0.0.12
Patch Changes
b75584e,a06099d]: