Skip to content

Commit 020a38f

Browse files
[ci] release (#359)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c048567 commit 020a38f

File tree

10 files changed

+14
-41
lines changed

10 files changed

+14
-41
lines changed

.changeset/fifty-lizards-joke.md

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

.changeset/light-days-poke.md

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

.changeset/nice-bulldogs-unite.md

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

.changeset/popular-toys-cough.md

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

.changeset/real-plums-wonder.md

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

.changeset/rude-bulldogs-listen.md

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

.changeset/slow-dragons-deliver.md

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

.changeset/violet-moose-compete.md

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

packages/compiler/CHANGELOG.md

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

3+
## 0.14.2
4+
5+
### Patch Changes
6+
7+
- 6f30e2e: Fix edge case with nested expression inside `<>`
8+
- 15e3ff8: Fix panic when using a `<slot />` in `head`
9+
- c048567: Fix edge case with `select` elements and expression children
10+
- 13d2fc2: Fix #340, fixing behavior of content after an expression inside of <select>
11+
- 9e37a72: Fix issue when multiple client-only components are used
12+
- 67993d5: Add support for block comment only expressions, block comment only shorthand attributes and block comments in shorthand attributes
13+
- 59fbea2: Fix #343, edge case with <tr> inside component
14+
- 049dadf: Fix usage of expressions inside `caption` and `colgroup` elements
15+
316
## 0.14.1
417

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

0 commit comments

Comments
 (0)