diff options
author | 2022-07-12 06:08:15 -0700 | |
---|---|---|
committer | 2022-07-12 09:08:15 -0400 | |
commit | c2b14d525326407fd483f8ac1b06fb90725538c2 (patch) | |
tree | 35e26a81f30ac9df6f46f714e351a233246846ef /packages/integrations/react | |
parent | b4cb4a40df33b82bcd36e63bd488bd037e94dbc0 (diff) | |
download | astro-c2b14d525326407fd483f8ac1b06fb90725538c2.tar.gz astro-c2b14d525326407fd483f8ac1b06fb90725538c2.tar.zst astro-c2b14d525326407fd483f8ac1b06fb90725538c2.zip |
[ci] release (#3894)
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 1f9365854..507b51c88 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 0.3.1 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.3.0 ### Minor Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 40f47c2b4..e4d2da231 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": "0.3.0", + "version": "0.3.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |