diff options
author | 2025-03-31 08:46:15 -0700 | |
---|---|---|
committer | 2025-03-31 16:46:15 +0100 | |
commit | ddc98eb2add2836aef77541978629dcef6d712d6 (patch) | |
tree | bf05a3aeb1d4bb3154cb83489850618efd68b120 /.changeset/ninety-nights-hug.md | |
parent | ff9d69e3443c80059c54f6296d19f66bb068ead3 (diff) | |
download | astro-ddc98eb2add2836aef77541978629dcef6d712d6.tar.gz astro-ddc98eb2add2836aef77541978629dcef6d712d6.tar.zst astro-ddc98eb2add2836aef77541978629dcef6d712d6.zip |
[ci] release (#13513)astro@5.5.6@astrojs/vue@5.0.9@astrojs/svelte@7.0.9@astrojs/studio@0.1.6@astrojs/solid-js@5.0.7@astrojs/react@4.2.3@astrojs/preact@4.0.8@astrojs/netlify@6.2.5@astrojs/mdx@4.2.3@astrojs/markdoc@0.13.3@astrojs/db@0.14.10@astrojs/cloudflare@12.4.0@astrojs/alpinejs@0.4.5
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset/ninety-nights-hug.md')
-rw-r--r-- | .changeset/ninety-nights-hug.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.changeset/ninety-nights-hug.md b/.changeset/ninety-nights-hug.md deleted file mode 100644 index aa4017497..000000000 --- a/.changeset/ninety-nights-hug.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': patch ---- - -Fixes a bug where the functions `Astro.preferredLocale` and `Astro.preferredLocaleList` would return the incorrect locales -when the Astro configuration specifies a list of `codes`. Before, the functions would return the `path`, instead now the functions -return a list built from `codes`. |