diff options
author | 2023-01-26 10:53:32 -0800 | |
---|---|---|
committer | 2023-01-26 13:53:32 -0500 | |
commit | 607f0ac31a43595252bc647c01ac4b75fc774202 (patch) | |
tree | 475b92a55eab7842dd43661b724fef595b7323e5 /packages/integrations/react | |
parent | 7abb1e9056c4b4fd0abfced347df32a41cdfbf28 (diff) | |
download | astro-607f0ac31a43595252bc647c01ac4b75fc774202.tar.gz astro-607f0ac31a43595252bc647c01ac4b75fc774202.tar.zst astro-607f0ac31a43595252bc647c01ac4b75fc774202.zip |
[ci] release (#5984)astro@2.0.2@astrojs/react@2.0.1@astrojs/node@5.0.1@astrojs/mdx@0.15.1@astrojs/markdown-remark@2.0.1@astrojs/cloudflare@6.1.0
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 797c42562..e34c80316 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 2.0.1 + +### Patch Changes + +- [#5886](https://github.com/withastro/astro/pull/5886) [`9d4bfc76e`](https://github.com/withastro/astro/commit/9d4bfc76e8de7cf85997100145532a6fa7d2b025) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Support passing `children` as props to a React component + ## 2.0.0 ### Major Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 870c4739c..bc76ef778 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.0.0", + "version": "2.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |