Skip to content

Commit ee569ee

Browse files
[ci] release (#892)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5b450df commit ee569ee

File tree

6 files changed

+10
-21
lines changed

6 files changed

+10
-21
lines changed

.changeset/dull-bees-grab.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/late-readers-reflect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mighty-olives-wash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strange-beans-scream.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/compiler/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @astrojs/compiler
22

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

514
### Patch Changes

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"bugs": "https://github.com/withastro/compiler/issues",
77
"homepage": "https://astro.build",
8-
"version": "2.3.2",
8+
"version": "2.3.3",
99
"scripts": {
1010
"build": "tsup"
1111
},

0 commit comments

Comments
 (0)