diff options
author | 2022-02-25 17:29:08 -0600 | |
---|---|---|
committer | 2022-02-25 17:29:08 -0600 | |
commit | c0a6e3e80a7b4beb8a76ec5b50d70811393b7aba (patch) | |
tree | 8f33df070671c61e0c0472f96ee433c5a2454cd5 /examples/framework-vue | |
parent | a5a15630944be615b6320424d8f7c7c23f5e11e7 (diff) | |
download | astro-c0a6e3e80a7b4beb8a76ec5b50d70811393b7aba.tar.gz astro-c0a6e3e80a7b4beb8a76ec5b50d70811393b7aba.tar.zst astro-c0a6e3e80a7b4beb8a76ec5b50d70811393b7aba.zip |
[ci] release (#2666)astro@0.23.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 39e8d4151..cea9acb9d 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.1" + "astro": "^0.23.2" } } |