diff options
author | 2024-02-07 10:25:29 -0800 | |
---|---|---|
committer | 2024-02-07 23:55:29 +0530 | |
commit | ef00224a86a5863f2800274d1034d7b039b55749 (patch) | |
tree | 580fb2f7a71823d73fa7fb3da8da4488a1807c42 /packages/integrations/react | |
parent | 3fc76efb2a8faa47edf67562a1f0c84a19be1b33 (diff) | |
download | astro-ef00224a86a5863f2800274d1034d7b039b55749.tar.gz astro-ef00224a86a5863f2800274d1034d7b039b55749.tar.zst astro-ef00224a86a5863f2800274d1034d7b039b55749.zip |
[ci] release (#10018)astro@4.3.5@astrojs/vercel@7.3.0@astrojs/react@3.0.10
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 48d712ae9..599ea231d 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 3.0.10 + +### Patch Changes + +- [#9849](https://github.com/withastro/astro/pull/9849) [`20ca3154fb37049cbcd51b06d9fa2ef25ac25a36`](https://github.com/withastro/astro/commit/20ca3154fb37049cbcd51b06d9fa2ef25ac25a36) Thanks [@StandardGage](https://github.com/StandardGage)! - Fixes an issue where passing void elements (img, etc..) did not work with the `experimentalReactChildren` option enabled + ## 3.0.9 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 98b39ff8f..25688faaa 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.9", + "version": "3.0.10", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |