Skip to content

Commit 94f87a1

Browse files
[ci] release (#271)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4fe522b commit 94f87a1

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.changeset/bright-pets-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yellow-numbers-leave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

lib/compiler/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @astrojs/compiler
22

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+
313
## 0.9.2
414

515
### Patch Changes

lib/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"bugs": "https://github.com/withastro/compiler/issues",
77
"homepage": "https://astro.build",
8-
"version": "0.9.2",
8+
"version": "0.10.0",
99
"scripts": {
1010
"build": "tsc -p ."
1111
},

0 commit comments

Comments
 (0)