summaryrefslogtreecommitdiff
path: root/packages/integrations/solid
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-18 07:31:52 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-18 10:31:52 -0400
commit5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c (patch)
treef97b8bda8fb2433248e5c179b449ca1520eab15e /packages/integrations/solid
parent821918bc0ccf8a706da2194456c625d55dee989c (diff)
downloadastro-5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c.tar.gz
astro-5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c.tar.zst
astro-5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c.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 a23dd7f7a..fdd813048 100644
--- a/packages/integrations/solid/CHANGELOG.md
+++ b/packages/integrations/solid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/solid-js
+## 2.2.1
+
+### Patch Changes
+
+- [#8107](https://github.com/withastro/astro/pull/8107) [`5b4b78245`](https://github.com/withastro/astro/commit/5b4b782451ba9a7d685d56990b471740616e9610) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update `babel-preset-solid` dependency to `^1.7.7`
+
## 2.2.0
### Minor Changes
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 991ff579f..4e3fef843 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/solid-js",
- "version": "2.2.0",
+ "version": "2.2.1",
"description": "Use Solid components within Astro",
"type": "module",
"types": "./dist/index.d.ts",