diff --git a/.changeset/red-crabs-cough.md b/.changeset/red-crabs-cough.md deleted file mode 100644 index e13e4de89..000000000 --- a/.changeset/red-crabs-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/compiler': patch ---- - -Avoids stringifying `undefined` in scoped class attributes diff --git a/.changeset/unlucky-spoons-work.md b/.changeset/unlucky-spoons-work.md deleted file mode 100644 index 04f00bd6e..000000000 --- a/.changeset/unlucky-spoons-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/compiler': patch ---- - -Fixes newlines in opening tag generating buggy code in TSX diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index f4f767163..1a7aecd7f 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/compiler +## 2.8.2 + +### Patch Changes + +- 6b7c12f: Avoids stringifying `undefined` in scoped class attributes +- 8803da6: Fixes newlines in opening tag generating buggy code in TSX + ## 2.8.1 ### Patch Changes diff --git a/packages/compiler/package.json b/packages/compiler/package.json index fea5017b7..8842a2f81 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.8.1", + "version": "2.8.2", "scripts": { "build": "tsup" },