diff options
author | 2024-02-01 02:04:19 -0800 | |
---|---|---|
committer | 2024-02-01 10:04:19 +0000 | |
commit | 2561c99598e325bbd5a70a9c08f9f409ec5994fd (patch) | |
tree | 7b1f1d40c873c18aba45ca861c207e41ee0b06fc /examples/framework-vue | |
parent | d702d6ae5052ce25871e70082f37bb553f1c26bd (diff) | |
download | astro-2561c99598e325bbd5a70a9c08f9f409ec5994fd.tar.gz astro-2561c99598e325bbd5a70a9c08f9f409ec5994fd.tar.zst astro-2561c99598e325bbd5a70a9c08f9f409ec5994fd.zip |
[ci] release (#9904)astro@4.3.0@astrojs/vercel@7.1.0@astrojs/node@8.2.0
* [ci] release
* Update packages/astro/CHANGELOG.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/integrations/vercel/CHANGELOG.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/astro/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: Emanuele Stoppa <my.burning@gmail.com>
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 ba25ebf16..1ca9b2dc5 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.0.8", - "astro": "^4.2.8", + "astro": "^4.3.0", "vue": "^3.3.8" } } |