summaryrefslogtreecommitdiff
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:49:27 -0600
committerGravatar GitHub <noreply@github.com> 2022-04-02 13:49:27 -0600
commit7fe149ae4397f9a9aba6342a98182263ea505ea3 (patch)
tree5c0eb65ba32287a284956aafe5a9da3c35491e8e /packages/integrations/react
parente425f896b668d98033ad3b998b50c1f28bc7f6ee (diff)
downloadastro-7fe149ae4397f9a9aba6342a98182263ea505ea3.tar.gz
astro-7fe149ae4397f9a9aba6342a98182263ea505ea3.tar.zst
astro-7fe149ae4397f9a9aba6342a98182263ea505ea3.zip
[ci] release (#2969)
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..8a20e5c9d 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 0.1.0
+
+### Minor Changes
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) 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",