@astrojs/compiler 0.3.5 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @astrojs/compiler
2
2
 
3
+ ## 0.3.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 2884a82: Bugfix: CSS comments insert semicolon
8
+
9
+ ## 0.3.8
10
+
11
+ ### Patch Changes
12
+
13
+ - 2c8f5d8: Fix another component-only edge case
14
+
15
+ ## 0.3.7
16
+
17
+ ### Patch Changes
18
+
19
+ - eb0d17f: Fix edge case with files that contain a single component
20
+
21
+ ## 0.3.6
22
+
23
+ ### Patch Changes
24
+
25
+ - af003e9: Fix syntax error in transformed output
26
+
3
27
  ## 0.3.5
4
28
 
5
29
  ### Patch Changes
package/astro.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@astrojs/compiler",
3
3
  "type": "module",
4
- "version": "0.3.5",
4
+ "version": "0.3.9",
5
5
  "scripts": {
6
6
  "build": "tsc -p ."
7
7
  },