diff --git a/.changeset/olive-beds-happen.md b/.changeset/olive-beds-happen.md index 48525adb..f45802e9 100644 --- a/.changeset/olive-beds-happen.md +++ b/.changeset/olive-beds-happen.md @@ -1,5 +1,5 @@ --- -"@astrojs/compiler": patch +"@astrojs/compiler": minor --- Add an experimental flag `experimentalScriptOrder` that corrects the order styles & scripts are rendered within a component. When enabled, the order styles & scripts are rendered will be consistent with the order they are defined.