summaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-09-06 09:47:30 -0700
committerGravatar GitHub <noreply@github.com> 2024-09-06 12:47:30 -0400
commit0d50d7545eae102cadff80e4963ef9b27eabba6c (patch)
treed37024bb3726f9b43fc55f927bf34c742af89f1d /packages/integrations
parentc0c96452a26a2fb56acbc99cc67fd1e808e66d0e (diff)
downloadastro-0d50d7545eae102cadff80e4963ef9b27eabba6c.tar.gz
astro-0d50d7545eae102cadff80e4963ef9b27eabba6c.tar.zst
astro-0d50d7545eae102cadff80e4963ef9b27eabba6c.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations')
-rw-r--r--packages/integrations/preact/CHANGELOG.md6
-rw-r--r--packages/integrations/preact/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md
index 43330b468..b7138a78d 100644
--- a/packages/integrations/preact/CHANGELOG.md
+++ b/packages/integrations/preact/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/preact
+## 3.5.3
+
+### Patch Changes
+
+- [#11930](https://github.com/withastro/astro/pull/11930) [`4a44e82`](https://github.com/withastro/astro/commit/4a44e82bbdf0572190618d8c5882c63a6525a198) Thanks [@lukasbachlechner](https://github.com/lukasbachlechner)! - Preact components no longer throw an error if a property is null.
+
## 3.5.2
### Patch Changes
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index 31006ab70..5874d666d 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/preact",
"description": "Use Preact components within Astro",
- "version": "3.5.2",
+ "version": "3.5.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",