[ci] release#2110
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
Author
size-limit report 📦
|
f92bbfb to
f5081e8
Compare
f5081e8 to
ed7e7c2
Compare
ed7e7c2 to
76dea39
Compare
76dea39 to
30c045a
Compare
30c045a to
00afbad
Compare
✅ Deploy Preview for astro-starlight ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
00afbad to
e108a81
Compare
e108a81 to
45847d5
Compare
45847d5 to
49ea8c0
Compare
HiDeoo
added a commit
to HiDeoo/starlight
that referenced
this pull request
Jul 11, 2024
* main: [ci] release (withastro#2110) Style `code`, `hr` and `blockquote` within asides (withastro#2119) Fix an Astro i18n → Starlight i18n config conversion issue (withastro#2122) Add Starlight Examples to community content page (withastro#2109) added feedbackspark in showcase. (withastro#2116) i18n(zh-cn): Update `sidebar.mdx` (withastro#2114) i18n(zh-cn): Update `configuration.mdx` (withastro#2113)
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.25.1
Patch Changes
#2122
359a642Thanks @HiDeoo! - Fixes an i18n configuration issue for multilingual sites when using Astro’si18nconfig withprefixDefaultLocaleset tofalse.#2107
61e223bThanks @sanabel-al-firdaws! - Updates Arabic UI translations#2105
81f8a2cThanks @delucis! - Fixes an edge case in custom pagination link processingCustom link values for
prev/nextin page frontmatter are now always used as authored.Previously this was not the case in some edge cases such as for the first and final pages in the sidebar.
#2119
464685aThanks @evadecker! - Improves styling of<hr>,<blockquote>, and<code>within asides