aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-04-02 13:40:46 -0600
committerGravatar GitHub <noreply@github.com> 2022-04-02 13:40:46 -0600
commit48c9b142cccaff780b0d72abdd858214614af09f (patch)
tree6f6d6368feeebd807e3159eba189b4246d105e53 /packages/integrations/react
parent3483cc228575b589cb7bb5d0ea0c5c619fa177b7 (diff)
downloadastro-48c9b142cccaff780b0d72abdd858214614af09f.tar.gz
astro-48c9b142cccaff780b0d72abdd858214614af09f.tar.zst
astro-48c9b142cccaff780b0d72abdd858214614af09f.zip
[ci] release (#2925)
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 3fc5d0350..a22fd8975 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 0.1.0
+
+### Minor Changes
+
+- [#2947](https://github.com/withastro/astro/pull/2947) [`57f48b27`](https://github.com/withastro/astro/commit/57f48b27019bbad5c8d61808291dc8bc6cdedb52) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add support for React v18
+
## 0.0.2
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 1184ce8d3..359ad1c30 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": "0.0.2",
+ "version": "0.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",