summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-05-12 14:48:58 -0600
committerGravatar GitHub <noreply@github.com> 2022-05-12 14:48:58 -0600
commitcedb9a2105cc673c574668f586879bf94fac0d52 (patch)
tree76aad62dfb18d14e8ff403180fb5f3b31efa56ac /packages/integrations/react
parent4ac792a02dacddb042fb911b90cbfa8f407812b5 (diff)
downloadastro-cedb9a2105cc673c574668f586879bf94fac0d52.tar.gz
astro-cedb9a2105cc673c574668f586879bf94fac0d52.tar.zst
astro-cedb9a2105cc673c574668f586879bf94fac0d52.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 dc693ffed..63c11c307 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 0.1.2
+
+### Patch Changes
+
+- [#3337](https://github.com/withastro/astro/pull/3337) [`678c2b75`](https://github.com/withastro/astro/commit/678c2b7523c7f10cfdf2eb5a73aa2bbb7e5cbc07) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: remove hydration failures on React v18 by exposing the "client" directive from Astro core.
+
## 0.1.1
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index e11c4e6a9..be9968467 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.1.1",
+ "version": "0.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",