Skip to content

Commit ea9868d

Browse files
[ci] release (#13189)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6bac644 commit ea9868d

File tree

37 files changed

+79
-85
lines changed

37 files changed

+79
-85
lines changed

.changeset/cool-parents-love.md

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

.changeset/mean-icons-applaud.md

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

.changeset/nice-poems-smoke.md

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

.changeset/quiet-swans-tickle.md

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

.changeset/silent-guests-play.md

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

.changeset/thick-crabs-juggle.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
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.2.5"
13+
"astro": "^5.2.6"
1414
}
1515
}

examples/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@astrojs/mdx": "^4.0.8",
1414
"@astrojs/rss": "^4.0.11",
1515
"@astrojs/sitemap": "^3.2.1",
16-
"astro": "^5.2.5"
16+
"astro": "^5.2.6"
1717
}
1818
}

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": "^5.2.5"
18+
"astro": "^5.2.6"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0 || ^5.0.0"

examples/container-with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/react": "^4.2.0",
15-
"astro": "^5.2.5",
15+
"astro": "^5.2.6",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.0.5"

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@astrojs/alpinejs": "^0.4.3",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.14.8",
16-
"astro": "^5.2.5"
16+
"astro": "^5.2.6"
1717
}
1818
}

examples/framework-multiple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@astrojs/vue": "^5.0.6",
1818
"@types/react": "^18.3.18",
1919
"@types/react-dom": "^18.3.5",
20-
"astro": "^5.2.5",
20+
"astro": "^5.2.6",
2121
"preact": "^10.25.4",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

examples/framework-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/preact": "^4.0.4",
1414
"@preact/signals": "^2.0.1",
15-
"astro": "^5.2.5",
15+
"astro": "^5.2.6",
1616
"preact": "^10.25.4"
1717
}
1818
}

examples/framework-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/react": "^4.2.0",
1414
"@types/react": "^18.3.18",
1515
"@types/react-dom": "^18.3.5",
16-
"astro": "^5.2.5",
16+
"astro": "^5.2.6",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"
1919
}

examples/framework-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/solid-js": "^5.0.4",
14-
"astro": "^5.2.5",
14+
"astro": "^5.2.6",
1515
"solid-js": "^1.9.4"
1616
}
1717
}

examples/framework-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/svelte": "^7.0.4",
14-
"astro": "^5.2.5",
14+
"astro": "^5.2.6",
1515
"svelte": "^5.19.7"
1616
}
1717
}

examples/framework-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/vue": "^5.0.6",
14-
"astro": "^5.2.5",
14+
"astro": "^5.2.6",
1515
"vue": "^3.5.13"
1616
}
1717
}

examples/hackernews/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/node": "^9.0.2",
14-
"astro": "^5.2.5"
13+
"@astrojs/node": "^9.0.3",
14+
"astro": "^5.2.6"
1515
}
1616
}

examples/integration/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": "^5.2.5"
18+
"astro": "^5.2.6"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0"

examples/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.2.5"
13+
"astro": "^5.2.6"
1414
}
1515
}

examples/portfolio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.2.5"
13+
"astro": "^5.2.6"
1414
}
1515
}

examples/ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"server": "node dist/server/entry.mjs"
1212
},
1313
"dependencies": {
14-
"@astrojs/node": "^9.0.2",
14+
"@astrojs/node": "^9.0.3",
1515
"@astrojs/svelte": "^7.0.4",
16-
"astro": "^5.2.5",
16+
"astro": "^5.2.6",
1717
"svelte": "^5.19.7"
1818
}
1919
}

examples/starlog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"astro": "^5.2.5",
12+
"astro": "^5.2.6",
1313
"sass": "^1.83.4",
1414
"sharp": "^0.33.3"
1515
}

examples/toolbar-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"@types/node": "^18.17.8",
19-
"astro": "^5.2.5"
19+
"astro": "^5.2.6"
2020
}
2121
}

examples/with-markdoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/markdoc": "^0.12.9",
14-
"astro": "^5.2.5"
14+
"astro": "^5.2.6"
1515
}
1616
}

examples/with-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/mdx": "^4.0.8",
1414
"@astrojs/preact": "^4.0.4",
15-
"astro": "^5.2.5",
15+
"astro": "^5.2.6",
1616
"preact": "^10.25.4"
1717
}
1818
}

examples/with-nanostores/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/preact": "^4.0.4",
1414
"@nanostores/preact": "^0.5.2",
15-
"astro": "^5.2.5",
15+
"astro": "^5.2.6",
1616
"nanostores": "^0.11.3",
1717
"preact": "^10.25.4"
1818
}

examples/with-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/mdx": "^4.0.8",
1414
"@tailwindcss/vite": "^4.0.3",
1515
"@types/canvas-confetti": "^1.9.0",
16-
"astro": "^5.2.5",
16+
"astro": "^5.2.6",
1717
"canvas-confetti": "^1.9.3",
1818
"tailwindcss": "^4.0.3"
1919
}

examples/with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "vitest"
1212
},
1313
"dependencies": {
14-
"astro": "^5.2.5",
14+
"astro": "^5.2.6",
1515
"vitest": "^3.0.5"
1616
}
1717
}

packages/astro/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# astro
22

3+
## 5.2.6
4+
5+
### Patch Changes
6+
7+
- [#13188](https://github.com/withastro/astro/pull/13188) [`7bc8256`](https://github.com/withastro/astro/commit/7bc825649bfb790a0206abd31df1676513a03b22) Thanks [@ematipico](https://github.com/ematipico)! - Fixes the wording of the an error message
8+
9+
- [#13205](https://github.com/withastro/astro/pull/13205) [`9d56602`](https://github.com/withastro/astro/commit/9d5660223b46e024b4e8c8eafead8a4e20e28ec5) Thanks [@ematipico](https://github.com/ematipico)! - Fixes and issue where a server island component returns 404 when `base` is configured in i18n project.
10+
11+
- [#13212](https://github.com/withastro/astro/pull/13212) [`fb38840`](https://github.com/withastro/astro/commit/fb3884074f261523cd89fe6e1745a0e9c01198f2) Thanks [@joshmkennedy](https://github.com/joshmkennedy)! - An additional has been added during the build command to add clarity around output and buildOutput.
12+
13+
- [#13213](https://github.com/withastro/astro/pull/13213) [`6bac644`](https://github.com/withastro/astro/commit/6bac644241bc42bb565730955ffd575878a0e41b) Thanks [@joshmkennedy](https://github.com/joshmkennedy)! - Allows readonly arrays to be passed to the `paginate()` function
14+
315
## 5.2.5
416

517
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro",
3-
"version": "5.2.5",
3+
"version": "5.2.6",
44
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
55
"type": "module",
66
"author": "withastro",

packages/integrations/node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/node
22

3+
## 9.0.3
4+
5+
### Patch Changes
6+
7+
- [#13223](https://github.com/withastro/astro/pull/13223) [`23094a1`](https://github.com/withastro/astro/commit/23094a1f48d0dfb12c5866a3713f52106ef927dd) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug that caused incorrect redirects for static files with numbers in the file extension
8+
39
## 9.0.2
410

511
### Patch Changes

packages/integrations/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/node",
33
"description": "Deploy your site to a Node.js server",
4-
"version": "9.0.2",
4+
"version": "9.0.3",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

packages/integrations/sitemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"zod": "^3.24.1"
3939
},
4040
"devDependencies": {
41-
"@astrojs/node": "^9.0.0",
41+
"@astrojs/node": "^9.0.3",
4242
"astro": "workspace:*",
4343
"astro-scripts": "workspace:*",
4444
"xml2js": "0.6.2"

packages/integrations/vercel/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/vercel
22

3+
## 8.0.7
4+
5+
### Patch Changes
6+
7+
- [#13224](https://github.com/withastro/astro/pull/13224) [`8e5b89c`](https://github.com/withastro/astro/commit/8e5b89c5eb3e68585c0ab84c2c516d75adcf2997) Thanks [@ascorbic](https://github.com/ascorbic)! - Unpins `@vercel/routing-utils` dependency as bug has been fixed
8+
39
## 8.0.6
410

511
### Patch Changes

packages/integrations/vercel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/vercel",
33
"description": "Deploy your site to Vercel",
4-
"version": "8.0.6",
4+
"version": "8.0.7",
55
"type": "module",
66
"author": "withastro",
77
"license": "MIT",

0 commit comments

Comments
 (0)