diff options
author | 2022-10-13 09:29:24 -0700 | |
---|---|---|
committer | 2022-10-13 12:29:24 -0400 | |
commit | 81d57f2638aab02cd9a33174854a9912e4614565 (patch) | |
tree | d389d73889c926deb9aa14875290c5a0669e586b /examples/framework-vue | |
parent | 3918787cb9676a8c6b9be371ae90edeb676f4e8f (diff) | |
download | astro-81d57f2638aab02cd9a33174854a9912e4614565.tar.gz astro-81d57f2638aab02cd9a33174854a9912e4614565.tar.zst astro-81d57f2638aab02cd9a33174854a9912e4614565.zip |
[ci] release (#5046)astro@1.5.0@astrojs/vercel@2.2.0@astrojs/tailwind@2.1.0@astrojs/svelte@1.0.2@astrojs/solid-js@1.2.0@astrojs/node@2.0.0@astrojs/netlify@1.2.0@astrojs/image@0.10.0@astrojs/deno@1.2.0@astrojs/cloudflare@3.1.0
* [ci] release
* Update packages/integrations/node/CHANGELOG.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index a27c9c407..779ddf150 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.4.7", + "astro": "^1.5.0", "vue": "^3.2.37", "@astrojs/vue": "^1.1.0" } |