summaryrefslogtreecommitdiff
path: root/packages/integrations/preact
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-04-02 00:46:43 -0700
committerGravatar GitHub <noreply@github.com> 2024-04-02 15:46:43 +0800
commitf7d6254f8f63363dc88b07381983f2a8cce69559 (patch)
tree88c7a320c01db789603d35283320ade2d7d9093a /packages/integrations/preact
parent260f4fa1912ba78299c587a7cad1101354ebbb48 (diff)
downloadastro-@astrojs/vue@4.0.10.tar.gz
astro-@astrojs/vue@4.0.10.tar.zst
astro-@astrojs/vue@4.0.10.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/preact')
-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 9c2f17ca2..0d4f2c207 100644
--- a/packages/integrations/preact/CHANGELOG.md
+++ b/packages/integrations/preact/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/preact
+## 3.1.2
+
+### Patch Changes
+
+- [#10585](https://github.com/withastro/astro/pull/10585) [`ad50784adc6f262fc563999e97df3a5dc9087c88`](https://github.com/withastro/astro/commit/ad50784adc6f262fc563999e97df3a5dc9087c88) Thanks [@rschristian](https://github.com/rschristian)! - Fixes (theoretical) edge case in Preact integration's JSX aliases
+
## 3.1.1
### Patch Changes
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index d77ce973e..37ac94331 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.1.1",
+ "version": "3.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",