Skip to content

Commit cf59ccd

Browse files
[ci] release (#336)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ce3f1a5 commit cf59ccd

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/silly-carrots-dance.md

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

.changeset/sweet-ladybugs-try.md

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

packages/compiler/CHANGELOG.md

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

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- ce3f1a5: Update CSS parser to use `esbuild`, adding support for CSS nesting, `@container`, `@layer`, and other modern syntax features
8+
9+
### Patch Changes
10+
11+
- 24a1185: Parser: Always output the `children` property in an element node, even if it has no children
12+
313
## 0.12.1
414

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

0 commit comments

Comments
 (0)