diff options
author | 2023-05-22 06:48:21 -0700 | |
---|---|---|
committer | 2023-05-22 09:48:21 -0400 | |
commit | d880293f7949385693fbd627a96bdfc9e9478def (patch) | |
tree | af10d15b67b7b75ec023260f397f1f1c424213ac /packages/integrations/vue | |
parent | e17ed0727ef1acb512c77723a1b641326de8ca84 (diff) | |
download | astro-d880293f7949385693fbd627a96bdfc9e9478def.tar.gz astro-d880293f7949385693fbd627a96bdfc9e9478def.tar.zst astro-d880293f7949385693fbd627a96bdfc9e9478def.zip |
[ci] release (#7161)astro@2.5.2@astrojs/rss@2.4.3
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 3c226be40..e422ff82a 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -56,7 +56,7 @@ "vue": "^3.2.37" }, "peerDependencies": { - "astro": "workspace:^2.5.1", + "astro": "workspace:^2.5.2", "vue": "^3.2.30" }, "engines": { |