Skip to content

Commit 67d0877

Browse files
[ci] release
1 parent 42388b2 commit 67d0877

Some content is hidden

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

72 files changed

+257
-161
lines changed

.changeset/better-carrots-attend.md

-7
This file was deleted.

.changeset/dull-teeth-cut.md

-5
This file was deleted.

.changeset/icy-stars-begin.md

-22
This file was deleted.

.changeset/moody-lines-clean.md

-5
This file was deleted.

.changeset/plenty-loops-cry.md

-5
This file was deleted.

.changeset/slick-eggs-laugh.md

-5
This file was deleted.

examples/basics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.7.4"
13+
"astro": "^5.7.5"
1414
}
1515
}

examples/blog/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.2.4",
13+
"@astrojs/mdx": "^4.2.5",
1414
"@astrojs/rss": "^4.0.11",
15-
"@astrojs/sitemap": "^3.3.0",
16-
"astro": "^5.7.4"
15+
"@astrojs/sitemap": "^3.3.1",
16+
"astro": "^5.7.5"
1717
}
1818
}

examples/component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^5.7.4"
18+
"astro": "^5.7.5"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0 || ^5.0.0"

examples/container-with-vitest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"test": "vitest run"
1212
},
1313
"dependencies": {
14-
"@astrojs/react": "^4.2.4",
15-
"astro": "^5.7.4",
14+
"@astrojs/react": "^4.2.5",
15+
"astro": "^5.7.5",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.1.1"

examples/framework-alpine/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/alpinejs": "^0.4.6",
13+
"@astrojs/alpinejs": "^0.4.7",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.14.9",
16-
"astro": "^5.7.4"
16+
"astro": "^5.7.5"
1717
}
1818
}

examples/framework-multiple/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/preact": "^4.0.9",
14-
"@astrojs/react": "^4.2.4",
15-
"@astrojs/solid-js": "^5.0.8",
16-
"@astrojs/svelte": "^7.0.10",
17-
"@astrojs/vue": "^5.0.10",
13+
"@astrojs/preact": "^4.0.10",
14+
"@astrojs/react": "^4.2.5",
15+
"@astrojs/solid-js": "^5.0.9",
16+
"@astrojs/svelte": "^7.0.11",
17+
"@astrojs/vue": "^5.0.11",
1818
"@types/react": "^18.3.20",
1919
"@types/react-dom": "^18.3.6",
20-
"astro": "^5.7.4",
20+
"astro": "^5.7.5",
2121
"preact": "^10.26.5",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

examples/framework-preact/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/preact": "^4.0.9",
13+
"@astrojs/preact": "^4.0.10",
1414
"@preact/signals": "^2.0.3",
15-
"astro": "^5.7.4",
15+
"astro": "^5.7.5",
1616
"preact": "^10.26.5"
1717
}
1818
}

examples/framework-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/react": "^4.2.4",
13+
"@astrojs/react": "^4.2.5",
1414
"@types/react": "^18.3.20",
1515
"@types/react-dom": "^18.3.6",
16-
"astro": "^5.7.4",
16+
"astro": "^5.7.5",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"
1919
}

examples/framework-solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/solid-js": "^5.0.8",
14-
"astro": "^5.7.4",
13+
"@astrojs/solid-js": "^5.0.9",
14+
"astro": "^5.7.5",
1515
"solid-js": "^1.9.5"
1616
}
1717
}

examples/framework-svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/svelte": "^7.0.10",
14-
"astro": "^5.7.4",
13+
"@astrojs/svelte": "^7.0.11",
14+
"astro": "^5.7.5",
1515
"svelte": "^5.25.7"
1616
}
1717
}

examples/framework-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/vue": "^5.0.10",
14-
"astro": "^5.7.4",
13+
"@astrojs/vue": "^5.0.11",
14+
"astro": "^5.7.5",
1515
"vue": "^3.5.13"
1616
}
1717
}

examples/hackernews/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/node": "^9.2.0",
14-
"astro": "^5.7.4"
13+
"@astrojs/node": "^9.2.1",
14+
"astro": "^5.7.5"
1515
}
1616
}

examples/integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^5.7.4"
18+
"astro": "^5.7.5"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0"

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.7.4"
13+
"astro": "^5.7.5"
1414
}
1515
}

examples/portfolio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.7.4"
13+
"astro": "^5.7.5"
1414
}
1515
}

examples/ssr/package.json

+3-3
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.2.0",
15-
"@astrojs/svelte": "^7.0.10",
16-
"astro": "^5.7.4",
14+
"@astrojs/node": "^9.2.1",
15+
"@astrojs/svelte": "^7.0.11",
16+
"astro": "^5.7.5",
1717
"svelte": "^5.25.7"
1818
}
1919
}

examples/starlog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"astro": "^5.7.4",
12+
"astro": "^5.7.5",
1313
"sass": "^1.86.3",
1414
"sharp": "^0.33.3"
1515
}

examples/toolbar-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"@types/node": "^18.17.8",
19-
"astro": "^5.7.4"
19+
"astro": "^5.7.5"
2020
}
2121
}

examples/with-markdoc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/markdoc": "^0.14.0",
14-
"astro": "^5.7.4"
13+
"@astrojs/markdoc": "^0.14.1",
14+
"astro": "^5.7.5"
1515
}
1616
}

examples/with-mdx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.2.4",
14-
"@astrojs/preact": "^4.0.9",
15-
"astro": "^5.7.4",
13+
"@astrojs/mdx": "^4.2.5",
14+
"@astrojs/preact": "^4.0.10",
15+
"astro": "^5.7.5",
1616
"preact": "^10.26.5"
1717
}
1818
}

examples/with-nanostores/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/preact": "^4.0.9",
13+
"@astrojs/preact": "^4.0.10",
1414
"@nanostores/preact": "^0.5.2",
15-
"astro": "^5.7.4",
15+
"astro": "^5.7.5",
1616
"nanostores": "^0.11.4",
1717
"preact": "^10.26.5"
1818
}

examples/with-tailwindcss/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.2.4",
13+
"@astrojs/mdx": "^4.2.5",
1414
"@tailwindcss/vite": "^4.1.3",
1515
"@types/canvas-confetti": "^1.9.0",
16-
"astro": "^5.7.4",
16+
"astro": "^5.7.5",
1717
"canvas-confetti": "^1.9.3",
1818
"tailwindcss": "^4.1.3"
1919
}

examples/with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "vitest"
1212
},
1313
"dependencies": {
14-
"astro": "^5.7.4",
14+
"astro": "^5.7.5",
1515
"vitest": "^3.1.1"
1616
}
1717
}

packages/astro/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# astro
22

3+
## 5.7.5
4+
5+
### Patch Changes
6+
7+
- [#13660](https://github.com/withastro/astro/pull/13660) [`620d15d`](https://github.com/withastro/astro/commit/620d15d8483dfb1822cd47833bc1653e0b704ccb) Thanks [@mingjunlu](https://github.com/mingjunlu)! - Adds `server.allowedHosts` docs comment to `AstroUserConfig`
8+
9+
- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code
10+
11+
- [#13669](https://github.com/withastro/astro/pull/13669) [`73f24d4`](https://github.com/withastro/astro/commit/73f24d400acdc48462a7bc5277b8cee2bcf97580) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where `Astro.originPathname` wasn't returning the correct value when using rewrites.
12+
13+
- [#13674](https://github.com/withastro/astro/pull/13674) [`42388b2`](https://github.com/withastro/astro/commit/42388b24d6eb866a3129118d22b2f6c71071d0bd) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where an experimental fonts API error would be thrown when using another `astro:assets` API
14+
15+
- [#13654](https://github.com/withastro/astro/pull/13654) [`4931457`](https://github.com/withastro/astro/commit/49314575a76b52b43e491a0a33c0ccaf9cafb058) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes `fontProviders.google()` so it can forward options to the unifont provider, when using the experimental fonts API
16+
17+
- Updated dependencies [[`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8)]:
18+
- @astrojs/[email protected]
19+
320
## 5.7.4
421

522
### Patch Changes

packages/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro",
3-
"version": "5.7.4",
3+
"version": "5.7.5",
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/create-astro/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-astro
22

3+
## 4.11.3
4+
5+
### Patch Changes
6+
7+
- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code
8+
39
## 4.11.2
410

511
### Patch Changes

packages/create-astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-astro",
3-
"version": "4.11.2",
3+
"version": "4.11.3",
44
"type": "module",
55
"author": "withastro",
66
"license": "MIT",

packages/db/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @astrojs/db
22

3+
## 0.14.12
4+
5+
### Patch Changes
6+
7+
- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code
8+
9+
- Updated dependencies [[`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8)]:
10+
- @astrojs/studio@0.1.8
11+
312
## 0.14.11
413

514
### Patch Changes

packages/db/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/db",
3-
"version": "0.14.11",
3+
"version": "0.14.12",
44
"description": "Add libSQL and Astro Studio support to your Astro site",
55
"license": "MIT",
66
"repository": {

packages/integrations/alpinejs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/alpinejs
22

3+
## 0.4.7
4+
5+
### Patch Changes
6+
7+
- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code
8+
39
## 0.4.6
410

511
### Patch Changes

0 commit comments

Comments
 (0)