[ci] release#10131
Merged
Merged
Conversation
52593bf to
49eef47
Compare
49eef47 to
aa6bdb5
Compare
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/sitemap@3.1.0
Minor Changes
#9846
9b78c992750cdb99c40a89a00ea2a0d1c00877d7Thanks @ktym4a! - Adds a new configuration optionprefixthat allows you to change the defaultsitemap-*.xmlfile name.By default, running
astro buildcreates bothsitemap-index.xmlandsitemap-0.xmlin your output directory.To change the names of these files (e.g. to
astrosite-index.xmlandastrosite-0.xml), set theprefixoption in yoursitemapintegration configuration:This option is useful when Google Search Console is unable to fetch your default sitemap files, but can read renamed files.
astro@4.4.1
Patch Changes
#9795
5acc3135ba5309a566def466fbcbabd23f70cd68Thanks @lilnasy! - Refactors internals relating to middleware, endpoints, and page rendering.#10105
1f598b372410066c6fcd41cba9915f6aaf7befa8Thanks @negativems! - Fixes an issue where some astro commands failed if the astro config file or an integration used the globalcryptoobject.#10165
d50dddb71d87ce5b7928920f10eb4946a5339f86Thanks @ematipico! - Fixes an issue where thei18n.routingobject had all its fields defined as mandatory. Now they all are optionals and shouldn't break when usingastro.config.mts.#10132
1da9c5f2f3fe70b0206d1b3e0c01744fa40d511cThanks @bluwy! - Simplifies internal Vite preview server teardown#10163
b92d35f1026f3e99abb888d1a845bdda4efdc327Thanks @mingjunlu! - Fixes an issue where audit fails to initialize when encountered<a>inside<svg>#10079
80f8996514e6d0546e94bd927650cd4ab2f1fa2fThanks @ktym4a! - Fix integrationData fetch to always be called even if View Transition is enabled.#10139
3c73441eb2eaba767d6dad1b30c0353195d28791Thanks @bluwy! - Fixes style-only change detection for Astro files if both the markup and styles are updated