diff options
author | 2023-05-04 13:19:01 -0700 | |
---|---|---|
committer | 2023-05-04 16:19:01 -0400 | |
commit | 170140083c5374cdb458b890070953777eb6fcfb (patch) | |
tree | 46a29a08fcc0f9d371e951295641ceebfb664fdc /packages/integrations/vue | |
parent | 71332cf9697755884e5e2e63d6d2499cc2c5edd1 (diff) | |
download | astro-170140083c5374cdb458b890070953777eb6fcfb.tar.gz astro-170140083c5374cdb458b890070953777eb6fcfb.tar.zst astro-170140083c5374cdb458b890070953777eb6fcfb.zip |
[ci] release (#6996)astro@2.4.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 af94d6f97..a3a0c5c54 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -50,7 +50,7 @@ "vue": "^3.2.37" }, "peerDependencies": { - "astro": "workspace:^2.4.0", + "astro": "workspace:^2.4.1", "vue": "^3.2.30" }, "engines": { |