Skip to content

Commit cd112c9

Browse files
committed
Merge branch 'main' into feat-add-warn
* main: feat(i18n): add `Astro.currentLocale` (withastro#9101) [ci] release (withastro#9107) Add compatibility with cloudflare node (withastro#8925) [ci] format Cancel response stream when connection closes (withastro#9071) [ci] format feat(i18n): apply specific routing logic only to pages (withastro#9091) feat(dev-overlay): Hide plugins into a separate menu when there's too many enabled (withastro#9102) [ci] format Support Svelte 5 (experimental) (withastro#9098) [ci] release (withastro#9078) [ci] format Refactor shikiji syntax highlighting code (withastro#9083) [ci] format fix: Query params trigger the trailingSlash error in preview mode (withastro#9045) fix(assets): bundling regression for specific config on non-Node runtimes (withastro#9087)
2 parents c1eaefa + e3dce21 commit cd112c9

92 files changed

Lines changed: 1063 additions & 696 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/calm-lemons-compare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dirty-zoos-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/famous-hats-teach.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/new-pets-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quick-toes-peel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro': patch
3+
---
4+
5+
Add a new property `Astro.currentLocale`, available when `i18n` is enabled.

.changeset/six-chefs-flash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.5.3"
14+
"astro": "^3.5.5"
1515
}
1616
}

examples/blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/mdx": "^1.1.4",
14+
"@astrojs/mdx": "^1.1.5",
1515
"@astrojs/rss": "^3.0.0",
1616
"@astrojs/sitemap": "^3.0.3",
17-
"astro": "^3.5.3"
17+
"astro": "^3.5.5"
1818
}
1919
}

examples/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^3.5.3"
18+
"astro": "^3.5.5"
1919
},
2020
"peerDependencies": {
2121
"astro": "^3.0.0"

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/alpinejs": "^0.3.1",
1515
"@types/alpinejs": "^3.7.2",
1616
"alpinejs": "^3.12.3",
17-
"astro": "^3.5.3"
17+
"astro": "^3.5.5"
1818
}
1919
}

0 commit comments

Comments
 (0)