Release tracking - #49
Merged
Merged
Conversation
primer-css
force-pushed
the
changeset-release/main
branch
from
June 24, 2025 17:41
1ab2f8f to
bd27497
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR prepares a new patch release (v0.5.4) of the @primer/doctocat-nextjs package by bumping the version, updating the changelog, and cleaning up the applied changeset.
- Bumps package version from 0.5.3 to 0.5.4
- Adds a new
0.5.4section inCHANGELOG.md - Removes the corresponding changeset file
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/theme/package.json | Bump version to 0.5.4 |
| packages/theme/CHANGELOG.md | Add 0.5.4 changelog entry |
| .changeset/khaki-mugs-cover.md | Remove applied changeset file |
Comments suppressed due to low confidence (1)
packages/theme/CHANGELOG.md:7
- The changelog entry has an extra dash before 'Fix inline code font-size...' and the next bullet line uses inconsistent indentation; consider splitting into two properly formatted list items (each starting with a single
-and aligning indentation).
- [#48](https://github.com/primer/doctocat-nextjs/pull/48) [`ce73c24`](https://github.com/primer/doctocat-nextjs/commit/ce73c24b2e4e924667bf7446a504bd88d8f2ccf0) Thanks [@rezrah](https://github.com/rezrah)! - - Fix inline code font-size in markdown headings. Now inherits size used in the heading.
primer-css
force-pushed
the
changeset-release/main
branch
from
June 25, 2025 11:20
bd27497 to
183f5d1
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
June 25, 2025 12:43
183f5d1 to
3b1107b
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
June 25, 2025 13:44
3b1107b to
bcfc99f
Compare
Collaborator
|
Tested on Primer Brand (next) docs... all features working as expected. |
rezrah
approved these changes
Jun 25, 2025
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.5.4
Patch Changes
#51
4c76c4fThanks @rezrah! - Add auto-collapsed React code blocks for large code snippets. This feature only applies to code fences with thejsx livelanguage identifiers.E.g.
#48
ce73c24Thanks @rezrah! - - Fix inline code font-size in markdown headings. Now inherits size used in the heading.#50
5d67989Thanks @rezrah! - Addmenu-positionfrontmatter support for custom sidebar navigation ordering