diff --git a/.changeset/khaki-ways-wait.md b/.changeset/khaki-ways-wait.md deleted file mode 100644 index 2e940abfb..000000000 --- a/.changeset/khaki-ways-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/compiler': patch ---- - -Skips printing `createAstro` code if the `Astro` global is not referenced diff --git a/.changeset/tender-rockets-agree.md b/.changeset/tender-rockets-agree.md deleted file mode 100644 index 63fbca345..000000000 --- a/.changeset/tender-rockets-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/compiler': minor ---- - -The WASM binaries for the compiler are now built using Go 1.22. diff --git a/.changeset/warm-zebras-rest.md b/.changeset/warm-zebras-rest.md deleted file mode 100644 index da3ca05e5..000000000 --- a/.changeset/warm-zebras-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/compiler': patch ---- - -Skips printing `async` for component functions if `await` is not used diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index 72d3560da..d2703fbfd 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -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 diff --git a/packages/compiler/package.json b/packages/compiler/package.json index cc8b6b6a5..652d44581 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -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" },