diff options
author | 2023-05-30 13:53:55 -0700 | |
---|---|---|
committer | 2023-05-30 16:53:55 -0400 | |
commit | ba865f5d6412b33d96e4473b9a2b5d1d5ff30323 (patch) | |
tree | 7f724494e93547156a5549611abc0b0483458223 /packages/integrations/react | |
parent | f5063d0a01e3179da902fdc0a2b22f88cb3c95c7 (diff) | |
download | astro-ba865f5d6412b33d96e4473b9a2b5d1d5ff30323.tar.gz astro-ba865f5d6412b33d96e4473b9a2b5d1d5ff30323.tar.zst astro-ba865f5d6412b33d96e4473b9a2b5d1d5ff30323.zip |
[ci] release (#7190)astro@2.5.6@astrojs/webapi@2.2.0@astrojs/vue@2.2.1@astrojs/vercel@3.4.1@astrojs/sitemap@1.3.2@astrojs/react@2.2.1@astrojs/preact@2.2.1@astrojs/partytown@1.2.3@astrojs/mdx@0.19.5@astrojs/markdoc@0.3.0
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 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", |