Skip to content

Commit

Permalink
[ci] release (#915)
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 Jan 4, 2024
1 parent f9373f2 commit 83bef19
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-starfishes-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-windows-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-clocks-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-buses-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-beers-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-falcons-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-fishes-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-mice-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-cheetahs-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-timers-remember.md

This file was deleted.

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

## 2.4.0

### Minor Changes

- 9ff6342: Return generated frontmatter and body ranges in TSX output

### Patch Changes

- b52f7d1: Fixes an issue where unterminated quoted attributes caused the compiler to crash
- 24e2886: Fixes a regression that caused whitespace between elements in an expression to result invalid code
- c5bcbd0: Prefix TSX output with a JSX pragma to ensure proper types are used
- 4f74c05: Fixes an issue where HTML and JSX comments lead to subsequent content being incorrectly treated as plain text when they have parent expressions.
- cad2606: Fixes an issue where components with template literal attributes were printed with the name of the attribute as value.
- 14ccba5: Fixes an issue where a `tr` element which contained an expression would cause its parent table to swallow any trailing element inside said table
- f9373f2: Fixes an issue where Astro fragments used inside a `table` element would cause lots of missing pieces of markup
- 4de359b: Preserve whitespace in expressions
- fe2f0c8: Fixes an issue where `/` or `*/` would cause prematurely closed comments in the tsx output

## 2.3.4

### 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.3.4",
"version": "2.4.0",
"scripts": {
"build": "tsup"
},
Expand Down

0 comments on commit 83bef19

Please sign in to comment.