diff options
author | 2023-05-01 07:58:03 -0700 | |
---|---|---|
committer | 2023-05-01 10:58:03 -0400 | |
commit | d0cf3a2c01be9b72989ab4a64db3977861a562ce (patch) | |
tree | b8232d2507ed0c1e5614d7dc6e6ee028f90486c3 /packages/integrations/react | |
parent | 50975f2ea3a59f9e023cc631a9372c0c7986eec9 (diff) | |
download | astro-d0cf3a2c01be9b72989ab4a64db3977861a562ce.tar.gz astro-d0cf3a2c01be9b72989ab4a64db3977861a562ce.tar.zst astro-d0cf3a2c01be9b72989ab4a64db3977861a562ce.zip |
[ci] release (#6924)astro@2.3.3@astrojs/webapi@2.1.1@astrojs/telemetry@2.1.1@astrojs/tailwind@3.1.2@astrojs/svelte@2.1.1@astrojs/react@2.1.2@astrojs/node@5.1.2@astrojs/cloudflare@6.2.4
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 5a6dc251a..ee46c7bab 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 2.1.2 + +### Patch Changes + +- [#6933](https://github.com/withastro/astro/pull/6933) [`649d70934`](https://github.com/withastro/astro/commit/649d70934e709bb1aa6e5e7583b12fa1703377cb) Thanks [@matthewp](https://github.com/matthewp)! - Automatically configure redoc + ## 2.1.1 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 520b42545..142376e9d 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.1.1", + "version": "2.1.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |