[ci] release#1959
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
Author
size-limit report 📦
|
479f5fd to
12868b1
Compare
12868b1 to
b6c3848
Compare
Yoxnear
pushed a commit
to Yoxnear/starlight-custom
that referenced
this pull request
Jul 23, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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
@astrojs/starlight@0.24.0
Minor Changes
#1841
ee0cd38aThanks @HiDeoo! - Adds support forAstro.currentLocaleand Astro’s i18n routing.i18noption for you based on itslocalesconfig.If you are currently using Astro’s
i18noption as well as Starlight’slocalesoption, you will need to remove one of these.In general we recommend using Starlight’s
locales, but if you have a more advanced configuration you may choose to keep Astro’si18nconfig instead.#1958
081d1a96Thanks @delucis! - Allows users to opt into displaying a “Built with Starlight” link in the site footer#1530
dd64836aThanks @kevinzunigacuellar! - Adds a new<Badge>component