Skip to content

Commit face554

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

File tree

5 files changed

+12
-16
lines changed

5 files changed

+12
-16
lines changed

.changeset/khaki-ways-wait.md

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

.changeset/tender-rockets-agree.md

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

.changeset/warm-zebras-rest.md

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

packages/compiler/CHANGELOG.md

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

3+
## 2.8.0
4+
5+
### Minor Changes
6+
7+
- 17f8932: The WASM binaries for the compiler are now built using Go 1.22.
8+
9+
### Patch Changes
10+
11+
- e8b6cdf: Skips printing `createAstro` code if the `Astro` global is not referenced
12+
- ecd7e90: Skips printing `async` for component functions if `await` is not used
13+
314
## 2.7.1
415

516
### 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.7.1",
8+
"version": "2.8.0",
99
"scripts": {
1010
"build": "tsup"
1111
},

0 commit comments

Comments
 (0)