Skip to content

Commit 29c596f

Browse files
[ci] release (#1066)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c758d7e commit 29c596f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/olive-beds-happen.md

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

.changeset/small-lions-reflect.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+
## 2.11.0
4+
5+
### Minor Changes
6+
7+
- 0399d55: Add an experimental flag `experimentalScriptOrder` that corrects the order styles & scripts are rendered within a component. When enabled, the order styles & scripts are rendered will be consistent with the order they are defined.
8+
9+
### Patch Changes
10+
11+
- c758d7e: Add async properly when await used inside fragment
12+
313
## 2.10.4
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": "2.10.4",
8+
"version": "2.11.0",
99
"scripts": {
1010
"build": "tsup"
1111
},

0 commit comments

Comments
 (0)