Release tracking - #44
Merged
Merged
Conversation
primer-css
force-pushed
the
changeset-release/main
branch
from
June 19, 2025 12:49
7482d32 to
b406f16
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR is a release tracking update for @primer/doctocat-nextjs version 0.5.3.
- Bumps version in package.json from 0.5.2 to 0.5.3.
- Adds the changelog entry for the patch release in CHANGELOG.md.
- Removes the corresponding changeset file in .changeset/chatty-trains-explode.md post-release.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/theme/package.json | Version updated from 0.5.2 to 0.5.3 |
| packages/theme/CHANGELOG.md | New changelog entry added for the patch release |
| .changeset/chatty-trains-explode.md | Changeset file removed as part of the release process |
primer-css
force-pushed
the
changeset-release/main
branch
from
June 20, 2025 10:50
b406f16 to
796691c
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
June 20, 2025 10:59
796691c to
ff130d9
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
June 20, 2025 13:39
ff130d9 to
1ab2f8f
Compare
Collaborator
rezrah
approved these changes
Jun 20, 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.3
Patch Changes
#43
1b15bdfThanks @rezrah! - Fix lack ofbasePathsupport on index cards.hrefnow prepends thebasePath.#46
2b99ba6Thanks @rezrah! - PrependbasePathfromnext.config.jsto paths in Doctocat UI components, where it would previously not resolve correctly.