Skip to content

Commit

Permalink
Upgrade compiler to fix head rendering bug
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Mar 29, 2024
1 parent e648c55 commit 446824f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-spoons-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro": patch
---

Upgrade compiler to fix head ordering bug
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"test:node": "astro-scripts test \"test/**/*.test.js\""
},
"dependencies": {
"@astrojs/compiler": "^2.7.0",
"@astrojs/compiler": "0.0.0-literal-20240329135330",
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*",
Expand Down
8 changes: 6 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 446824f

Please sign in to comment.