summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-01-20 09:16:15 -0800
committerGravatar GitHub <noreply@github.com> 2025-01-20 17:16:15 +0000
commit0a0b1978a7ea9902174df96852e6a676023cd128 (patch)
treee0ec69f8515f9a4e2372681e2591187600b0e9c3 /packages/integrations/react
parentd06518246f3e12bf9c43f9589cadcbb01e30a5e3 (diff)
downloadastro-@astrojs/mdx@4.0.7.tar.gz
astro-@astrojs/mdx@4.0.7.tar.zst
astro-@astrojs/mdx@4.0.7.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/react')
-rw-r--r--packages/integrations/react/CHANGELOG.md8
-rw-r--r--packages/integrations/react/package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md
index 1120a0d96..28336d442 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/react
+## 4.1.6
+
+### Patch Changes
+
+- [#12996](https://github.com/withastro/astro/pull/12996) [`80c6801`](https://github.com/withastro/astro/commit/80c6801b4f2b9da44ed69d6da7e4dbd4d65aae69) Thanks [@bluwy](https://github.com/bluwy)! - Removes hardcoded `ssr.external: ['react-dom/server', 'react-dom/client']` config that causes issues with adapters that bundle all dependencies (e.g. Cloudflare). These externals should already be inferred by default by Vite when deploying to a server environment.
+
+- [#13011](https://github.com/withastro/astro/pull/13011) [`cf30880`](https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398) Thanks [@ascorbic](https://github.com/ascorbic)! - Upgrades Vite
+
## 4.1.5
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 00978d425..788b6e0e8 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/react",
"description": "Use React components within Astro",
- "version": "4.1.5",
+ "version": "4.1.6",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",