diff options
author | 2022-03-11 16:47:57 -0600 | |
---|---|---|
committer | 2022-03-11 16:47:57 -0600 | |
commit | 30e78a0bd81a77b00755ca1ac03be635cb7673b6 (patch) | |
tree | 387ea2a0ce7e93639ddbe059b2d3f2ba39fbe9ea /examples/framework-vue | |
parent | 47f5576a3fcfe3e1d228e26af62ded42f7a25ecf (diff) | |
download | astro-30e78a0bd81a77b00755ca1ac03be635cb7673b6.tar.gz astro-30e78a0bd81a77b00755ca1ac03be635cb7673b6.tar.zst astro-30e78a0bd81a77b00755ca1ac03be635cb7673b6.zip |
[ci] release (#2770)astro@0.24.0@astrojs/parser@0.22.2
* [ci] update lockfile (#2763)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* chore: exit prerelease mode
* [ci] release
* chore: update lockfile
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Co-authored-by: Nate Moore <nate@skypack.dev>
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 98e7bcee9..332b4be59 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-vue": "^0.4.0", - "astro": "^0.24.0-next.2" + "astro": "^0.24.0" } } |