diff options
author | 2025-04-29 06:31:26 -0700 | |
---|---|---|
committer | 2025-04-29 14:31:26 +0100 | |
commit | d2ab7db8beef8d47c22eda91c42586f72aff7f50 (patch) | |
tree | 3706c9e9ba0b4af13ab712cfdb40742778905309 /packages/integrations/react/CHANGELOG.md | |
parent | e1cd1ae52199c927ad5300a2eaed3996c6af5a64 (diff) | |
download | astro-d4b886d5691a0d37834bce7a6e87290b39a76cfa.tar.gz astro-d4b886d5691a0d37834bce7a6e87290b39a76cfa.tar.zst astro-d4b886d5691a0d37834bce7a6e87290b39a76cfa.zip |
[ci] release (#13721)astro@5.7.9@astrojs/vue@5.0.12@astrojs/svelte@7.0.12@astrojs/react@4.2.6
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/react/CHANGELOG.md')
-rw-r--r-- | packages/integrations/react/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index c203fc4be..7c00ef126 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 4.2.6 + +### Patch Changes + +- [#13720](https://github.com/withastro/astro/pull/13720) [`e1cd1ae`](https://github.com/withastro/astro/commit/e1cd1ae52199c927ad5300a2eaed3996c6af5a64) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes SSR renderer type + ## 4.2.5 ### Patch Changes |