Skip to content

Commit 44e56bf

Browse files
Version Packages (#52)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3a336ef commit 44e56bf

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/late-items-whisper.md

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

lib/compiler/CHANGELOG.md

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

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- 3a336ef: Adds a hydration map to enable hydration within Astro components
8+
39
## 0.1.9
410

511
### Patch Changes

lib/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/compiler",
33
"type": "module",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"scripts": {
66
"build": "tsc -p ."
77
},

0 commit comments

Comments
 (0)