Skip to content

Commit

Permalink
[ci] release (#892)
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 Dec 15, 2023
1 parent 5b450df commit ee569ee
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-bees-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-readers-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-olives-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-beans-scream.md

This file was deleted.

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

## 2.3.3

### Patch Changes

- 5b450df: Fixed an `index out of range` error when multibyte characters were rendered as markup
- 852fc1b: Fix `index out of range [0]` error when there is a component before the `<html>` tag
- 05ecaff: Fixes an issue where when there are nested expressions, subsequent content was incorrectly treated as plain text in some cases.
- 8c0cffb: Fixes an issue causing `index out of range` errors when handling some multibyte characters like `\u2028`.

## 2.3.2

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

0 comments on commit ee569ee

Please sign in to comment.