Skip to content

Commit

Permalink
[ci] release (#994)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 2, 2024
1 parent ecd7e90 commit face554
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-ways-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-rockets-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-zebras-rest.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @astrojs/compiler

## 2.8.0

### Minor Changes

- 17f8932: The WASM binaries for the compiler are now built using Go 1.22.

### Patch Changes

- e8b6cdf: Skips printing `createAstro` code if the `Astro` global is not referenced
- ecd7e90: Skips printing `async` for component functions if `await` is not used

## 2.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"bugs": "https://github.com/withastro/compiler/issues",
"homepage": "https://astro.build",
"version": "2.7.1",
"version": "2.8.0",
"scripts": {
"build": "tsup"
},
Expand Down

0 comments on commit face554

Please sign in to comment.