Skip to content

Commit

Permalink
[ci] release (#1061)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 8, 2025
1 parent 970f085 commit f167a98
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/grumpy-ads-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-geese-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-buses-hide.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @astrojs/compiler

## 2.10.4

### Patch Changes

- 8cae811: Fixes an issue with the conditional rendering of scripts.

**This change updates a v5.0 breaking change when `experimental.directRenderScript` became the default script handling behavior.** If you have already successfully upgraded to Astro v5, you may need to review your script tags again and make sure they still behave as desired after this release. [See the v5 Upgrade Guide for more details.](https://docs.astro.build/en/guides/upgrade-to/v5/#script-tags-are-rendered-directly-as-declared)

- 970f085: Fixes an issue when parsing elements inside foreign content (e.g. SVG), when they were inside an expression
- 6b6a134: Fixes a bug caused by having an extra space in the fragment tag in the TSX output

## 2.10.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"bugs": "https://github.com/withastro/compiler/issues",
"homepage": "https://astro.build",
"version": "2.10.3",
"version": "2.10.4",
"scripts": {
"build": "tsup"
},
Expand Down

0 comments on commit f167a98

Please sign in to comment.