summaryrefslogtreecommitdiff
path: root/packages/integrations/react/package.json
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-12 06:08:15 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-12 09:08:15 -0400
commitc2b14d525326407fd483f8ac1b06fb90725538c2 (patch)
tree35e26a81f30ac9df6f46f714e351a233246846ef /packages/integrations/react/package.json
parentb4cb4a40df33b82bcd36e63bd488bd037e94dbc0 (diff)
downloadastro-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/package.json')
-rw-r--r--packages/integrations/react/package.json2
1 files changed, 1 insertions, 1 deletions
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",