summaryrefslogtreecommitdiff
path: root/packages/integrations/solid
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-01-13 07:15:24 -0800
committerGravatar GitHub <noreply@github.com> 2025-01-13 16:15:24 +0100
commit6c68269c0e562c2c2536e933c79a1a249e02a4eb (patch)
treef489ac3fdac6945140ea5e905c92d431056d41f5 /packages/integrations/solid
parent80067c032f9ce5852f3315d1046b2d0c220ddcd5 (diff)
downloadastro-@astrojs/solid-js@5.0.2.tar.gz
astro-@astrojs/solid-js@5.0.2.tar.zst
astro-@astrojs/solid-js@5.0.2.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 6f3d59b72..9555dd248 100644
--- a/packages/integrations/solid/CHANGELOG.md
+++ b/packages/integrations/solid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/solid-js
+## 5.0.2
+
+### Patch Changes
+
+- [#12923](https://github.com/withastro/astro/pull/12923) [`c7642fb`](https://github.com/withastro/astro/commit/c7642fb80b2a2b4d1ec18369b37700ff28b4c041) Thanks [@bluwy](https://github.com/bluwy)! - Adds the client entrypoint to `optimizeDeps.include`
+
## 5.0.1
### Patch Changes
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index bc4e06f3f..120e69adc 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/solid-js",
- "version": "5.0.1",
+ "version": "5.0.2",
"description": "Use Solid components within Astro",
"type": "module",
"types": "./dist/index.d.ts",