summaryrefslogtreecommitdiff
path: root/packages/integrations/solid
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-10-28 09:14:55 -0700
committerGravatar GitHub <noreply@github.com> 2022-10-28 12:14:55 -0400
commit5be3fdec2737ec06cdf7d014c6935ffc1449f831 (patch)
tree43f9fdd12c8eae08977aac051364921ca5eb9a24 /packages/integrations/solid
parent26ff429058c6244767276b9fa20ef58987be13ee (diff)
downloadastro-5be3fdec2737ec06cdf7d014c6935ffc1449f831.tar.gz
astro-5be3fdec2737ec06cdf7d014c6935ffc1449f831.tar.zst
astro-5be3fdec2737ec06cdf7d014c6935ffc1449f831.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 488e660e1..c93e7b4b6 100644
--- a/packages/integrations/solid/CHANGELOG.md
+++ b/packages/integrations/solid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/solid-js
+## 1.2.2
+
+### Patch Changes
+
+- [#5208](https://github.com/withastro/astro/pull/5208) [`c98c5aa0a`](https://github.com/withastro/astro/commit/c98c5aa0aecb4625aeedc2ffdad69f8b2cd2c153) Thanks [@bluwy](https://github.com/bluwy)! - Improve third-party solid packages config handling
+
## 1.2.1
### Patch Changes
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index b867fd069..25670955d 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/solid-js",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "Use Solid components within Astro",
"type": "module",
"types": "./dist/index.d.ts",