summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-05-04 09:49:17 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-04 12:49:17 -0400
commit51c8e7fe298df202edf93f0aa8e22aff58639995 (patch)
tree1e16cded92ee3cb77e9c68ad611682e36b4e3a8c /packages/integrations/react
parent818252acda3c00499cea51ffa0f26d4c2ccd3a02 (diff)
downloadastro-abdad05960b617df79a00ccf9449a423f5943238.tar.gz
astro-abdad05960b617df79a00ccf9449a423f5943238.tar.zst
astro-abdad05960b617df79a00ccf9449a423f5943238.zip
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.md6
-rw-r--r--packages/integrations/react/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md
index ee46c7bab..567a826a3 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 2.1.3
+
+### Patch Changes
+
+- [#6976](https://github.com/withastro/astro/pull/6976) [`ca329bbca`](https://github.com/withastro/astro/commit/ca329bbcae7a6075af4f428f6f64466e9d152c8f) Thanks [@SudoCat](https://github.com/SudoCat)! - Prevent ID collisions in React.useId
+
## 2.1.2
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 142376e9d..318c4bc27 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.1.2",
+ "version": "2.1.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",