@astrojs/compiler 0.9.0 → 0.10.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,27 @@
1
1
  # @astrojs/compiler
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 02d41a8: Adds support for `Astro.self` (as accepted in the [Recursive Components RFC](https://github.com/withastro/rfcs/blob/main/active-rfcs/0000-recursive-components.md)).
8
+
9
+ ### Patch Changes
10
+
11
+ - 4fe522b: Fixes inclusion of define:vars scripts/styles using the StaticExtraction flag
12
+
13
+ ## 0.9.2
14
+
15
+ ### Patch Changes
16
+
17
+ - 92cc76b: Fix wasm build for use in Astro
18
+
19
+ ## 0.9.1
20
+
21
+ ### Patch Changes
22
+
23
+ - 85d35a5: Revert previous change that broke Windows
24
+
3
25
  ## 0.9.0
4
26
 
5
27
  ### Minor Changes
package/astro.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "bugs": "https://github.com/withastro/compiler/issues",
7
7
  "homepage": "https://astro.build",
8
- "version": "0.9.0",
8
+ "version": "0.10.0",
9
9
  "scripts": {
10
10
  "build": "tsc -p ."
11
11
  },