summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-09-09 07:56:48 -0700
committerGravatar GitHub <noreply@github.com> 2022-09-09 10:56:48 -0400
commitb6dd8b595ccbcc3e9984bdd5b685c210867aaaab (patch)
treedd5ece9280cb41c293dbd437a65fb5262c85bd24 /packages/integrations/react
parente5fd0a49469cee406d68be65bc97b8a7f2bb3b88 (diff)
downloadastro-b6dd8b595ccbcc3e9984bdd5b685c210867aaaab.tar.gz
astro-b6dd8b595ccbcc3e9984bdd5b685c210867aaaab.tar.zst
astro-b6dd8b595ccbcc3e9984bdd5b685c210867aaaab.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.md8
-rw-r--r--packages/integrations/react/package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md
index 0971832ec..d029111a5 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/react
+## 1.1.2
+
+### Patch Changes
+
+- [#4679](https://github.com/withastro/astro/pull/4679) [`5986517b4`](https://github.com/withastro/astro/commit/5986517b4f29af90fcfe333d4bb69ac09d4f8778) Thanks [@matthewp](https://github.com/matthewp)! - Prevent decoder from leaking
+
+- [#4667](https://github.com/withastro/astro/pull/4667) [`9290b2414`](https://github.com/withastro/astro/commit/9290b24143d753edd3daf25945990c25a58e5bde) Thanks [@Holben888](https://github.com/Holben888)! - Fix framework components on Vercel Edge
+
## 1.1.1
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 042c01567..46a907c30 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": "1.1.1",
+ "version": "1.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",