diff --git a/.changeset/little-bags-drop.md b/.changeset/little-bags-drop.md deleted file mode 100644 index 8722cdd84..000000000 --- a/.changeset/little-bags-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/compiler': patch ---- - -Bugfix: fix component detection bug in parser diff --git a/.changeset/tough-cobras-lay.md b/.changeset/tough-cobras-lay.md deleted file mode 100644 index fa57189f5..000000000 --- a/.changeset/tough-cobras-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/compiler': patch ---- - -Bugfix: wait to release processStyle() until after fn call diff --git a/lib/compiler/CHANGELOG.md b/lib/compiler/CHANGELOG.md index d8486e95a..d74939362 100644 --- a/lib/compiler/CHANGELOG.md +++ b/lib/compiler/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/compiler +## 0.2.15 + +### Patch Changes + +- 8fbae5e: Bugfix: fix component detection bug in parser +- 37b5b6e: Bugfix: wait to release processStyle() until after fn call + ## 0.2.14 ### Patch Changes diff --git a/lib/compiler/package.json b/lib/compiler/package.json index 59748931d..0ff141afe 100644 --- a/lib/compiler/package.json +++ b/lib/compiler/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/compiler", "type": "module", - "version": "0.2.14", + "version": "0.2.15", "scripts": { "build": "tsc -p ." },