summaryrefslogtreecommitdiff
path: root/packages/integrations/solid
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-04-06 16:40:46 -0500
committerGravatar GitHub <noreply@github.com> 2022-04-06 16:40:46 -0500
commit1d0c1d8977871cfaf739cdc1696530fee00fc538 (patch)
tree6bcf9b2335c7dffc74fe928f496bfbfc4cf0f131 /packages/integrations/solid
parentaa8fb4af51f6b0af17b8d2858d080728b0114f7a (diff)
downloadastro-1d0c1d8977871cfaf739cdc1696530fee00fc538.tar.gz
astro-1d0c1d8977871cfaf739cdc1696530fee00fc538.tar.zst
astro-1d0c1d8977871cfaf739cdc1696530fee00fc538.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/solid')
-rw-r--r--packages/integrations/solid/CHANGELOG.md6
-rw-r--r--packages/integrations/solid/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md
index 6f8281e0d..65d96f51d 100644
--- a/packages/integrations/solid/CHANGELOG.md
+++ b/packages/integrations/solid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/solid-js
+## 0.0.4-beta.0
+
+### Patch Changes
+
+- [#3003](https://github.com/withastro/astro/pull/3003) [`13b782f4`](https://github.com/withastro/astro/commit/13b782f421871af36978f29154c715c66739d475) Thanks [@ryansolid](https://github.com/ryansolid)! - Improve nested hydration with Solid
+
## 0.0.3
### Patch Changes
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index f87995d0e..2e8b56271 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/solid-js",
- "version": "0.0.3",
+ "version": "0.0.4-beta.0",
"description": "Use Solid components within Astro",
"type": "module",
"types": "./dist/index.d.ts",