diff options
author | 2024-08-30 13:12:25 -0700 | |
---|---|---|
committer | 2024-08-30 16:12:25 -0400 | |
commit | 534d3edff86115d1fc84f37666a74f35b32bae59 (patch) | |
tree | fa07335adf652c6dd8d03db8c102066d508e703c /examples/framework-vue | |
parent | 01b48a466e9ab58a2ad3603a2e8ed787f550b031 (diff) | |
download | astro-534d3edff86115d1fc84f37666a74f35b32bae59.tar.gz astro-534d3edff86115d1fc84f37666a74f35b32bae59.tar.zst astro-534d3edff86115d1fc84f37666a74f35b32bae59.zip |
[ci] release (alpha) (#11853)astro@5.0.0-alpha.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-vue')
-rw-r--r-- | examples/framework-vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index a15c97ed9..44ff7e461 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.0-alpha.0", - "astro": "^5.0.0-alpha.1", + "astro": "^5.0.0-alpha.2", "vue": "^3.4.38" } } |