@astrojs/compiler 0.3.4 → 0.3.5

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,15 @@
1
1
  # @astrojs/compiler
2
2
 
3
+ ## 0.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - bca7e00: Fixed issue where an Astro Components could only add one style or script
8
+ - 2a2f951: Fix regression where leading `<style>` elements could break generated tags
9
+ - db162f8: Fix case-sensitivity of void elements
10
+ - 44ee189: Fixed issue where expressions did not work within SVG elements
11
+ - 9557113: Fix panic when preprocessed style is empty
12
+
3
13
  ## 0.3.4
4
14
 
5
15
  ### 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.4",
4
+ "version": "0.3.5",
5
5
  "scripts": {
6
6
  "build": "tsc -p ."
7
7
  },