summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/vue/package.json')
-rw-r--r--packages/integrations/vue/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index f4bce7f38..f718c5ead 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "2.0.0-beta.1",
+ "version": "2.0.0",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
@@ -51,7 +51,7 @@
},
"peerDependencies": {
"vue": "^3.2.30",
- "astro": "workspace:^2.0.0-beta.4"
+ "astro": "workspace:^2.0.0"
},
"engines": {
"node": ">=16.12.0"