diff options
Diffstat (limited to 'packages/integrations/react/package.json')
-rw-r--r-- | packages/integrations/react/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 8947f6b16..adf17d7b7 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.3", + "version": "2.2.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |