Skip to content

Commit e150feb

Browse files
[ci] release
1 parent 1264286 commit e150feb

File tree

5 files changed

+14
-18
lines changed

5 files changed

+14
-18
lines changed

.changeset/curvy-poets-jog.md

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

.changeset/shiny-walls-grab.md

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

.changeset/tough-months-melt.md

Lines changed: 0 additions & 7 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+
## 2.13.0
4+
5+
### Minor Changes
6+
7+
- 89c80fee: Adds a `walkAsync` utility function that returns a Promise from the tree traversal process.
8+
9+
Unlike the existing `walk` function which doesn't provide a way to wait for traversal completion, `walkAsync` allows consumers to `await` the full traversal of the AST.
10+
11+
### Patch Changes
12+
13+
- 2a27aca7: Fixes a potential parsing issue with head content defined in a component where another component is rendered first.
14+
- 1264286c: Fixes a CSS scoping issue when a selector contains only pseudo selectors.
15+
316
## 2.12.2
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": "2.12.2",
8+
"version": "2.13.0",
99
"scripts": {
1010
"build": "tsup"
1111
},

0 commit comments

Comments
 (0)