diff options
author | 2023-12-20 09:39:13 -0800 | |
---|---|---|
committer | 2023-12-20 17:39:13 +0000 | |
commit | 97342d218e0c2d616005af6f6f54308115b89ec1 (patch) | |
tree | 8deda9035455ce0e3f6f80c6d897e635d07163f5 /packages/integrations/react | |
parent | 19169db1f1574d36cc284fd9a0319d9b1e92b49a (diff) | |
download | astro-97342d218e0c2d616005af6f6f54308115b89ec1.tar.gz astro-97342d218e0c2d616005af6f6f54308115b89ec1.tar.zst astro-97342d218e0c2d616005af6f6f54308115b89ec1.zip |
[ci] release (#9457)astro@4.0.7@astrojs/vue@4.0.5@astrojs/tailwind@5.0.4@astrojs/svelte@5.0.2@astrojs/react@3.0.8@astrojs/node@7.0.2@astrojs/mdx@2.0.2@astrojs/markdoc@0.8.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 | 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 1ba942a77..1d90d20b9 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/react +## 3.0.8 + +### Patch Changes + +- [#9403](https://github.com/withastro/astro/pull/9403) [`7eb9fe8a7`](https://github.com/withastro/astro/commit/7eb9fe8a717dd2b66b1d541e1aa4d3eb5d959ddf) Thanks [@knpwrs](https://github.com/knpwrs)! - Prevents unsupported `forwardRef` components created by Preact from being rendered by React + +- [#9452](https://github.com/withastro/astro/pull/9452) [`e83b5095f`](https://github.com/withastro/astro/commit/e83b5095f164f48ba40fc715a805fc66a3e39dcf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Upgrades vite to latest + ## 3.0.7 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index c94f9b723..ce3c39fd6 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.0.7", + "version": "3.0.8", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |