summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-05-30 13:53:55 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-30 16:53:55 -0400
commitba865f5d6412b33d96e4473b9a2b5d1d5ff30323 (patch)
tree7f724494e93547156a5549611abc0b0483458223 /packages/integrations/react
parentf5063d0a01e3179da902fdc0a2b22f88cb3c95c7 (diff)
downloadastro-ba865f5d6412b33d96e4473b9a2b5d1d5ff30323.tar.gz
astro-ba865f5d6412b33d96e4473b9a2b5d1d5ff30323.tar.zst
astro-ba865f5d6412b33d96e4473b9a2b5d1d5ff30323.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 6cbed04f9..268b1c8ea 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 2.2.1
+
+### Patch Changes
+
+- [#7196](https://github.com/withastro/astro/pull/7196) [`1c77779dd`](https://github.com/withastro/astro/commit/1c77779dd66a6db77c81ed235da076a6118decde) Thanks [@bluwy](https://github.com/bluwy)! - Fix `astro-static-slot` hydration mismatch error
+
## 2.2.0
### Minor Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index adf17d7b7..27c55bdc2 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.2.0",
+ "version": "2.2.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",