diff options
author | 2024-09-17 11:55:01 +0200 | |
---|---|---|
committer | 2024-09-17 11:55:01 +0200 | |
commit | efcc4bb28b3609bdd88e102b1b0e6b797d9832cb (patch) | |
tree | 83fbbae29ddc623191f2aac45bae85e60d48e54c /packages/integrations/vue | |
parent | 560833843c6d3ce2b6c6c473ec4ae70e744bf255 (diff) | |
download | astro-efcc4bb28b3609bdd88e102b1b0e6b797d9832cb.tar.gz astro-efcc4bb28b3609bdd88e102b1b0e6b797d9832cb.tar.zst astro-efcc4bb28b3609bdd88e102b1b0e6b797d9832cb.zip |
fix: attempt to version at beta 1
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index aa8311e92..8b78c2a98 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "5.0.0-alpha.0", + "version": "5.0.0-beta.0", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", |