Skip to content

Commit a2f90ce

Browse files
[ci] release (beta) (#12503)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c348032 commit a2f90ce

File tree

32 files changed

+110
-76
lines changed

32 files changed

+110
-76
lines changed

.changeset/pre.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"blue-socks-doubt",
3838
"brave-elephants-fly",
3939
"breezy-colts-promise",
40+
"bright-keys-sell",
4041
"brown-bulldogs-share",
4142
"chatty-teachers-sit",
4243
"chilly-terms-know",
@@ -52,6 +53,7 @@
5253
"dry-worms-knock",
5354
"dull-moles-talk",
5455
"eight-days-sort",
56+
"eight-seahorses-attend",
5557
"eighty-bags-cross",
5658
"eighty-boxes-applaud",
5759
"eighty-donkeys-fly",
@@ -102,12 +104,14 @@
102104
"proud-terms-swim",
103105
"quick-ads-exercise",
104106
"quick-onions-leave",
107+
"red-paws-juggle",
105108
"rotten-dodos-judge",
106109
"rotten-phones-scream",
107110
"selfish-cats-crash",
108111
"selfish-impalas-grin",
109112
"sharp-worms-sniff",
110113
"sixty-coins-worry",
114+
"sixty-fishes-flow",
111115
"sixty-oranges-walk",
112116
"slimy-mice-dance",
113117
"slimy-queens-hang",
@@ -129,8 +133,10 @@
129133
"twelve-comics-march",
130134
"twenty-cobras-push",
131135
"unlucky-bobcats-sit",
136+
"unlucky-kids-compete",
132137
"violet-goats-grab",
133138
"wet-foxes-walk",
134-
"wise-carrots-float"
139+
"wise-carrots-float",
140+
"young-terms-hammer"
135141
]
136142
}

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.0.0-beta.10"
13+
"astro": "^5.0.0-beta.11"
1414
}
1515
}

examples/blog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.0.0-beta.3",
13+
"@astrojs/mdx": "^4.0.0-beta.4",
1414
"@astrojs/rss": "^4.0.9",
1515
"@astrojs/sitemap": "^3.2.1",
16-
"astro": "^5.0.0-beta.10"
16+
"astro": "^5.0.0-beta.11"
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.0.0-beta.10"
18+
"astro": "^5.0.0-beta.11"
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-
"astro": "^5.0.0-beta.10",
15-
"@astrojs/react": "^3.6.3-beta.0",
14+
"astro": "^5.0.0-beta.11",
15+
"@astrojs/react": "^3.7.0-beta.1",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^2.1.4"

examples/framework-alpine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@astrojs/alpinejs": "^0.4.0",
1414
"@types/alpinejs": "^3.13.10",
1515
"alpinejs": "^3.14.3",
16-
"astro": "^5.0.0-beta.10"
16+
"astro": "^5.0.0-beta.11"
1717
}
1818
}

examples/framework-multiple/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/preact": "^3.5.4-beta.0",
14-
"@astrojs/react": "^3.6.3-beta.0",
14+
"@astrojs/react": "^3.7.0-beta.1",
1515
"@astrojs/solid-js": "^4.4.4-beta.0",
1616
"@astrojs/svelte": "^6.0.2-beta.0",
1717
"@astrojs/vue": "^5.0.0-beta.2",
1818
"@types/react": "^18.3.12",
1919
"@types/react-dom": "^18.3.1",
20-
"astro": "^5.0.0-beta.10",
20+
"astro": "^5.0.0-beta.11",
2121
"preact": "^10.24.3",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

examples/framework-preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/preact": "^3.5.4-beta.0",
1414
"@preact/signals": "^1.3.0",
15-
"astro": "^5.0.0-beta.10",
15+
"astro": "^5.0.0-beta.11",
1616
"preact": "^10.24.3"
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": "^3.6.3-beta.0",
13+
"@astrojs/react": "^3.7.0-beta.1",
1414
"@types/react": "^18.3.12",
1515
"@types/react-dom": "^18.3.1",
16-
"astro": "^5.0.0-beta.10",
16+
"astro": "^5.0.0-beta.11",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"
1919
}

examples/framework-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/solid-js": "^4.4.4-beta.0",
14-
"astro": "^5.0.0-beta.10",
14+
"astro": "^5.0.0-beta.11",
1515
"solid-js": "^1.9.3"
1616
}
1717
}

examples/framework-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/svelte": "^6.0.2-beta.0",
14-
"astro": "^5.0.0-beta.10",
14+
"astro": "^5.0.0-beta.11",
1515
"svelte": "^5.1.16"
1616
}
1717
}

examples/framework-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/vue": "^5.0.0-beta.2",
14-
"astro": "^5.0.0-beta.10",
14+
"astro": "^5.0.0-beta.11",
1515
"vue": "^3.5.12"
1616
}
1717
}

examples/hackernews/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/node": "^9.0.0-alpha.1",
14-
"astro": "^5.0.0-beta.10"
14+
"astro": "^5.0.0-beta.11"
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.0.0-beta.10"
18+
"astro": "^5.0.0-beta.11"
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.0.0-beta.10"
13+
"astro": "^5.0.0-beta.11"
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.0.0-beta.10"
13+
"astro": "^5.0.0-beta.11"
1414
}
1515
}

examples/ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/node": "^9.0.0-alpha.1",
1515
"@astrojs/svelte": "^6.0.2-beta.0",
16-
"astro": "^5.0.0-beta.10",
16+
"astro": "^5.0.0-beta.11",
1717
"svelte": "^5.1.16"
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.0.0-beta.10",
12+
"astro": "^5.0.0-beta.11",
1313
"sass": "^1.80.6",
1414
"sharp": "^0.33.3"
1515
}

examples/toolbar-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"./app": "./dist/app.js"
1616
},
1717
"devDependencies": {
18-
"astro": "^5.0.0-beta.10"
18+
"astro": "^5.0.0-beta.11"
1919
}
2020
}

examples/with-markdoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/markdoc": "^0.12.0-beta.0",
14-
"astro": "^5.0.0-beta.10"
14+
"astro": "^5.0.0-beta.11"
1515
}
1616
}

examples/with-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.0.0-beta.3",
13+
"@astrojs/mdx": "^4.0.0-beta.4",
1414
"@astrojs/preact": "^3.5.4-beta.0",
15-
"astro": "^5.0.0-beta.10",
15+
"astro": "^5.0.0-beta.11",
1616
"preact": "^10.24.3"
1717
}
1818
}

examples/with-nanostores/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/preact": "^3.5.4-beta.0",
1414
"@nanostores/preact": "^0.5.2",
15-
"astro": "^5.0.0-beta.10",
15+
"astro": "^5.0.0-beta.11",
1616
"nanostores": "^0.11.3",
1717
"preact": "^10.24.3"
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.0.0-beta.3",
13+
"@astrojs/mdx": "^4.0.0-beta.4",
1414
"@astrojs/tailwind": "^5.1.2",
1515
"@types/canvas-confetti": "^1.6.4",
16-
"astro": "^5.0.0-beta.10",
16+
"astro": "^5.0.0-beta.11",
1717
"autoprefixer": "^10.4.20",
1818
"canvas-confetti": "^1.9.3",
1919
"postcss": "^8.4.47",

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.0.0-beta.10",
14+
"astro": "^5.0.0-beta.11",
1515
"vitest": "^2.1.4"
1616
}
1717
}

packages/astro/CHANGELOG.md

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

3+
## 5.0.0-beta.11
4+
5+
### Minor Changes
6+
7+
- [#12510](https://github.com/withastro/astro/pull/12510) [`14feaf3`](https://github.com/withastro/astro/commit/14feaf30e1a4266b8422865722a4478d39202404) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Changes the generated URL query param from `_astroAction` to `_action` when submitting a form using Actions. This avoids leaking the framework name into the URL bar, which may be considered a security issue.
8+
9+
### Patch Changes
10+
11+
- [#12522](https://github.com/withastro/astro/pull/12522) [`33b0e30`](https://github.com/withastro/astro/commit/33b0e305fe4ecabc30ffa823454395c973f92454) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug where content config was ignored if it was outside of content dir and has a parent dir with an underscore
12+
13+
- [#12516](https://github.com/withastro/astro/pull/12516) [`cb9322c`](https://github.com/withastro/astro/commit/cb9322c763b5cd8e43afe77d30e86a0b7d72f894) Thanks [@stramel](https://github.com/stramel)! - Handle multiple root nodes on SVG files
14+
15+
- [#12511](https://github.com/withastro/astro/pull/12511) [`d023682`](https://github.com/withastro/astro/commit/d023682d6c6d8797f15f3c0f65893a4aa62e3b5b) Thanks [@stramel](https://github.com/stramel)! - Fix SVG Component sprite references
16+
17+
- [#12498](https://github.com/withastro/astro/pull/12498) [`b140a3f`](https://github.com/withastro/astro/commit/b140a3f6d821127f927b7cb938294549e41c5168) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a regression where Astro was trying to access `Request.headers`
18+
319
## 5.0.0-beta.10
420

521
### 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.0.0-beta.10",
3+
"version": "5.0.0-beta.11",
44
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
55
"type": "module",
66
"author": "withastro",

0 commit comments

Comments
 (0)