diff options
author | 2023-08-15 07:35:58 -0700 | |
---|---|---|
committer | 2023-08-15 22:35:58 +0800 | |
commit | 087270c61fd5c91ddd37db5c8fd93a8a0ef41f94 (patch) | |
tree | a1727eaa65f5189e2c0e5185b74b3550d53c1362 /packages/integrations/react | |
parent | a12027b6af411be39700919ca47e240a335e9887 (diff) | |
download | astro-32c0f64020c3235cf171f69e84ac097696f10a9e.tar.gz astro-32c0f64020c3235cf171f69e84ac097696f10a9e.tar.zst astro-32c0f64020c3235cf171f69e84ac097696f10a9e.zip |
[ci] release (#8064)create-astro@3.2.0astro@2.10.8@astrojs/sitemap@2.0.2@astrojs/react@2.2.2@astrojs/node@5.3.4
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 268b1c8ea..c6ccf491c 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 2.2.2 + +### Patch Changes + +- [#8075](https://github.com/withastro/astro/pull/8075) [`da517d405`](https://github.com/withastro/astro/commit/da517d4055825ee1b630cd4a6983818d6120a7b7) Thanks [@SudoCat](https://github.com/SudoCat)! - fix a bug where react identifierPrefix was set to null for client:only components causing React.useId to generate ids prefixed with null + ## 2.2.1 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index fa68cd5f0..31527a9e4 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": "2.2.1", + "version": "2.2.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |