Closed matthewp closed 7 months ago
Latest commit: a333dfa8faf0bcd656e55223f317008451a1eed4
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
!preview head-body-content
> root@0.0.0 release /home/runner/work/compiler/compiler > changeset publish "--tag" "next--head-body-content" 🦋 warn ===============================IMPORTANT!=============================== 🦋 warn Packages will be released under the next--head-body-content tag 🦋 warn ---------------------------------------------------------------------- 🦋 info npm info @astrojs/compiler 🦋 info @astrojs/compiler is being published because our local version (0.0.0-head-body-content-20240329154053) has not been published on npm 🦋 info Publishing "@astrojs/compiler" at "0.0.0-head-body-content-20240329154053" 🦋 success packages published successfully: 🦋 @astrojs/compiler@0.0.0-head-body-content-20240329154053 🦋 Creating git tag... 🦋 New tag: @astrojs/compiler@0.0.0-head-body-content-20240329154053
!preview head-body-content
!preview head-body-content
!preview head-body-content
> root@0.0.0 release /home/runner/work/compiler/compiler > changeset publish "--tag" "next--head-body-content" 🦋 warn ===============================IMPORTANT!=============================== 🦋 warn Packages will be released under the next--head-body-content tag 🦋 warn ---------------------------------------------------------------------- 🦋 info npm info @astrojs/compiler 🦋 info @astrojs/compiler is being published because our local version (0.0.0-head-body-content-20240329184853) has not been published on npm 🦋 info Publishing "@astrojs/compiler" at "0.0.0-head-body-content-20240329184853" 🦋 success packages published successfully: 🦋 @astrojs/compiler@0.0.0-head-body-content-20240329184853 🦋 Creating git tag... 🦋 New tag: @astrojs/compiler@0.0.0-head-body-content-20240329184853
Changes
resetInsertionMode
is used when expressions are ended there needs to be something on thetemplateStack
for nested expressions.inExpressionIM
in thetemplateStack
.Testing
Docs
N/A, bug fix