Skip to content

Commit 18a41b8

Browse files
[ci] release (#584)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 66fe230 commit 18a41b8

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/forty-monkeys-drum.md

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

.changeset/long-planes-nail.md

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

.changeset/thin-wasps-promise.md

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

.changeset/young-pugs-retire.md

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

packages/compiler/CHANGELOG.md

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

3+
## 0.29.0
4+
5+
### Minor Changes
6+
7+
- fd2fc28: Fix some utf8 compatability issues
8+
9+
### Patch Changes
10+
11+
- 4b68670: TSX: fix edge case with spread attribute printing
12+
- 6b204bd: Fix bug with trailing `style` tags being moved into the `html` element
13+
- 66fe230: Fix: include element end location in `parse` AST
14+
315
## 0.28.1
416

517
### 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": "0.28.1",
8+
"version": "0.29.0",
99
"scripts": {
1010
"build": "tsc -p ."
1111
},

0 commit comments

Comments
 (0)