aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-08-23 10:46:18 -0700
committerGravatar GitHub <noreply@github.com> 2024-08-23 12:46:18 -0500
commit5966accdc1e4e4d8919f155f23494ab9b2b17d62 (patch)
tree3db81bede4e99f19e8ca7ba2d71d900ffae2a3c1 /examples/framework-vue
parent7c0ccfc26947b178584e3476584bcaa490c6ba86 (diff)
downloadastro-5966accdc1e4e4d8919f155f23494ab9b2b17d62.tar.gz
astro-5966accdc1e4e4d8919f155f23494ab9b2b17d62.tar.zst
astro-5966accdc1e4e4d8919f155f23494ab9b2b17d62.zip
* [ci] release (alpha) * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * links to existing experimental docs instead of ones that don't exist yet! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Diffstat (limited to 'examples/framework-vue')
-rw-r--r--examples/framework-vue/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index ad8546684..a15c97ed9 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.0",
+ "astro": "^5.0.0-alpha.1",
"vue": "^3.4.38"
}
}