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-19 22:45:07 -0700
committerGravatar GitHub <noreply@github.com> 2022-04-19 22:45:07 -0700
commitfce98d5552dfc70b43c258dd057b651d1c481d84 (patch)
tree46906529129da49200855877ab16e8d53a7ff364 /packages/integrations/solid
parent0c6bbee4c95b50e5bd43675296511fbb5b985014 (diff)
downloadastro-@astrojs/deno@0.1.1.tar.gz
astro-@astrojs/deno@0.1.1.tar.zst
astro-@astrojs/deno@0.1.1.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 372b94ebb..4dc9866f8 100644
--- a/packages/integrations/solid/CHANGELOG.md
+++ b/packages/integrations/solid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/solid-js
+## 0.1.2
+
+### Patch Changes
+
+- [#3140](https://github.com/withastro/astro/pull/3140) [`5e28b790`](https://github.com/withastro/astro/commit/5e28b790950bd29f4f7067082ad13b759594509f) Thanks [@hippotastic](https://github.com/hippotastic)! - Fix location of SolidJS pre-hydration code
+
## 0.1.1
### Patch Changes
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 58b088ab1..53733bcfd 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/solid-js",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "Use Solid components within Astro",
"type": "module",
"types": "./dist/index.d.ts",