diff --git a/.changeset/eleven-planets-camp.md b/.changeset/eleven-planets-camp.md deleted file mode 100644 index 03b0d871b..000000000 --- a/.changeset/eleven-planets-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/compiler": patch ---- - -Fixes sourcemapping for CRLF line endings wrongfully including the last character diff --git a/.changeset/ten-melons-return.md b/.changeset/ten-melons-return.md deleted file mode 100644 index 56e29a758..000000000 --- a/.changeset/ten-melons-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/compiler": patch ---- - -Resolves an issue where the `class:list` directive was not correctly merging with the class attribute. diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index e7ca2a261..deb69b730 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/compiler +## 2.10.3 + +### Patch Changes + +- 5d0023d: Fixes sourcemapping for CRLF line endings wrongfully including the last character +- f55a2af: Resolves an issue where the `class:list` directive was not correctly merging with the class attribute. + ## 2.10.2 ### Patch Changes diff --git a/packages/compiler/package.json b/packages/compiler/package.json index a9d652ec2..3f8c0d912 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.10.2", + "version": "2.10.3", "scripts": { "build": "tsup" },