diff options
author | 2023-05-04 09:49:17 -0700 | |
---|---|---|
committer | 2023-05-04 12:49:17 -0400 | |
commit | 51c8e7fe298df202edf93f0aa8e22aff58639995 (patch) | |
tree | 1e16cded92ee3cb77e9c68ad611682e36b4e3a8c /packages/integrations/react | |
parent | 818252acda3c00499cea51ffa0f26d4c2ccd3a02 (diff) | |
download | astro-abdad05960b617df79a00ccf9449a423f5943238.tar.gz astro-abdad05960b617df79a00ccf9449a423f5943238.tar.zst astro-abdad05960b617df79a00ccf9449a423f5943238.zip |
[ci] release (#6977)astro@2.4.0@astrojs/sitemap@1.3.0@astrojs/react@2.1.3@astrojs/mdx@0.19.1@astrojs/markdown-remark@2.2.0@astrojs/markdoc@0.1.2
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 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", |