diff options
author | 2025-01-20 09:16:15 -0800 | |
---|---|---|
committer | 2025-01-20 17:16:15 +0000 | |
commit | 0a0b1978a7ea9902174df96852e6a676023cd128 (patch) | |
tree | e0ec69f8515f9a4e2372681e2591187600b0e9c3 /packages/integrations/react | |
parent | d06518246f3e12bf9c43f9589cadcbb01e30a5e3 (diff) | |
download | astro-@astrojs/mdx@4.0.7.tar.gz astro-@astrojs/mdx@4.0.7.tar.zst astro-@astrojs/mdx@4.0.7.zip |
[ci] release (#12991)astro@5.1.8@astrojs/vue@5.0.6@astrojs/tailwind@5.1.5@astrojs/svelte@7.0.4@astrojs/studio@0.1.4@astrojs/solid-js@5.0.4@astrojs/react@4.1.6@astrojs/preact@4.0.3@astrojs/mdx@4.0.7@astrojs/markdoc@0.12.7@astrojs/db@0.14.6@astrojs/alpinejs@0.4.2
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.md | 8 | ||||
-rw-r--r-- | packages/integrations/react/package.json | 2 |
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", |