Skip to content

Commit d751ade

Browse files
[ci] release (next) (#320)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 95ec808 commit d751ade

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
"long-kids-wait",
1010
"modern-dots-destroy",
1111
"poor-maps-fly",
12+
"purple-jobs-retire",
1213
"quick-lamps-stare",
1314
"short-tips-begin",
15+
"strange-humans-roll",
1416
"stupid-colts-grab",
1517
"tasty-garlics-call",
1618
"thirty-jobs-jam",

lib/compiler/CHANGELOG.md

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

3+
## 0.12.0-next.9
4+
5+
### Patch Changes
6+
7+
- 95ec808: Fix <slot> behavior inside of head
8+
- 95ec808: Remove usage of `escapeHTML` util
9+
310
## 0.12.0-next.8
411

512
### 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.12.0-next.8",
8+
"version": "0.12.0-next.9",
99
"scripts": {
1010
"build": "tsc -p ."
1111
},

0 commit comments

Comments
 (0)