diff options
author | 2022-10-28 09:14:55 -0700 | |
---|---|---|
committer | 2022-10-28 12:14:55 -0400 | |
commit | 5be3fdec2737ec06cdf7d014c6935ffc1449f831 (patch) | |
tree | 43f9fdd12c8eae08977aac051364921ca5eb9a24 /packages/integrations/react | |
parent | 26ff429058c6244767276b9fa20ef58987be13ee (diff) | |
download | astro-5be3fdec2737ec06cdf7d014c6935ffc1449f831.tar.gz astro-5be3fdec2737ec06cdf7d014c6935ffc1449f831.tar.zst astro-5be3fdec2737ec06cdf7d014c6935ffc1449f831.zip |
[ci] release (#5215)astro@1.6.1@astrojs/solid-js@1.2.2@astrojs/react@1.2.2@astrojs/cloudflare@3.1.2
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.md | 6 | ||||
-rw-r--r-- | packages/integrations/react/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 0b5f60b23..199eba37d 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 1.2.2 + +### Patch Changes + +- [#5218](https://github.com/withastro/astro/pull/5218) [`0b1241431`](https://github.com/withastro/astro/commit/0b12414315fa81ded96587779c63c74400466078) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - remove unnecessary `ReactDOM.renderToString` operation + ## 1.2.1 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 29b23e2ed..677d0d24a 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.2.1", + "version": "1.2.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |