@astrojs/compiler 0.3.6 → 0.4.0

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.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 7e1aded: Change behavior of `as: "fragment"` option to support arbitrary `head` and `body` tags
8
+
9
+ ## 0.3.9
10
+
11
+ ### Patch Changes
12
+
13
+ - 2884a82: Bugfix: CSS comments insert semicolon
14
+
15
+ ## 0.3.8
16
+
17
+ ### Patch Changes
18
+
19
+ - 2c8f5d8: Fix another component-only edge case
20
+
21
+ ## 0.3.7
22
+
23
+ ### Patch Changes
24
+
25
+ - eb0d17f: Fix edge case with files that contain a single component
26
+
3
27
  ## 0.3.6
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.6",
4
+ "version": "0.4.0",
5
5
  "scripts": {
6
6
  "build": "tsc -p ."
7
7
  },