diff options
author | 2023-11-27 09:59:31 -0800 | |
---|---|---|
committer | 2023-11-27 12:59:31 -0500 | |
commit | 415fec54f8340a1ffcd6b926c1f5b1a0e0645e5a (patch) | |
tree | d66b4644fd7346907a0c5318b21d8de47c3a0982 /packages/integrations/react/CHANGELOG.md | |
parent | cdabf6ef02be7220fd2b6bdcef924ceca089381e (diff) | |
download | astro-@astrojs/vue@4.0.0-beta.0.tar.gz astro-@astrojs/vue@4.0.0-beta.0.tar.zst astro-@astrojs/vue@4.0.0-beta.0.zip |
[ci] release (beta) (#9114)create-astro@4.5.2-beta.0astro@4.0.0-beta.0@astrojs/vue@4.0.0-beta.0@astrojs/vercel@6.0.0-beta.0@astrojs/tailwind@6.0.0-beta.0@astrojs/svelte@5.0.0-beta.0@astrojs/rss@4.0.0-beta.0@astrojs/react@3.0.7-beta.0@astrojs/node@7.0.0-beta.0@astrojs/mdx@2.0.0-beta.0@astrojs/markdown-remark@4.0.0-beta.0
Co-authored-by: github-actions[bot] <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 46d3a2512..7dcf8dc2a 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 3.0.7-beta.0 + +### Patch Changes + +- [#9122](https://github.com/withastro/astro/pull/9122) [`1c48ed286`](https://github.com/withastro/astro/commit/1c48ed286538ab9e354eca4e4dcd7c6385c96721) Thanks [@bluwy](https://github.com/bluwy)! - Adds Vite 5 support. There are no breaking changes from Astro. Check the [Vite migration guide](https://vitejs.dev/guide/migration.html) for details of the breaking changes from Vite instead. + ## 3.0.6 ### Patch Changes |