Skip to content

Commit 68770ef

Browse files
authored
Use the beta version of the compiler (#15422)
* Use the beta version of the compiler * Add changeset
1 parent 3928b87 commit 68770ef

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.changeset/tangy-days-wink.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+
Upgrade to @astrojs/compiler@3.0.0-beta

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"test:integration": "astro-scripts test \"test/*.test.js\""
117117
},
118118
"dependencies": {
119-
"@astrojs/compiler": "0.0.0-render-script-20251003120459",
119+
"@astrojs/compiler": "^3.0.0-beta.0",
120120
"@astrojs/internal-helpers": "workspace:*",
121121
"@astrojs/markdown-remark": "workspace:*",
122122
"@astrojs/telemetry": "workspace:*",

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)