Skip to content

Fix issue with head content pushed into body#990

Merged
matthewp merged 5 commits into
mainfrom
head-regress
Apr 1, 2024
Merged

Fix issue with head content pushed into body#990
matthewp merged 5 commits into
mainfrom
head-regress

Conversation

@matthewp
Copy link
Copy Markdown
Contributor

Changes

Testing

  • New printer test

Docs

N/A, bug fix

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 29, 2024

🦋 Changeset detected

Latest commit: a333dfa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@astrojs/compiler Patch

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

@matthewp matthewp changed the title Head regress Fix issue with head content pushed into body Mar 29, 2024
@matthewp
Copy link
Copy Markdown
Contributor Author

!preview head-body-content

@github-actions
Copy link
Copy Markdown
Contributor

 > 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

@matthewp
Copy link
Copy Markdown
Contributor Author

!preview head-body-content

@matthewp
Copy link
Copy Markdown
Contributor Author

!preview head-body-content

@matthewp
Copy link
Copy Markdown
Contributor Author

!preview head-body-content

@github-actions
Copy link
Copy Markdown
Contributor

 > 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

Copy link
Copy Markdown

@deeprobin deeprobin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@matthewp matthewp merged commit 5467f40 into main Apr 1, 2024
@matthewp matthewp deleted the head-regress branch April 1, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expressions in <head> causes elements to end up in <body> 🐛 BUG: <body> tag gets removed when it is a child of a component

3 participants