diff options
author | 2023-01-24 18:19:27 -0800 | |
---|---|---|
committer | 2023-01-25 10:19:27 +0800 | |
commit | 4842d6acb02b0ee70d6660e0ddab84d122dce959 (patch) | |
tree | ef82fed419a5a18ac573c0691dc060385b49a5af /packages/integrations/vue | |
parent | 02549b8ced18bf193efc407a625d908b65b3979f (diff) | |
download | astro-4842d6acb02b0ee70d6660e0ddab84d122dce959.tar.gz astro-4842d6acb02b0ee70d6660e0ddab84d122dce959.tar.zst astro-4842d6acb02b0ee70d6660e0ddab84d122dce959.zip |
[ci] release (#5963)astro@2.0.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 f718c5ead..739128d2e 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -51,7 +51,7 @@ }, "peerDependencies": { "vue": "^3.2.30", - "astro": "workspace:^2.0.0" + "astro": "workspace:^2.0.1" }, "engines": { "node": ">=16.12.0" |