diff options
author | 2024-05-09 03:06:49 -0700 | |
---|---|---|
committer | 2024-05-09 11:06:49 +0100 | |
commit | 770b9f06c3d67f89de527d8b3a842555e596c01f (patch) | |
tree | 1567d18564d05341e013d5cbff6c109701baabb1 /packages/integrations/react | |
parent | 0ac090dca356a1dc282836f8154c0869ae793f5a (diff) | |
download | astro-770b9f06c3d67f89de527d8b3a842555e596c01f.tar.gz astro-770b9f06c3d67f89de527d8b3a842555e596c01f.tar.zst astro-770b9f06c3d67f89de527d8b3a842555e596c01f.zip |
[ci] release (#10944)astro@4.8.0@astrojs/web-vitals@0.1.1@astrojs/vue@4.2.0@astrojs/vercel@7.6.0@astrojs/solid-js@4.2.0@astrojs/react@3.3.3@astrojs/preact@3.3.0@astrojs/mdx@3.0.0@astrojs/db@0.11.1
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 | 6 | ||||
-rw-r--r-- | packages/integrations/react/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index af63e5c5c..39bf83b15 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 3.3.3 + +### Patch Changes + +- [#10942](https://github.com/withastro/astro/pull/10942) [`d47baa4`](https://github.com/withastro/astro/commit/d47baa466aaeedde9c79ed5375d0be34762ac8b6) Thanks [@matthewp](https://github.com/matthewp)! - Updates package to support React 19 beta + ## 3.3.2 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 6753d9b78..c6df669e1 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": "3.3.2", + "version": "3.3.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |